Retour à QuickBooks Estimates
Connecter Knoon AI avec QuickBooks Estimates (QuickBooks) pour automatiser les flux de travail AI.
Update an existing QuickBooks estimate (sparse update).
quickBooksEstimateUpdate
Bêta
Interne
Autorisations
Autorisations optionnelles
Il n'y a aucun élément à afficher.
Paramètres
| Nom | Type | Description | Requis |
|---|---|---|---|
| estimateId | mustache | QuickBooks estimate ID. | Oui |
| syncToken | mustache | Sync token from the latest estimate read. | Oui |
| customerId | mustache | Optional customer ID. | Non |
| lineItemsJson | mustache | Optional JSON array of QBO Line objects. | Non |
| txnDate | mustache | Optional transaction date (YYYY-MM-DD). | Non |
| expirationDate | mustache | Optional expiration date (YYYY-MM-DD). | Non |
| docNumber | mustache | Optional document number. | Non |
| privateNote | mustache | Optional private note. | Non |
| currencyCode | mustache | Optional currency code. | Non |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Non |
| payloadJson | mustache | Optional full Estimate JSON. If provided, it is merged with the fields above and takes precedence. | Non |
Retours
| Nom | Type | Description |
|---|---|---|
| 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. |