Назад к QuickBooks Bills
Подключите Knoon AI к QuickBooks Bills (QuickBooks), чтобы автоматизировать AI рабочие процессы.
Update an existing QuickBooks bill (sparse update).
quickBooksBillUpdate
Бета
Внутренний
Разрешения
Опциональные разрешения
Нет элементов для отображения.
Параметры
| Имя | Тип | Описание | Обязательно |
|---|---|---|---|
| billId | mustache | QuickBooks bill ID. | Да |
| syncToken | mustache | Sync token from the latest bill read. | Да |
| vendorId | mustache | Optional vendor 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. | Нет |
| apAccountId | mustache | Optional AP account ID. | Нет |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Нет |
| payloadJson | mustache | Optional full Bill JSON. If provided, it is merged with the fields above and takes precedence. | Нет |
Возвраты
| Имя | Тип | Описание |
|---|---|---|
| id | string | Bill ID. |
| docNumber | string | Bill document number. |
| vendorId | string | Vendor ID. |
| txnDate | string | Transaction date. |
| dueDate | string | Due date. |
| totalAmount | number | Total amount. |
| balance | number | Open balance. |
| currencyCode | string | Currency code. |
| syncToken | string | Sync token for updates. |
| privateNote | string | Private note. |





