autotask_create_contract_service
Add a service line item to an existing contract by providing contract ID, service catalog ID, and unit price. Optionally set unit cost, invoice description, and other details.
Instructions
Add a ContractService (service line item) to an existing Contract.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contractID | Yes | Parent Contract ID | |
| serviceID | Yes | Service catalog ID being attached to the contract | |
| unitPrice | Yes | Unit price for the service line | |
| unitCost | No | Unit cost for the service line | |
| quoteItemID | No | Originating quote item ID, if any | |
| internalCurrencyUnitPrice | No | Unit price in internal currency | |
| adjustedPrice | No | Adjusted price | |
| invoiceDescription | No | Override invoice description for this line |