autotask_update_quote_item
Update an existing quote item by modifying its quantity, unit price, discounts, optional status, or sort order to adjust the quote details.
Instructions
Update an existing quote item (quantity, price, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quoteItemId | Yes | The quote item ID to update | |
| quantity | No | Updated quantity | |
| unitPrice | No | Updated unit price | |
| unitDiscount | No | Updated per-unit discount | |
| lineDiscount | No | Updated line discount | |
| percentageDiscount | No | Updated percentage discount | |
| isOptional | No | Updated optional status | |
| sortOrderID | No | Updated sort order |