Client List

Requests to list clients.

ParameterMandatoryDescriptionExamplesMore Info
APIYesThe API areaexpenselines.json
GeneralYesParameters described in overviewuser=user&password=userStructure of an API call
CompanyYesThe company numbercompany=1
ActionYesThe action to performaction=clientslist

Example request:

http://<SERVER>/jsonAPI/expenselines.json?user=user&password=user&version=3.8&company=1&action=clientslist

Example response:

{
  "responsecode": 1,
  "responsestatus": "OK",
  "errorcode": 0,
  "errormessage": "",
  "totalrows": 170,
  "totalpages": 85,
  "responsemessage": "",
  "pagerows": 2,
  "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"
    }
  ]
}