POST api/Task/{ticketId}/updateSchedule

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ticketId

integer

Required

Body Parameters

UpdateScheduleModel
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'UpdateScheduleModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.