Назад к QuickBooks Estimates
Подключите Knoon AI к QuickBooks Estimates (QuickBooks), чтобы автоматизировать AI рабочие процессы.
Update an existing QuickBooks estimate (sparse update).
quickBooksEstimateUpdate
Бета
Внутренний
Разрешения
Опциональные разрешения
Нет элементов для отображения.
Параметры
| Имя | Тип | Описание | Обязательно |
|---|---|---|---|
| estimateId | mustache | QuickBooks estimate ID. | Да |
| syncToken | mustache | Sync token from the latest estimate read. | Да |
| customerId | mustache | Optional customer ID. | Нет |
| lineItemsJson | mustache | Optional JSON array of QBO Line objects. | Нет |
| txnDate | mustache | Optional transaction date (YYYY-MM-DD). | Нет |
| expirationDate | mustache | Optional expiration 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 Estimate JSON. If provided, it is merged with the fields above and takes precedence. | Нет |
Возвраты
| Имя | Тип | Описание |
|---|---|---|
| id | string | Estimate ID. |
| docNumber | string | Document number. |
| customerId | string | Customer ID. |
| txnDate | string | Transaction date. |
| expirationDate | string | Expiration date. |
| totalAmount | number | Total amount. |
| privateNote | string | Private note. |
| currencyCode | string | Currency code. |
| syncToken | string | Sync token for updates. |