Tilbage til QuickBooks Estimates
Forbind Knoon AI med QuickBooks Estimates (QuickBooks) for at automatisere AI-arbejdsgange.
Create a new QuickBooks estimate.
quickBooksEstimateCreate
BETA
Internt
Tilladelser
Valgfrie tilladelser
Der er ingen elementer at vise.
Parametre
| Navn | Type | Beskrivelse | Obligatorisk |
|---|---|---|---|
| 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). | Nej |
| expirationDate | mustache | Optional expiration date (YYYY-MM-DD). | Nej |
| docNumber | mustache | Optional document number. | Nej |
| privateNote | mustache | Optional private note. | Nej |
| currencyCode | mustache | Optional currency code. | Nej |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Nej |
| payloadJson | mustache | Optional full Estimate JSON. If provided, it is merged with the fields above and takes precedence. | Nej |
Retur
| 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. |