Create or update an invoice in a single operation
| Header | Type | Required | Description |
|---|---|---|---|
Authorization | string | Yes | Bearer authentication header of the form Bearer <token> |
| Parameter | Type | Required | Description |
|---|---|---|---|
uuid | string (UUID) | No | Invoice UUID (required for updates) |
number | string | Yes | Invoice number |
date | date | Yes | Invoice date |
dueDate | date | Yes | Due date |
total | number | Yes | Total amount |
contactUuid | string (UUID) | Yes | Contact UUID |
outstandingAmount | number | Yes | Outstanding amount |
| All other fields from Create/Update | No |
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
1 - 255format: 2023-12-31
format: 2023-12-31
Successful Response
1 - 255format: 2023-12-31
format: 2023-12-31
An enumeration.
UNPAID, PAID An enumeration.
UPCOMING, DUE, OVER-DUE, PAID An enumeration.
LOW, MEDIUM, HIGH