Tilbake til QuickBooks Estimates
Koble til Knoon AI med QuickBooks Estimates (QuickBooks) for å automatisere AI-arbeidsflyter.
Create a new QuickBooks estimate.
quickBooksEstimateCreate
BETA
Intern
Tillatelser
Valgfrie tillatelser
Det finnes ingen elementer å vise.
Parametere
| Navn | Type | Beskrivelse | Påkrevd |
|---|---|---|---|
| customerId | mustache | Customer ID for the estimate. | Ja |
| lineItemsJson | mustache | JSON array of QBO Line objects (e.g. [{"DetailType":"SalesItemLineDetail","Amount":120,"SalesItemLineDetail":{"ItemRef":{"value":"123"}}}]). | Ja |
| txnDate | mustache | Optional transaction date (YYYY-MM-DD). | Nei |
| expirationDate | mustache | Optional expiration date (YYYY-MM-DD). | Nei |
| docNumber | mustache | Optional document number. | Nei |
| privateNote | mustache | Optional private note. | Nei |
| currencyCode | mustache | Optional currency code. | Nei |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Nei |
| payloadJson | mustache | Optional full Estimate JSON. If provided, it is merged with the fields above and takes precedence. | 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. |