| Field | Type | Description |
| id | Integer | The client ID |
code | String | The client code |
clientDetailsLink | Link | URL for the client details |
dateOfBirth | DateTime (optional) | The client date of birth (if present) |
active | Boolean | True if the client is active |
contactName | String | The client contact name |
physicalAddress | String | The client physical address |
postalAddress | String | The client postal address |
workEmailAddress | String | The client work email address |
homeEmailAddress | String | The client home email address |
| workPhone | String | The client work phone |
homePhone | String | The client home phone |
mobilePhone | String | The client mobile phone |
companyNumber | String | The client company number |
driversLicenceNumber | String | The client company number |
withholdingTaxRate | Number | The client withholding tax rate |
bankAccount | String | The client bank account |
numberOfAccounts | Integer | The number of client accounts |
branchId | Integer | Identifier of the branch |
directPhone | String | Direct phone number |
| genderId | Integer | Identifier of the gender |
homeFax | String | Home fax number |
notes | String | Notes on the client |
occupationId | Integer | Identifier of the occupation |
taxNumber | String | Taxation authority number |
workFax | String | Work fax number |
nextReviewDate | DateTime | The client credit next review date |
lastReviewDate | DateTime | The client credit last review date |
| creditCode | String | The client credit code |
secondaryCode | String | The client secondary code |
tags | List | The client tags |

| HTTP Status Code | Type |
| 200 | OK (Success) |
| 400 | Bad Request (request format error) |
| 401 | Unauthorised (not Authenticated) |
| 403 | Forbidden (invalid Authorisation) |
404 | Client not found |
| 503 | Service Unavailable (due to maintenance) |