POST Api/RescheduleApi/Create
Request Information
URI Parameters
None.
Body Parameters
RecheduleDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| ScheduleId | integer |
None. |
|
| NewScheduleDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"ScheduleId": 1,
"NewScheduleDate": "2025-10-30T10:09:44.8027342+04:00"
}
text/html, multipart/form-data
Sample:
{"ScheduleId":1,"NewScheduleDate":"2025-10-30T10:09:44.8027342+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-10-30T10:09:44.8027342+04:00</NewScheduleDate> <ScheduleId>1</ScheduleId> </RecheduleDTO>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
integerResponse 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>