Indietro a QuickBooks Payments
Connetti Knoon AI con QuickBooks Payments (QuickBooks) per automatizzare i flussi di lavoro AI.
Update an existing QuickBooks payment (sparse update).
quickBooksPaymentUpdate
Beta
Interno
Autorizzazioni
Autorizzazioni facoltative
Non ci sono elementi da visualizzare.
Parametri
| Nome | Tipo | Descrizione | Obbligatorio |
|---|---|---|---|
| paymentId | mustache | QuickBooks payment ID. | Sì |
| syncToken | mustache | Sync token from the latest payment read. | Sì |
| customerId | mustache | Optional customer ID. | No |
| lineItemsJson | mustache | Optional JSON array of QBO Line objects. | No |
| totalAmount | mustache | Optional total amount. | No |
| txnDate | mustache | Optional transaction date (YYYY-MM-DD). | No |
| privateNote | mustache | Optional private note. | No |
| currencyCode | mustache | Optional currency code. | No |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | No |
| payloadJson | mustache | Optional full Payment JSON. If provided, it is merged with the fields above and takes precedence. | No |
Resi
| Nome | Tipo | Descrizione |
|---|---|---|
| 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. |