Retour à QuickBooks Bills
Connecter Knoon AI avec QuickBooks Bills (QuickBooks) pour automatiser les flux de travail AI.
Update an existing QuickBooks bill (sparse update).
quickBooksBillUpdate
Bêta
Interne
Autorisations
Autorisations optionnelles
Il n'y a aucun élément à afficher.
Paramètres
| Nom | Type | Description | Requis |
|---|---|---|---|
| billId | mustache | QuickBooks bill ID. | Oui |
| syncToken | mustache | Sync token from the latest bill read. | Oui |
| vendorId | mustache | Optional vendor ID. | Non |
| lineItemsJson | mustache | Optional JSON array of QBO Line objects. | Non |
| txnDate | mustache | Optional transaction date (YYYY-MM-DD). | Non |
| dueDate | mustache | Optional due date (YYYY-MM-DD). | Non |
| docNumber | mustache | Optional document number. | Non |
| privateNote | mustache | Optional private note. | Non |
| currencyCode | mustache | Optional currency code. | Non |
| apAccountId | mustache | Optional AP account ID. | Non |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Non |
| payloadJson | mustache | Optional full Bill JSON. If provided, it is merged with the fields above and takes precedence. | Non |
Retours
| Nom | Type | Description |
|---|---|---|
| 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. |





