Verify opt ins
Parameter | Description | Example | More info |
---|---|---|---|
API | The API area | clientcontacts.json | |
Action | The action to perform | action=verify | |
Parameters described in overview | user=user&password=user&version=3.3 | ||
Clientcontact | Client contact to set inactive | clientcontact=8589 | |
Response | Returned data | A 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=verify&clientcontact=8589
Example response:
{
"responsecode": 1,
"responsestatus": "OK",
"errorcode": 0,
"errormessage": "",
"responsemessage": "Client contact(s) verified opt in changed. ",
"warningmessage": "",
"success": true
}