Kembali ke QuickBooks Estimates
Sambungkan Knoon AI dengan QuickBooks Estimates (QuickBooks) untuk mengotomatisasi alur kerja AI.
Update an existing QuickBooks estimate (sparse update).
quickBooksEstimateUpdate
Beta
Internal
Izin
Izin opsional
Tidak ada item untuk ditampilkan.
Parameter
| Nama | Tipe | Deskripsi | Wajib |
|---|---|---|---|
| estimateId | mustache | QuickBooks estimate ID. | Ya |
| syncToken | mustache | Sync token from the latest estimate read. | Ya |
| customerId | mustache | Optional customer ID. | Tidak |
| lineItemsJson | mustache | Optional JSON array of QBO Line objects. | Tidak |
| txnDate | mustache | Optional transaction date (YYYY-MM-DD). | Tidak |
| expirationDate | mustache | Optional expiration date (YYYY-MM-DD). | Tidak |
| docNumber | mustache | Optional document number. | Tidak |
| privateNote | mustache | Optional private note. | Tidak |
| currencyCode | mustache | Optional currency code. | Tidak |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Tidak |
| payloadJson | mustache | Optional full Estimate JSON. If provided, it is merged with the fields above and takes precedence. | Tidak |
Pengembalian
| Nama | Tipe | Deskripsi |
|---|---|---|
| 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. |