ย้อนกลับไปยัง QuickBooks Bills
เชื่อมต่อ Knoon AI กับ QuickBooks Bills (QuickBooks) เพื่อทำงานอัตโนมัติของเวิร์กโฟลว์ AI
Create a new QuickBooks bill.
quickBooksBillCreate
เบต้า
ภายใน
สิทธิ์การใช้งาน
สิทธิ์การใช้งานตัวเลือก
ไม่มีรายการให้แสดง
พารามิเตอร์
| ชื่อ | ประเภท | คำอธิบาย | จำเป็นต้องมี |
|---|---|---|---|
| vendorId | mustache | Vendor ID for the bill. | ใช่ |
| lineItemsJson | mustache | JSON array of QBO Line objects (e.g. [{"DetailType":"AccountBasedExpenseLineDetail","Amount":120,"AccountBasedExpenseLineDetail":{"AccountRef":{"value":"123"}}}]). | ใช่ |
| txnDate | mustache | Optional transaction date (YYYY-MM-DD). | ไม่ |
| dueDate | mustache | Optional due 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 bill instead. | ไม่ |
| privateNote | mustache | Optional private note. | ไม่ |
| currencyCode | mustache | Optional currency code. | ไม่ |
| apAccountId | mustache | Optional AP account ID. | ไม่ |
| customerId | mustache | Optional Customer 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. |





