QuickBooks Payments öğesine geri dön
Knoon AI'yi QuickBooks Payments (QuickBooks) ile bağlayarak AI iş akışlarını otomatikleştirin.
Update an existing QuickBooks payment (sparse update).
quickBooksPaymentUpdate
BETA
Dahili
İzinler
İsteğe bağlı izinler
Gösterilecek öğe yok.
Parametreler
| İsim | Tür | Açıklama | Gerekli |
|---|---|---|---|
| paymentId | mustache | QuickBooks payment ID. | Evet |
| syncToken | mustache | Sync token from the latest payment read. | Evet |
| customerId | mustache | Optional customer ID. | Hayır |
| lineItemsJson | mustache | Optional JSON array of QBO Line objects. | Hayır |
| totalAmount | mustache | Optional total amount. | Hayır |
| txnDate | mustache | Optional transaction date (YYYY-MM-DD). | Hayır |
| privateNote | mustache | Optional private note. | Hayır |
| currencyCode | mustache | Optional currency code. | Hayır |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Hayır |
| payloadJson | mustache | Optional full Payment JSON. If provided, it is merged with the fields above and takes precedence. | Hayır |
İadeler
| İsim | Tür | Açıklama |
|---|---|---|
| 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. |