Returns the list of clients.
Parameter | Mandatory | Description | Examples | More Info |
---|---|---|---|---|
API | Yes | The API area | tspending.json | |
General | Yes | Parameters described in overview | see overview | Structure of an API call |
Company | Yes | The company number | company=1 | |
Action | Yes | The action to perform | action=clientslist |
Example request:
http://<SERVER>/jsonapi/tspending.json?user=user&password=user&version=3.9&action=clientslist&company=1
Example response:
{
"responsecode": 1,
"responsestatus": "OK",
"errorcode": 0,
"errormessage": "",
"totalrows": 170,
"totalpages": 1,
"responsemessage": "",
"pagerows": 0,
"pagenumber": 1,
"success": true,
"data": [
{
"clientUuid": "D1C36202C5824E35B9AAE1F50DA90B0B",
"clientTimeStampModified": 1519135641,
"clientRecordVersionNumber": 121,
"clientCode": "1/A001",
"clientName": "Proton Cars plc"
},
{
"clientUuid": "47CC0AD8205C41AE83AED401F57B4736",
"clientTimeStampModified": 1519135641,
"clientRecordVersionNumber": 195,
"clientCode": "1/BLOGGS",
"clientName": "Barclaycard Merchant 3"
},
Etc. etc.