Terug naar QuickBooks Estimates
Verbinding maken met Knoon AI met QuickBooks Estimates (QuickBooks) om AI-workflows te automatiseren.
Update an existing QuickBooks estimate (sparse update).
quickBooksEstimateUpdate
BÈTA
Intern
Machtigingen
Optionele machtigingen
Er zijn geen items om weer te geven.
Parameters
| Naam | Type | Beschrijving | Vereist |
|---|---|---|---|
| estimateId | mustache | QuickBooks estimate ID. | Ja |
| syncToken | mustache | Sync token from the latest estimate read. | Ja |
| customerId | mustache | Optional customer ID. | Nee |
| lineItemsJson | mustache | Optional JSON array of QBO Line objects. | Nee |
| txnDate | mustache | Optional transaction date (YYYY-MM-DD). | Nee |
| expirationDate | mustache | Optional expiration date (YYYY-MM-DD). | Nee |
| docNumber | mustache | Optional document number. | Nee |
| privateNote | mustache | Optional private note. | Nee |
| currencyCode | mustache | Optional currency code. | Nee |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Nee |
| payloadJson | mustache | Optional full Estimate JSON. If provided, it is merged with the fields above and takes precedence. | Nee |
Retouren
| Naam | Type | Beschrijving |
|---|---|---|
| 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. |