Zurück zu QuickBooks Bills
Verbinde Knoon AI mit QuickBooks Bills (QuickBooks), um KI-Workflows zu automatisieren.
Update an existing QuickBooks bill (sparse update).
quickBooksBillUpdate
Beta
Intern
Berechtigungen
Optionale Berechtigungen
Es gibt keine Elemente zum Anzeigen.
Parameter
| Name | Typ | Beschreibung | Erforderlich |
|---|---|---|---|
| billId | mustache | QuickBooks bill ID. | Ja |
| syncToken | mustache | Sync token from the latest bill read. | Ja |
| vendorId | mustache | Optional vendor ID. | Nein |
| lineItemsJson | mustache | Optional JSON array of QBO Line objects. | Nein |
| txnDate | mustache | Optional transaction date (YYYY-MM-DD). | Nein |
| dueDate | mustache | Optional due date (YYYY-MM-DD). | Nein |
| docNumber | mustache | Optional document number. | Nein |
| privateNote | mustache | Optional private note. | Nein |
| currencyCode | mustache | Optional currency code. | Nein |
| apAccountId | mustache | Optional AP account ID. | Nein |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Nein |
| payloadJson | mustache | Optional full Bill JSON. If provided, it is merged with the fields above and takes precedence. | Nein |
Rückgaben
| Name | Typ | Beschreibung |
|---|---|---|
| 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. |





