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