POST api/Reservation/CreateReservation
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| ReservationMasterModel | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"RES_Id": 1,
"RES_Name": "sample string 2",
"RES_Percentage": "sample string 3",
"created_date": "2025-12-07T07:55:17.4481702+05:30",
"Reservations": [
{
"RES_Id": 1,
"RES_Percentage": "sample string 1",
"RES_Name": "sample string 2",
"created_date": "2025-12-07T07:55:17.4501708+05:30"
},
{
"RES_Id": 1,
"RES_Percentage": "sample string 1",
"RES_Name": "sample string 2",
"created_date": "2025-12-07T07:55:17.4501708+05:30"
},
{
"RES_Id": 1,
"RES_Percentage": "sample string 1",
"RES_Name": "sample string 2",
"created_date": "2025-12-07T07:55:17.4501708+05:30"
}
],
"R_Created_Date": "2025-12-07T07:55:17.4511742+05:30"
}
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
Sample not available.