POST api/Reservation/saveReservationData

No documentation available.

Request Information

Parameters

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

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

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:

Sample not available.