POST api/Reservation/CreateReservation

No documentation available.

Request Information

Parameters

NameDescriptionAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ReservationMasterModels'.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:

Sample not available.