Back to QuickBooks Refund Receipts
Connect Knoon AI with QuickBooks Refund Receipts (QuickBooks) to automate AI workflows.
Update an existing QuickBooks RefundReceipt (sparse update).
quickBooksRefundReceiptUpdate
BETA
Internal
Permissions
Optional permissions
There are no items to display.
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| refundReceiptId | mustache | QuickBooks RefundReceipt ID. | Yes |
| syncToken | mustache | Sync token from the latest refund receipt read. | Yes |
| customerId | mustache | Optional customer ID. | No |
| lineItemsJson | mustache | Optional JSON array of QBO Line objects. | No |
| txnDate | mustache | Optional transaction date (YYYY-MM-DD). | No |
| docNumber | mustache | Optional document number. | No |
| privateNote | mustache | Optional private note. | No |
| totalAmount | mustache | Optional total amount. | No |
| currencyCode | mustache | Optional currency code. | No |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | No |
| payloadJson | mustache | Optional full RefundReceipt JSON. If provided, it is merged with the fields above and takes precedence. | No |
Returns
| Name | Type | Description |
|---|---|---|
| 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. |