חזרה אל QuickBooks Purchases
התחבר ל-Knoon AI עם QuickBooks Purchases (QuickBooks) כדי לאוטומטי תהליכי עבודה של AI.
Fully update an existing QuickBooks Purchase (non-sparse update).
quickBooksPurchaseFullUpdate
בטא
פנימי
הרשאות
הרשאות אופציונליות
אין פריטים להצגה.
פרמטרים
| שם | סוג | תיאור | נדרש |
|---|---|---|---|
| purchaseId | mustache | QuickBooks Purchase ID. | כן |
| syncToken | mustache | Sync token from the latest purchase read. | כן |
| accountId | mustache | Optional account ID. | לא |
| lineItemsJson | mustache | Optional JSON array of QBO Line objects. | לא |
| paymentType | mustache | Optional payment type (Cash, Check, CreditCard). | לא |
| txnDate | mustache | Optional transaction date (YYYY-MM-DD). | לא |
| totalAmount | mustache | Optional total amount. | לא |
| privateNote | mustache | Optional private note. | לא |
| currencyCode | mustache | Optional currency code. | לא |
| entityId | mustache | Optional entity reference ID (for customer/vendor/employee). | לא |
| entityType | mustache | Optional entity reference type (Customer, Vendor, Employee). | לא |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | לא |
| payloadJson | mustache | Optional full Purchase JSON. If provided, it is merged with the fields above and takes precedence. | לא |
החזרות
| שם | סוג | תיאור |
|---|---|---|
| id | string | Record ID. |
| name | string | Name or display name. |
| docNumber | string | Document number. |
| txnDate | string | Transaction date. |
| totalAmount | number | Total amount. |
| active | boolean | Whether the record is active. |
| syncToken | string | Sync token. |
| currencyCode | string | Currency code. |





