ย้อนกลับไปยัง QuickBooks Refund Receipts
เชื่อมต่อ Knoon AI กับ QuickBooks Refund Receipts (QuickBooks) เพื่อทำงานอัตโนมัติของเวิร์กโฟลว์ AI
Update an existing QuickBooks RefundReceipt (sparse update).
quickBooksRefundReceiptUpdate
เบต้า
ภายใน
สิทธิ์การใช้งาน
สิทธิ์การใช้งานตัวเลือก
ไม่มีรายการให้แสดง
พารามิเตอร์
| ชื่อ | ประเภท | คำอธิบาย | จำเป็นต้องมี |
|---|---|---|---|
| refundReceiptId | mustache | QuickBooks RefundReceipt ID. | ใช่ |
| syncToken | mustache | Sync token from the latest refund receipt read. | ใช่ |
| customerId | mustache | Optional customer ID. | ไม่ |
| lineItemsJson | mustache | Optional JSON array of QBO Line objects. | ไม่ |
| txnDate | mustache | Optional transaction date (YYYY-MM-DD). | ไม่ |
| docNumber | mustache | Optional document number. | ไม่ |
| privateNote | mustache | Optional private note. | ไม่ |
| totalAmount | mustache | Optional total amount. | ไม่ |
| currencyCode | mustache | Optional currency code. | ไม่ |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | ไม่ |
| payloadJson | mustache | Optional full RefundReceipt 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. |