POST api/Tickets/updateSchedule

Request Information

URI Parameters

None.

Body Parameters

TicketTechnicianScheduleDto
NameDescriptionTypeAdditional information
TicketId

integer

None.

TechnicianId

integer

None.

EstimatedStartTime

date

None.

EstimatedEndTime

date

None.

LoggedStartTime

date

None.

LoggedEndtime

date

None.

TimeTaken

integer

None.

IsTeamTicket

boolean

None.

IsAdmin

boolean

None.

JobDescription

string

None.

TeamId

integer

None.

Id

integer

None.

IsDeleted

boolean

None.

IsActive

boolean

None.

CreatedBy

integer

None.

CreatedOn

date

None.

ModifiedBy

integer

None.

ModifiedOn

date

None.

Request Formats

application/json, text/json

Sample:
{
  "TicketId": 1,
  "TechnicianId": 2,
  "EstimatedStartTime": "2025-12-08T15:36:28.0052787+00:00",
  "EstimatedEndTime": "2025-12-08T15:36:28.0052787+00:00",
  "LoggedStartTime": "2025-12-08T15:36:28.0052787+00:00",
  "LoggedEndtime": "2025-12-08T15:36:28.0052787+00:00",
  "TimeTaken": 1,
  "IsTeamTicket": true,
  "IsAdmin": true,
  "JobDescription": "sample string 7",
  "TeamId": 8,
  "Id": 9,
  "IsDeleted": true,
  "IsActive": true,
  "CreatedBy": 12,
  "CreatedOn": "2025-12-08T15:36:28.0052787+00:00",
  "ModifiedBy": 1,
  "ModifiedOn": "2025-12-08T15:36:28.0052787+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 'TicketTechnicianScheduleDto'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.