Takaisin QuickBooks Payments -kohtaan
Yhdistä Knoon AI kohteen QuickBooks Payments (QuickBooks) kanssa automatisoidaksesi AI-työnkulut.
Update an existing QuickBooks payment (sparse update).
quickBooksPaymentUpdate
BETA
Sisäinen
Oikeudet
Valinnaiset oikeudet
Näytettävää kohdetta ei ole.
Parametrit
| Nimi | Tyyppi | Kuvaus | Pakollinen |
|---|---|---|---|
| paymentId | mustache | QuickBooks payment ID. | Kyllä |
| syncToken | mustache | Sync token from the latest payment read. | Kyllä |
| customerId | mustache | Optional customer ID. | Ei |
| lineItemsJson | mustache | Optional JSON array of QBO Line objects. | Ei |
| totalAmount | mustache | Optional total amount. | Ei |
| txnDate | mustache | Optional transaction date (YYYY-MM-DD). | Ei |
| privateNote | mustache | Optional private note. | Ei |
| currencyCode | mustache | Optional currency code. | Ei |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Ei |
| payloadJson | mustache | Optional full Payment JSON. If provided, it is merged with the fields above and takes precedence. | Ei |
Palautukset
| Nimi | Tyyppi | Kuvaus |
|---|---|---|
| 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. |