Πίσω στο QuickBooks Bills
Σύνδεση Knoon AI με QuickBooks Bills (QuickBooks) για αυτοματοποίηση ροών εργασίας AI.
Update an existing QuickBooks bill (sparse update).
quickBooksBillUpdate
ΒΕΤΑ
Εσωτερικό
Άδειες
Προαιρετικές άδειες
Δεν υπάρχουν αντικείμενα για εμφάνιση.
Παράμετροι
| Όνομα | Τύπος | Περιγραφή | Απαραίτητο |
|---|---|---|---|
| billId | mustache | QuickBooks bill ID. | Ναι |
| syncToken | mustache | Sync token from the latest bill read. | Ναι |
| vendorId | mustache | Optional vendor ID. | Όχι |
| lineItemsJson | mustache | Optional JSON array of QBO Line objects. | Όχι |
| txnDate | mustache | Optional transaction date (YYYY-MM-DD). | Όχι |
| dueDate | mustache | Optional due date (YYYY-MM-DD). | Όχι |
| docNumber | mustache | Optional document number. | Όχι |
| privateNote | mustache | Optional private note. | Όχι |
| currencyCode | mustache | Optional currency code. | Όχι |
| apAccountId | mustache | Optional AP account ID. | Όχι |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Όχι |
| payloadJson | mustache | Optional full Bill JSON. If provided, it is merged with the fields above and takes precedence. | Όχι |
Επιστροφές
| Όνομα | Τύπος | Περιγραφή |
|---|---|---|
| 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. |





