Назад к QuickBooks Purchases
Подключите Knoon AI к QuickBooks Purchases (QuickBooks), чтобы автоматизировать AI рабочие процессы.
Fully update an existing QuickBooks Purchase (non-sparse update).
quickBooksPurchaseFullUpdate
Бета
Внутренний
Разрешения
Опциональные разрешения
Нет элементов для отображения.
Параметры
| Имя | Тип | Описание | Обязательно |
|---|---|---|---|
| purchaseId | mustache | QuickBooks Purchase ID. | Да |
| syncToken | mustache | Sync token from the latest purchase read. | Да |
| accountId | mustache | Optional account ID. | Нет |
| lineItemsJson | mustache | Optional JSON array of QBO Line objects. | Нет |
| paymentType | mustache | Optional payment type (Cash, Check, CreditCard). | Нет |
| txnDate | mustache | Optional transaction date (YYYY-MM-DD). | Нет |
| totalAmount | mustache | Optional total amount. | Нет |
| privateNote | mustache | Optional private note. | Нет |
| currencyCode | mustache | Optional currency code. | Нет |
| entityId | mustache | Optional entity reference ID (for customer/vendor/employee). | Нет |
| entityType | mustache | Optional entity reference type (Customer, Vendor, Employee). | Нет |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Нет |
| payloadJson | mustache | Optional full Purchase 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. |





