ย้อนกลับไปยัง QuickBooks Bills
เชื่อมต่อ Knoon AI กับ QuickBooks Bills (QuickBooks) เพื่อทำงานอัตโนมัติของเวิร์กโฟลว์ AI
Update an existing QuickBooks bill (sparse update).
quickBooksBillUpdate
เบต้า
ภายใน
สิทธิ์การใช้งาน
สิทธิ์การใช้งานตัวเลือก
ไม่มีรายการให้แสดง
พารามิเตอร์
| ชื่อ | ประเภท | คำอธิบาย | จำเป็นต้องมี |
|---|---|---|---|
| billId | mustache | QuickBooks bill ID. | ใช่ |
| syncToken | mustache | Sync token from the latest bill read. | ใช่ |
| vendorId | mustache | Optional vendor ID. | ไม่ |
| lineItemsJson | mustache | Optional JSON array of QBO Line objects. | ไม่ |
| txnDate | mustache | Optional transaction date (YYYY-MM-DD). | ไม่ |
| dueDate | mustache | Optional due date (YYYY-MM-DD). | ไม่ |
| docNumber | mustache | Optional document number. | ไม่ |
| privateNote | mustache | Optional private note. | ไม่ |
| currencyCode | mustache | Optional currency code. | ไม่ |
| apAccountId | mustache | Optional AP account 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. |





