Назад к QuickBooks Invoices
Подключите Knoon AI к QuickBooks Invoices (QuickBooks), чтобы автоматизировать AI рабочие процессы.
Update an existing QuickBooks invoice (sparse update).
quickBooksInvoiceUpdate
Бета
Внутренний
Разрешения
Опциональные разрешения
Нет элементов для отображения.
Параметры
| Имя | Тип | Описание | Обязательно |
|---|---|---|---|
| invoiceId | mustache | QuickBooks invoice ID. | Да |
| syncToken | mustache | Sync token from the latest invoice read. | Да |
| customerId | mustache | Optional customer ID. | Нет |
| lineItemsJson | mustache | Optional JSON array of QBO Line objects. | Нет |
| txnDate | mustache | Optional transaction date (YYYY-MM-DD). | Нет |
| dueDate | mustache | Optional due date (YYYY-MM-DD). | Нет |
| docNumber | mustache | Optional document number. | Нет |
| privateNote | mustache | Optional private note. | Нет |
| currencyCode | mustache | Optional currency code. | Нет |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Нет |
| payloadJson | mustache | Optional full Invoice JSON. If provided, it is merged with the fields above and takes precedence. | Нет |
Возвраты
| Имя | Тип | Описание |
|---|---|---|
| id | string | Invoice ID. |
| docNumber | string | Document number. |
| customerId | string | Customer ID. |
| txnDate | string | Transaction date. |
| dueDate | string | Due date. |
| totalAmount | number | Total amount. |
| balance | number | Open balance. |
| privateNote | string | Private note. |
| currencyCode | string | Currency code. |
| syncToken | string | Sync token for updates. |