PUT api/RoomChangeRequest/{id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
id
No documentation available.

Define this parameter in the request URI.

objDat
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "ROOM_CHANGE_REQ_ID": 1,
  "ROOM_CHANGE_REQ_CODE": "sample string 2",
  "ROOM_CHANGE_REQ_DATE": "2025-01-11T12:46:56.2478192+03:00",
  "EMP_ID": 1,
  "PREMISE_LEASE_ID": 1,
  "FLOOR_PLAN_ID": 1,
  "ROOM_CHANGE_ID": 1,
  "COMMENTS": "sample string 3",
  "RES_STATUS": "sample string 4",
  "FILE_NO": 1,
  "FIRST_NAME": "sample string 5",
  "ROOM_CHANGE_NAME": "sample string 6",
  "PREMISE_ACC_NAME": "sample string 7",
  "FLOOR_NO": "sample string 8",
  "FLAT_NO": "sample string 9",
  "ROOM_NO": "sample string 10",
  "BUILD_NO": "sample string 11",
  "ROAD_NO": "sample string 12",
  "BLOCK_NO": "sample string 13",
  "AREA": "sample string 14"
}

application/xml, text/xml

Sample:
<RoomChangeRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ComsipApi.Models.MyAccomodation">
  <AREA>sample string 14</AREA>
  <BLOCK_NO>sample string 13</BLOCK_NO>
  <BUILD_NO>sample string 11</BUILD_NO>
  <COMMENTS>sample string 3</COMMENTS>
  <EMP_ID>1</EMP_ID>
  <FILE_NO>1</FILE_NO>
  <FIRST_NAME>sample string 5</FIRST_NAME>
  <FLAT_NO>sample string 9</FLAT_NO>
  <FLOOR_NO>sample string 8</FLOOR_NO>
  <FLOOR_PLAN_ID>1</FLOOR_PLAN_ID>
  <PREMISE_ACC_NAME>sample string 7</PREMISE_ACC_NAME>
  <PREMISE_LEASE_ID>1</PREMISE_LEASE_ID>
  <RES_STATUS>sample string 4</RES_STATUS>
  <ROAD_NO>sample string 12</ROAD_NO>
  <ROOM_CHANGE_ID>1</ROOM_CHANGE_ID>
  <ROOM_CHANGE_NAME>sample string 6</ROOM_CHANGE_NAME>
  <ROOM_CHANGE_REQ_CODE>sample string 2</ROOM_CHANGE_REQ_CODE>
  <ROOM_CHANGE_REQ_DATE>2025-01-11T12:46:56.2478192+03:00</ROOM_CHANGE_REQ_DATE>
  <ROOM_CHANGE_REQ_ID>1</ROOM_CHANGE_REQ_ID>
  <ROOM_NO>sample string 10</ROOM_NO>
</RoomChangeRequest>

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 'RoomChangeRequest'.