autotask_update_quote_item
Update an existing quote item's quantity, price, discount, optional status, or sort order using the quote item ID.
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 |