autotask_update_service_call
Update an existing service call to change its status, times, or description, or mark it as complete.
Instructions
Update an existing service call. Use this to change status, times, or description. To complete/close a service call, set complete: true or update the status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Updated status picklist ID | |
| complete | No | Set to true to mark the service call as complete/closed | |
| description | No | Updated description | |
| endDateTime | No | Updated end date/time (ISO 8601 format) | |
| serviceCallId | Yes | The service call ID to update | |
| startDateTime | No | Updated start date/time (ISO 8601 format) |