Put Off Stop

ParameterMandatoryDescriptionExamplesMore Info
APIYesThe API areaclients.json
GeneralYesParameters described in overviewuser=user&password=user&version=3.9Overview
ActionYesThe action to performaction=stop_off
IdentifierYesClient ID or UUIDclient=1/P0909

Example request:

http://<SERVER>/jsonapi/clients.json?user=user&password=user&version=3.9&action=stop_off&client=1/P0909

Example response:

{
  "responsecode": 1,
  "responsestatus": "OK",
  "errorcode": 0,
  "errormessage": "",
  "responsemessage": "Client on stop flag changed. ",
  "warningmessage": "",
  "success": true
}