Terug naar QuickBooks Bills
Verbinding maken met Knoon AI met QuickBooks Bills (QuickBooks) om AI-workflows te automatiseren.
Update an existing QuickBooks bill (sparse update).
quickBooksBillUpdate
BÈTA
Intern
Machtigingen
Optionele machtigingen
Er zijn geen items om weer te geven.
Parameters
| Naam | Type | Beschrijving | Vereist |
|---|---|---|---|
| billId | mustache | QuickBooks bill ID. | Ja |
| syncToken | mustache | Sync token from the latest bill read. | Ja |
| vendorId | mustache | Optional vendor 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 |
| apAccountId | mustache | Optional AP account ID. | Nee |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Nee |
| payloadJson | mustache | Optional full Bill JSON. If provided, it is merged with the fields above and takes precedence. | Nee |
Retouren
| Naam | Type | Beschrijving |
|---|---|---|
| id | string | Bill ID. |
| docNumber | string | Bill document number. |
| vendorId | string | Vendor ID. |
| txnDate | string | Transaction date. |
| dueDate | string | Due date. |
| totalAmount | number | Total amount. |
| balance | number | Open balance. |
| currencyCode | string | Currency code. |
| syncToken | string | Sync token for updates. |
| privateNote | string | Private note. |





