POST api/Task/{ticketId}/updateSchedule
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ticketId | integer |
Required |
Body Parameters
UpdateScheduleModel| Name | Description | Type | Additional information |
|---|---|---|---|
| StartTime | date |
None. |
|
| EndTime | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"StartTime": "2025-12-08T15:36:27.4584111+00:00",
"EndTime": "2025-12-08T15:36:27.4584111+00:00"
}
application/xml, text/xml
Sample:
check
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.