Make Inactive

ParameterMandatoryDescriptionExamplesMore Info
APIYesThe API areaclientcontacts.json
GeneralYesParameters described in overviewuser=user&password=user&version=3.9Overview
ActionYesThe action to performaction=active_off
IdentifierYesContact ID or UUIDclientcontact=8589

Example request:

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

Example response:

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