Tilbake til QuickBooks Payments
Koble til Knoon AI med QuickBooks Payments (QuickBooks) for å automatisere AI-arbeidsflyter.
Update an existing QuickBooks payment (sparse update).
quickBooksPaymentUpdate
BETA
Intern
Tillatelser
Valgfrie tillatelser
Det finnes ingen elementer å vise.
Parametere
| Navn | Type | Beskrivelse | Påkrevd |
|---|---|---|---|
| paymentId | mustache | QuickBooks payment ID. | Ja |
| syncToken | mustache | Sync token from the latest payment read. | Ja |
| customerId | mustache | Optional customer ID. | Nei |
| lineItemsJson | mustache | Optional JSON array of QBO Line objects. | Nei |
| totalAmount | mustache | Optional total amount. | Nei |
| txnDate | mustache | Optional transaction date (YYYY-MM-DD). | Nei |
| privateNote | mustache | Optional private note. | Nei |
| currencyCode | mustache | Optional currency code. | Nei |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Nei |
| payloadJson | mustache | Optional full Payment JSON. If provided, it is merged with the fields above and takes precedence. | Nei |
Returer
| Navn | Type | Beskrivelse |
|---|---|---|
| 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. |