customers
The `customers` object — endpoints, fields, and filters.
List customers
Endpoints
GET /v1/customers— list (keyset-paginated)GET /v1/customers/{id}— get one
Fields
| Field | Type | Nullable |
|---|---|---|
id | string | no |
name | string | yes |
statementName | string | yes |
shortName | string | yes |
classId | string | yes |
contactPerson | string | yes |
primaryAddressCode | string | yes |
paymentTermsId | string | yes |
salespersonId | string | yes |
salesTerritoryId | string | yes |
currencyId | string | yes |
creditLimit | string | yes |
phone | string | yes |
taxScheduleId | string | yes |
inactive | boolean | no |
hold | boolean | no |
createdAt | string | yes |
modifiedAt | string | yes |
Filters
| Filter | Type |
|---|---|
q | string |
classId | string |
inactive | boolean |
updatedSince | string (date-time) |