Назад к QuickBooks Purchase Orders
Подключите Knoon AI к QuickBooks Purchase Orders (QuickBooks), чтобы автоматизировать AI рабочие процессы.
Update an existing QuickBooks PurchaseOrder (sparse update).
quickBooksPurchaseOrderUpdate
Бета
Внутренний
Разрешения
Опциональные разрешения
Нет элементов для отображения.
Параметры
| Имя | Тип | Описание | Обязательно |
|---|---|---|---|
| purchaseOrderId | mustache | QuickBooks PurchaseOrder ID. | Да |
| syncToken | mustache | Sync token from the latest purchase order read. | Да |
| vendorId | mustache | Optional vendor ID. | Нет |
| lineItemsJson | mustache | Optional JSON array of QBO Line objects. | Нет |
| txnDate | mustache | Optional transaction date (YYYY-MM-DD). | Нет |
| docNumber | mustache | Optional document number. | Нет |
| privateNote | mustache | Optional private note. | Нет |
| totalAmount | mustache | Optional total amount. | Нет |
| currencyCode | mustache | Optional currency code. | Нет |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Нет |
| payloadJson | mustache | Optional full PurchaseOrder JSON. If provided, it is merged with the fields above and takes precedence. | Нет |
Возвраты
| Имя | Тип | Описание |
|---|---|---|
| id | string | Record ID. |
| name | string | Name or display name. |
| docNumber | string | Document number. |
| txnDate | string | Transaction date. |
| totalAmount | number | Total amount. |
| active | boolean | Whether the record is active. |
| syncToken | string | Sync token. |
| currencyCode | string | Currency code. |