Tillbaka till QuickBooks Payments
Anslut Knoon AI med QuickBooks Payments (QuickBooks) för att automatisera AI-flöden.
Update an existing QuickBooks payment (sparse update).
quickBooksPaymentUpdate
BETA
Intern
Behörigheter
Valfria behörigheter
Det finns inga objekt att visa.
Parametrar
| Namn | Typ | Beskrivning | Obligatoriskt |
|---|---|---|---|
| paymentId | mustache | QuickBooks payment ID. | Ja |
| syncToken | mustache | Sync token from the latest payment read. | Ja |
| customerId | mustache | Optional customer ID. | Nej |
| lineItemsJson | mustache | Optional JSON array of QBO Line objects. | Nej |
| totalAmount | mustache | Optional total amount. | Nej |
| txnDate | mustache | Optional transaction date (YYYY-MM-DD). | Nej |
| privateNote | mustache | Optional private note. | Nej |
| currencyCode | mustache | Optional currency code. | Nej |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Nej |
| payloadJson | mustache | Optional full Payment JSON. If provided, it is merged with the fields above and takes precedence. | Nej |
Returer
| Namn | Typ | Beskrivning |
|---|---|---|
| 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. |