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





