Active On

Active On

ParameterDescriptionExampleMore info
APIThe API areaclients.json
ActionThe action to performaction=active_ON
GeneralParameters described in overviewuser=user&password=user&version=3.3v3.3 Overview
ClientClient to set activeclient=1/AMT2A
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&action=active_ON&client=1/AMT2A&version=3.3

Example response:

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