GET 17.0/database/propertyrooms/{propertyid}/{id}

Description

Retrieve Property Rooms

URI Parameters

Name Description Type Additional information
propertyID

integer

Required

id

integer

Required

None.

None.

Name Description Type Additional information
PropertyID

integer

None.

ID

integer

None.

Description

string

String length: inclusive between 0 and 50

FullDescription

string

None.

Width

decimal number

None.

WidthSuffix

byte

None.

Length

decimal number

None.

LengthSuffix

byte

None.

FloorArea

decimal number

None.

DisplayOrder

integer

None.

application/json, text/json

Sample:
{
  "propertyID": 1,
  "id": 2,
  "description": "sample string 3",
  "fullDescription": "sample string 4",
  "width": 5.0,
  "widthSuffix": 64,
  "length": 7.0,
  "lengthSuffix": 64,
  "floorArea": 9.0,
  "displayOrder": 10
}

application/xml, text/xml

Sample:
<PropertyRooms xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <PropertyID>1</PropertyID>
  <ID>2</ID>
  <Description>sample string 3</Description>
  <FullDescription>sample string 4</FullDescription>
  <Width>5</Width>
  <WidthSuffix>64</WidthSuffix>
  <Length>7</Length>
  <LengthSuffix>64</LengthSuffix>
  <FloorArea>9</FloorArea>
  <DisplayOrder>10</DisplayOrder>
</PropertyRooms>