autotask_update_contract_service
Update specific fields of a ContractService line on a Contract by providing the record ID and contract ID.
Instructions
Update an existing ContractService line on a Contract. Pass only fields you want to change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ContractService record ID to update | |
| contractID | Yes | Parent Contract ID | |
| serviceID | No | Service catalog ID | |
| unitPrice | No | Unit price for the service line | |
| unitCost | No | Unit cost for the service line | |
| quoteItemID | No | Originating quote item ID | |
| internalCurrencyUnitPrice | No | Unit price in internal currency | |
| adjustedPrice | No | Adjusted price | |
| invoiceDescription | No | Override invoice description for this line |