Πίσω στο QuickBooks Invoices
Σύνδεση Knoon AI με QuickBooks Invoices (QuickBooks) για αυτοματοποίηση ροών εργασίας AI.
Update an existing QuickBooks invoice (sparse update).
quickBooksInvoiceUpdate
ΒΕΤΑ
Εσωτερικό
Άδειες
Προαιρετικές άδειες
Δεν υπάρχουν αντικείμενα για εμφάνιση.
Παράμετροι
| Όνομα | Τύπος | Περιγραφή | Απαραίτητο |
|---|---|---|---|
| invoiceId | mustache | QuickBooks invoice ID. | Ναι |
| syncToken | mustache | Sync token from the latest invoice read. | Ναι |
| customerId | mustache | Optional customer 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. | Όχι |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Όχι |
| payloadJson | mustache | Optional full Invoice JSON. If provided, it is merged with the fields above and takes precedence. | Όχι |
Επιστροφές
| Όνομα | Τύπος | Περιγραφή |
|---|---|---|
| id | string | Invoice ID. |
| docNumber | string | Document number. |
| customerId | string | Customer ID. |
| txnDate | string | Transaction date. |
| dueDate | string | Due date. |
| totalAmount | number | Total amount. |
| balance | number | Open balance. |
| privateNote | string | Private note. |
| currencyCode | string | Currency code. |
| syncToken | string | Sync token for updates. |