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





