Назад к QuickBooks Estimates
Подключите Knoon AI к QuickBooks Estimates (QuickBooks), чтобы автоматизировать AI рабочие процессы.
Run a QuickBooks Online SQL-like query for estimates (defaults to SELECT * FROM Estimate).
quickBooksEstimateQuery
Бета
Внутренний
Разрешения
Опциональные разрешения
Нет элементов для отображения.
Параметры
| Имя | Тип | Описание | Обязательно |
|---|---|---|---|
| query | mustache | Optional. Full QBO query to run. If omitted, the backend uses the default query for this entity. | Нет |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Нет |
Возвраты
| Имя | Тип | Описание |
|---|---|---|
| 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. |