Wróć do QuickBooks Estimates
Połącz Knoon AI z QuickBooks Estimates (QuickBooks), aby zautomatyzować przepływy pracy AI.
Run a QuickBooks Online SQL-like query for estimates (defaults to SELECT * FROM Estimate).
quickBooksEstimateQuery
BETA
Wewnętrzny
Uprawnienia
Uprawnienia opcjonalne
Brak elementów do wyświetlenia.
Parametry
| Nazwa | Typ | Opis | Wymagane |
|---|---|---|---|
| query | mustache | Optional. Full QBO query to run. If omitted, the backend uses the default query for this entity. | Nie |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Nie |
Zwroty
| Nazwa | Typ | Opis |
|---|---|---|
| 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. |