Tilbage til QuickBooks Bills
Forbind Knoon AI med QuickBooks Bills (QuickBooks) for at automatisere AI-arbejdsgange.
Update an existing QuickBooks bill (sparse update).
quickBooksBillUpdate
BETA
Internt
Tilladelser
Valgfrie tilladelser
Der er ingen elementer at vise.
Parametre
| Navn | Type | Beskrivelse | Obligatorisk |
|---|---|---|---|
| billId | mustache | QuickBooks bill ID. | Ja |
| syncToken | mustache | Sync token from the latest bill read. | Ja |
| vendorId | mustache | Optional vendor ID. | Nej |
| lineItemsJson | mustache | Optional JSON array of QBO Line objects. | Nej |
| txnDate | mustache | Optional transaction date (YYYY-MM-DD). | Nej |
| dueDate | mustache | Optional due date (YYYY-MM-DD). | Nej |
| docNumber | mustache | Optional document number. | Nej |
| privateNote | mustache | Optional private note. | Nej |
| currencyCode | mustache | Optional currency code. | Nej |
| apAccountId | mustache | Optional AP account ID. | Nej |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Nej |
| payloadJson | mustache | Optional full Bill JSON. If provided, it is merged with the fields above and takes precedence. | Nej |
Retur
| Navn | Type | Beskrivelse |
|---|---|---|
| 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. |





