ย้อนกลับไปยัง 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. |





