Quay lại QuickBooks Estimates
Kết nối Knoon AI với QuickBooks Estimates (QuickBooks) để tự động hóa các quy trình làm việc AI.
Update an existing QuickBooks estimate (sparse update).
quickBooksEstimateUpdate
BẢN THỬ NGHIỆM
Nội bộ
Quyền hạn
Quyền hạn tùy chọn
Không có mục nào để hiển thị.
Tham số
| Tên | Loại | Mô tả | Bắt buộc |
|---|---|---|---|
| estimateId | mustache | QuickBooks estimate ID. | Có |
| syncToken | mustache | Sync token from the latest estimate read. | Có |
| customerId | mustache | Optional customer ID. | Không |
| lineItemsJson | mustache | Optional JSON array of QBO Line objects. | Không |
| txnDate | mustache | Optional transaction date (YYYY-MM-DD). | Không |
| expirationDate | mustache | Optional expiration date (YYYY-MM-DD). | Không |
| docNumber | mustache | Optional document number. | Không |
| privateNote | mustache | Optional private note. | Không |
| currencyCode | mustache | Optional currency code. | Không |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Không |
| payloadJson | mustache | Optional full Estimate JSON. If provided, it is merged with the fields above and takes precedence. | Không |
Trả về
| Tên | Loại | Mô tả |
|---|---|---|
| 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. |