Terug naar QuickBooks Payments
Verbinding maken met Knoon AI met QuickBooks Payments (QuickBooks) om AI-workflows te automatiseren.
Update an existing QuickBooks payment (sparse update).
quickBooksPaymentUpdate
BÈTA
Intern
Machtigingen
Optionele machtigingen
Er zijn geen items om weer te geven.
Parameters
| Naam | Type | Beschrijving | Vereist |
|---|---|---|---|
| paymentId | mustache | QuickBooks payment ID. | Ja |
| syncToken | mustache | Sync token from the latest payment read. | Ja |
| customerId | mustache | Optional customer ID. | Nee |
| lineItemsJson | mustache | Optional JSON array of QBO Line objects. | Nee |
| totalAmount | mustache | Optional total amount. | Nee |
| txnDate | mustache | Optional transaction date (YYYY-MM-DD). | Nee |
| privateNote | mustache | Optional private note. | Nee |
| currencyCode | mustache | Optional currency code. | Nee |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Nee |
| payloadJson | mustache | Optional full Payment JSON. If provided, it is merged with the fields above and takes precedence. | Nee |
Retouren
| Naam | Type | Beschrijving |
|---|---|---|
| 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. |