QuickBooks Estimates öğesine geri dön
Knoon AI'yi QuickBooks Estimates (QuickBooks) ile bağlayarak AI iş akışlarını otomatikleştirin.
Update an existing QuickBooks estimate (sparse update).
quickBooksEstimateUpdate
BETA
Dahili
İzinler
İsteğe bağlı izinler
Gösterilecek öğe yok.
Parametreler
| İsim | Tür | Açıklama | Gerekli |
|---|---|---|---|
| estimateId | mustache | QuickBooks estimate ID. | Evet |
| syncToken | mustache | Sync token from the latest estimate read. | Evet |
| customerId | mustache | Optional customer ID. | Hayır |
| lineItemsJson | mustache | Optional JSON array of QBO Line objects. | Hayır |
| txnDate | mustache | Optional transaction date (YYYY-MM-DD). | Hayır |
| expirationDate | mustache | Optional expiration date (YYYY-MM-DD). | Hayır |
| docNumber | mustache | Optional document number. | Hayır |
| privateNote | mustache | Optional private note. | Hayır |
| currencyCode | mustache | Optional currency code. | Hayır |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Hayır |
| payloadJson | mustache | Optional full Estimate JSON. If provided, it is merged with the fields above and takes precedence. | Hayır |
İadeler
| İsim | Tür | Açıklama |
|---|---|---|
| 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. |