Tillbaka till QuickBooks Estimates
Anslut Knoon AI med QuickBooks Estimates (QuickBooks) för att automatisera AI-flöden.
Update an existing QuickBooks estimate (sparse update).
quickBooksEstimateUpdate
BETA
Intern
Behörigheter
Valfria behörigheter
Det finns inga objekt att visa.
Parametrar
| Namn | Typ | Beskrivning | Obligatoriskt |
|---|---|---|---|
| estimateId | mustache | QuickBooks estimate ID. | Ja |
| syncToken | mustache | Sync token from the latest estimate read. | Ja |
| customerId | mustache | Optional customer ID. | Nej |
| lineItemsJson | mustache | Optional JSON array of QBO Line objects. | Nej |
| 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 |
Returer
| Namn | Typ | Beskrivning |
|---|---|---|
| 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. |