Voltar para QuickBooks Refund Receipts
Conectar Knoon AI com QuickBooks Refund Receipts (QuickBooks) para automatizar fluxos de trabalho de AI.
Update an existing QuickBooks RefundReceipt (sparse update).
quickBooksRefundReceiptUpdate
Beta
Interno
Permissões
Permissões opcionais
Não há itens para exibir.
Parâmetros
| Nome | Tipo | Descrição | Obrigatório |
|---|---|---|---|
| refundReceiptId | mustache | QuickBooks RefundReceipt ID. | Sim |
| syncToken | mustache | Sync token from the latest refund receipt read. | Sim |
| customerId | mustache | Optional customer ID. | Não |
| lineItemsJson | mustache | Optional JSON array of QBO Line objects. | Não |
| txnDate | mustache | Optional transaction date (YYYY-MM-DD). | Não |
| docNumber | mustache | Optional document number. | Não |
| privateNote | mustache | Optional private note. | Não |
| totalAmount | mustache | Optional total amount. | Não |
| currencyCode | mustache | Optional currency code. | Não |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Não |
| payloadJson | mustache | Optional full RefundReceipt JSON. If provided, it is merged with the fields above and takes precedence. | Não |
Devoluções
| Nome | Tipo | Descrição |
|---|---|---|
| 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. |