Wróć do QuickBooks Estimates
Połącz Knoon AI z QuickBooks Estimates (QuickBooks), aby zautomatyzować przepływy pracy AI.
Update an existing QuickBooks estimate (sparse update).
quickBooksEstimateUpdate
BETA
Wewnętrzny
Uprawnienia
Uprawnienia opcjonalne
Brak elementów do wyświetlenia.
Parametry
| Nazwa | Typ | Opis | Wymagane |
|---|---|---|---|
| estimateId | mustache | QuickBooks estimate ID. | Tak |
| syncToken | mustache | Sync token from the latest estimate read. | Tak |
| customerId | mustache | Optional customer ID. | Nie |
| lineItemsJson | mustache | Optional JSON array of QBO Line objects. | Nie |
| txnDate | mustache | Optional transaction date (YYYY-MM-DD). | Nie |
| expirationDate | mustache | Optional expiration date (YYYY-MM-DD). | Nie |
| docNumber | mustache | Optional document number. | Nie |
| privateNote | mustache | Optional private note. | Nie |
| currencyCode | mustache | Optional currency code. | Nie |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Nie |
| payloadJson | mustache | Optional full Estimate JSON. If provided, it is merged with the fields above and takes precedence. | Nie |
Zwroty
| Nazwa | Typ | Opis |
|---|---|---|
| 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. |