חזרה אל QuickBooks Purchases
התחבר ל-Knoon AI עם QuickBooks Purchases (QuickBooks) כדי לאוטומטי תהליכי עבודה של AI.
Create a new QuickBooks Purchase.
quickBooksPurchaseCreate
בטא
פנימי
הרשאות
הרשאות אופציונליות
אין פריטים להצגה.
פרמטרים
| שם | סוג | תיאור | נדרש |
|---|---|---|---|
| accountId | mustache | Account ID for the purchase. | כן |
| 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). | לא |
| docNumber | mustache | Optional document number. | לא |
| preventDocNumberConflict | mustache | Optional boolean. If true and docNumber already exists, the backend skips create and returns the existing purchase instead. | לא |
| 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). | לא |
| customerId | mustache | Optional Customer ID. | לא |
| 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. |





