autotask_update_ticket_charge
Update an existing ticket charge fields like name, quantity, price, cost, and billable status. Only specified fields are modified.
Instructions
Update an existing ticket charge. Only fields provided will be changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chargeId | Yes | The charge ID to update | |
| name | No | Updated charge name | |
| description | No | Updated description | |
| unitQuantity | No | Updated quantity | |
| unitPrice | No | Updated unit price | |
| unitCost | No | Updated unit cost | |
| billableToAccount | No | Updated billable status | |
| status | No | Updated status |