PUT api/floorplan/search

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objDat
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "FLOOR_PLAN_ID": 1,
  "PREMISE_LEASE_ID": 1,
  "PREMISE_ACC_NAME": "sample string 1",
  "FLOOR_NO": "sample string 2",
  "FLAT_NO": "sample string 3",
  "ROOM_NO": "sample string 4",
  "OCCUPANY_TYPE_ID": 1,
  "OCCUPANY_TYPE_NAME": "sample string 5",
  "MAX_CAPACITY": 1.0,
  "RES_STATUS": "sample string 6",
  "PREMISE_CAT_ID": 1
}

application/xml, text/xml

Sample:
<FloorPlan xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ComsipApi.Models.PremisesManagement">
  <FLAT_NO>sample string 3</FLAT_NO>
  <FLOOR_NO>sample string 2</FLOOR_NO>
  <FLOOR_PLAN_ID>1</FLOOR_PLAN_ID>
  <MAX_CAPACITY>1</MAX_CAPACITY>
  <OCCUPANY_TYPE_ID>1</OCCUPANY_TYPE_ID>
  <OCCUPANY_TYPE_NAME>sample string 5</OCCUPANY_TYPE_NAME>
  <PREMISE_ACC_NAME>sample string 1</PREMISE_ACC_NAME>
  <PREMISE_CAT_ID>1</PREMISE_CAT_ID>
  <PREMISE_LEASE_ID>1</PREMISE_LEASE_ID>
  <RES_STATUS>sample string 6</RES_STATUS>
  <ROOM_NO>sample string 4</ROOM_NO>
</FloorPlan>

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