Parameter | Mandatory | Description | Examples | More Info |
---|---|---|---|---|
API | Yes | The API area | clients.json | |
General | Yes | Parameters described in overview | user=user&password=user&version=3.9 | Overview |
Action | Yes | The action to perform | action=stop_on | |
Identifier | Yes | Client ID or UUID | client=1/P0909 |
Example request:
http://<SERVER>/jsonapi/clients.json?user=user&password=user&version=3.9&action=stop_on&client=1/P0909
Example response:
{
"responsecode": 1,
"responsestatus": "OK",
"errorcode": 0,
"errormessage": "",
"responsemessage": "Client on stop flag changed. ",
"warningmessage": "",
"success": true
}