Voltar para QuickBooks Payments
Conectar Knoon AI com QuickBooks Payments (QuickBooks) para automatizar fluxos de trabalho de AI.
Update an existing QuickBooks payment (sparse update).
quickBooksPaymentUpdate
Beta
Interno
Permissões
Permissões opcionais
Não há itens para exibir.
Parâmetros
| Nome | Tipo | Descrição | Obrigatório |
|---|---|---|---|
| paymentId | mustache | QuickBooks payment ID. | Sim |
| syncToken | mustache | Sync token from the latest payment read. | Sim |
| customerId | mustache | Optional customer ID. | Não |
| lineItemsJson | mustache | Optional JSON array of QBO Line objects. | Não |
| totalAmount | mustache | Optional total amount. | Não |
| txnDate | mustache | Optional transaction date (YYYY-MM-DD). | Não |
| privateNote | mustache | Optional private note. | Não |
| currencyCode | mustache | Optional currency code. | Não |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Não |
| payloadJson | mustache | Optional full Payment JSON. If provided, it is merged with the fields above and takes precedence. | Não |
Devoluções
| Nome | Tipo | Descrição |
|---|---|---|
| id | string | Payment ID. |
| customerId | string | Customer ID. |
| txnDate | string | Transaction date. |
| totalAmount | number | Total amount. |
| privateNote | string | Private note. |
| currencyCode | string | Currency code. |
| syncToken | string | Sync token for updates. |