Tilbake til QuickBooks Estimates
Koble til Knoon AI med QuickBooks Estimates (QuickBooks) for å automatisere AI-arbeidsflyter.
Run a QuickBooks Online SQL-like query for estimates (defaults to SELECT * FROM Estimate).
quickBooksEstimateQuery
BETA
Intern
Tillatelser
Valgfrie tillatelser
Det finnes ingen elementer å vise.
Parametere
| Navn | Type | Beskrivelse | Påkrevd |
|---|---|---|---|
| query | mustache | Optional. Full QBO query to run. If omitted, the backend uses the default query for this entity. | Nei |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Nei |
Returer
| Navn | Type | Beskrivelse |
|---|---|---|
| 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. |