autotask_update_quote_item
Update an existing quote item's quantity, unit price, discounts, optional status, or sort order to reflect changes in pricing or configuration.
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 |