返回 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. |