vendors
The `vendors` object — endpoints, fields, and filters.
List vendors
Endpoints
GET /v1/vendors— list (keyset-paginated)GET /v1/vendors/{id}— get one
Fields
| Field | Type | Nullable |
|---|---|---|
id | string | no |
name | string | yes |
checkName | string | yes |
shortName | string | yes |
classId | string | yes |
primaryAddressCode | string | yes |
paymentTermsId | string | yes |
currencyId | string | yes |
taxId | string | yes |
ten99Type | string | yes |
phone | string | yes |
status | string | yes |
hold | boolean | no |
createdAt | string | yes |
modifiedAt | string | yes |
Filters
| Filter | Type |
|---|---|
q | string |
classId | string |
updatedSince | string (date-time) |