Retour à QuickBooks Estimates
Connecter Knoon AI avec QuickBooks Estimates (QuickBooks) pour automatiser les flux de travail AI.
Run a QuickBooks Online SQL-like query for estimates (defaults to SELECT * FROM Estimate).
quickBooksEstimateQuery
Bêta
Interne
Autorisations
Autorisations optionnelles
Il n'y a aucun élément à afficher.
Paramètres
| Nom | Type | Description | Requis |
|---|---|---|---|
| query | mustache | Optional. Full QBO query to run. If omitted, the backend uses the default query for this entity. | Non |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Non |
Retours
| Nom | Type | Description |
|---|---|---|
| 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. |