חזרה אל 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. |