Job client contacts lookup list
Parameter | Mandatory | Description | Examples | More Info |
---|---|---|---|---|
API | Yes | The API area | jobs.json | |
General | Yes | Parameters described in overview | user=user&password=user | Structure of an API call |
Company | Yes | The company number | company=1 | |
Action | Yes | The action to perform | action=contacts | |
Client | Yes | Client code | client=8/1244 |
Example request:
http://<SERVER>/jsonapi/jobs.json?company=8&version=3.9&client=8/1244&user=user&password=user&action=contacts
Example response:
{
"responsecode": 1,
"responsestatus": "OK",
"errorcode": 0,
"errormessage": "",
"totalrows": 2,
"totalpages": 1,
"responsemessage": "",
"pagerows": 0,
"pagenumber": 1,
"success": true,
"data": [
{
"clientcontactInternalRef": 8600,
"clientcontactFullName": "James Janson",
"variable_selected": false
}
]
}