Update an existing invoice
| Header | Type | Required | Description |
|---|---|---|---|
Authorization | string | Yes | Bearer authentication header of the form Bearer <token> |
| Parameter | Type | Required | Description |
|---|---|---|---|
uuid | string (UUID) | Yes | Invoice UUID to update |
number | string | No | Invoice number |
date | date | No | Invoice date |
dueDate | date | No | Due date |
total | number | No | Total amount (min: 0) |
contactUuid | string (UUID) | No | Contact UUID |
reference | string | No | Reference number |
notes | string | No | Notes |
description | string | No | Description |
remindersEnabled | boolean | No | Enable reminders |
purchaseOrder | string | No | Purchase order |
customFields | array | No | Custom fields |
extPlatformId | string | No | External platform ID |
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
1 - 2551 - 2551 - 2551 - 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