GDPR opt out

Opt out

ParameterDescriptionExampleMore info
APIThe API areaclientcontacts.json
ActionThe action to performaction=dont_opt_in
<General>Parameters described in overviewuser=user&password=user&version=3.3v3.3 Overview
ClientcontactClient contact to set inactiveclientcontact=8589
ResponseReturned dataA JSON string containing the data

Example request:
Request for data (list of records using specified model)

http://&lt;SERVER&gt;/jsonapi/clients.json?user=user&password=user&version=3.3&action=dont_opt_in&clientcontact=8589

Example response:

{
  "responsecode": 1,
  "responsestatus": "OK",
  "errorcode": 0,
  "errormessage": "",
  "responsemessage": "Client contact(s) opt in changed. ",
  "warningmessage": "",
  "success": true
}