Job client contacts lookup list
Job client contact list
List contacts for a specific client
Parameter | Description | Example | More info |
---|---|---|---|
API | The API area | jobs.json | - |
Action | Contacts | action=contacts | - |
General | Parameters described in overview | user=user&password=user | |
Company | Company number | company=1 | - |
Client | Client code | client=8/1244 | - |
Response | Returned data | A JSON string containing the data | - |
Example request:
http://<SERVER>/jsonapi/jobs.json?company=8&version=3.3&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
}
]
}