Terug naar QuickBooks Invoices
Verbinding maken met Knoon AI met QuickBooks Invoices (QuickBooks) om AI-workflows te automatiseren.
Update an existing QuickBooks invoice (sparse update).
quickBooksInvoiceUpdate
BÈTA
Intern
Machtigingen
Optionele machtigingen
Er zijn geen items om weer te geven.
Parameters
| Naam | Type | Beschrijving | Vereist |
|---|---|---|---|
| invoiceId | mustache | QuickBooks invoice ID. | Ja |
| syncToken | mustache | Sync token from the latest invoice read. | Ja |
| customerId | mustache | Optional customer ID. | Nee |
| lineItemsJson | mustache | Optional JSON array of QBO Line objects. | Nee |
| txnDate | mustache | Optional transaction date (YYYY-MM-DD). | Nee |
| dueDate | mustache | Optional due date (YYYY-MM-DD). | Nee |
| docNumber | mustache | Optional document number. | Nee |
| privateNote | mustache | Optional private note. | Nee |
| currencyCode | mustache | Optional currency code. | Nee |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Nee |
| payloadJson | mustache | Optional full Invoice JSON. If provided, it is merged with the fields above and takes precedence. | Nee |
Retouren
| Naam | Type | Beschrijving |
|---|---|---|
| id | string | Invoice ID. |
| docNumber | string | Document number. |
| customerId | string | Customer ID. |
| txnDate | string | Transaction date. |
| dueDate | string | Due date. |
| totalAmount | number | Total amount. |
| balance | number | Open balance. |
| privateNote | string | Private note. |
| currencyCode | string | Currency code. |
| syncToken | string | Sync token for updates. |