Назад к QuickBooks Payments
Подключите Knoon AI к QuickBooks Payments (QuickBooks), чтобы автоматизировать AI рабочие процессы.
Update an existing QuickBooks payment (sparse update).
quickBooksPaymentUpdate
Бета
Внутренний
Разрешения
Опциональные разрешения
Нет элементов для отображения.
Параметры
| Имя | Тип | Описание | Обязательно |
|---|---|---|---|
| paymentId | mustache | QuickBooks payment ID. | Да |
| syncToken | mustache | Sync token from the latest payment read. | Да |
| customerId | mustache | Optional customer ID. | Нет |
| lineItemsJson | mustache | Optional JSON array of QBO Line objects. | Нет |
| totalAmount | mustache | Optional total amount. | Нет |
| txnDate | mustache | Optional transaction date (YYYY-MM-DD). | Нет |
| privateNote | mustache | Optional private note. | Нет |
| currencyCode | mustache | Optional currency code. | Нет |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Нет |
| payloadJson | mustache | Optional full Payment JSON. If provided, it is merged with the fields above and takes precedence. | Нет |
Возвраты
| Имя | Тип | Описание |
|---|---|---|
| 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. |