Make Inactive

ParameterMandatoryDescriptionExamplesMore Info
APIYesThe API areaclientcontacts.json
GeneralYesParameters described in overviewuser=user&password=userStructure of an API call
ActionYesThe action to performaction=active_off
IdentifierYesContact ID or UUIDclientcontact=8589

Example request:

http://<SERVER>/jsonapi/clients.json?user=user&password=user&version=4&action=active_off&clientcontact=8589

Example response:

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