ย้อนกลับไปยัง QuickBooks Bill Payments
เชื่อมต่อ Knoon AI กับ QuickBooks Bill Payments (QuickBooks) เพื่อทำงานอัตโนมัติของเวิร์กโฟลว์ AI
Update an existing QuickBooks bill payment (sparse update).
quickBooksBillPaymentUpdate
เบต้า
ภายใน
สิทธิ์การใช้งาน
สิทธิ์การใช้งานตัวเลือก
ไม่มีรายการให้แสดง
พารามิเตอร์
| ชื่อ | ประเภท | คำอธิบาย | จำเป็นต้องมี |
|---|---|---|---|
| billPaymentId | mustache | QuickBooks bill payment ID. | ใช่ |
| syncToken | mustache | Sync token from the latest bill payment read. | ใช่ |
| vendorId | mustache | Optional vendor ID. | ไม่ |
| lineItemsJson | mustache | Optional JSON array of QBO Line objects. | ไม่ |
| totalAmount | mustache | Optional total amount. | ไม่ |
| txnDate | mustache | Optional transaction date (YYYY-MM-DD). | ไม่ |
| payType | mustache | Optional pay type, usually CHECK or CREDIT_CARD. | ไม่ |
| bankAccountId | mustache | Optional bank account ID for CHECK payments or credit-card account ID for CREDIT_CARD payments. | ไม่ |
| apAccountId | mustache | Optional AP account ID. | ไม่ |
| privateNote | mustache | Optional private note. | ไม่ |
| currencyCode | mustache | Optional currency code. | ไม่ |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | ไม่ |
| payloadJson | mustache | Optional full BillPayment JSON. If provided, it is merged with the fields above and takes precedence. | ไม่ |
คืนสินค้า
| ชื่อ | ประเภท | คำอธิบาย |
|---|---|---|
| id | string | Bill payment ID. |
| vendorId | string | Vendor ID. |
| txnDate | string | Transaction date. |
| totalAmount | number | Total amount. |
| payType | string | Payment method type. |
| apAccountId | string | Accounts payable account ID. |
| bankAccountId | string | Bank or credit-card account ID used to pay. |
| privateNote | string | Private note. |
| currencyCode | string | Currency code. |
| syncToken | string | Sync token for updates. |



