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