POST Api/RescheduleApi/Create

Request Information

URI Parameters

None.

Body Parameters

RecheduleDTO
NameDescriptionTypeAdditional information
ScheduleId

integer

None.

NewScheduleDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "ScheduleId": 1,
  "NewScheduleDate": "2025-05-25T19:24:08.6985545+04:00"
}

text/html, multipart/form-data

Sample:
{"ScheduleId":1,"NewScheduleDate":"2025-05-25T19:24:08.6985545+04:00"}

application/xml, text/xml

Sample:
<RecheduleDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MSMChecklistFlow.DTO">
  <NewScheduleDate>2025-05-25T19:24:08.6985545+04:00</NewScheduleDate>
  <ScheduleId>1</ScheduleId>
</RecheduleDTO>

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 'RecheduleDTO'.

Response Information

Resource Description

integer

Response Formats

application/json, text/json, text/html, multipart/form-data

Sample:
1

application/xml, text/xml

Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>