Revert To Prospect

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

Example request:

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

Example response:

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