GDPR opt In

Opt in

ParameterDescriptionExampleMore info
APIThe API areaclientcontacts.json
ActionThe action to performaction=opt_in
GeneralParameters 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://<SERVER>/jsonapi/clients.json?user=user&password=user&version=3.3&action=opt_in&clientcontact=8589

Example response:

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