ar-invoices
The `ar-invoices` object — endpoints, fields, and filters.
List ar-invoices
Endpoints
GET /v1/ar-invoices— list (keyset-paginated)GET /v1/ar-invoices/{id}— get one
Fields
| Field | Type | Nullable |
|---|---|---|
type | string | yes |
documentNumber | string | yes |
customerId | string | yes |
date | string | yes |
dueDate | string | yes |
originalAmount | string | yes |
remainingAmount | string | yes |
salesAmount | string | yes |
taxAmount | string | yes |
freightAmount | string | yes |
description | string | yes |
batchId | string | yes |
currencyId | string | yes |
voided | boolean | no |
checkNumber | string | yes |
Filters
| Filter | Type |
|---|---|
status | string |
customerId | string |
dateFrom | string (date-time) |
dateTo | string (date-time) |
dueBefore | string (date-time) |