GET 17.0/database/propertytypes/{id}

Description

Retrieve Property Types

URI Parameters

Name Description Type Additional information
id

integer

Required

None.

None.

Name Description Type Additional information
ID

integer

None.

Description

string

String length: inclusive between 0 and 30

PortalPropertyType

integer

None.

ContactDefault

byte

None.

EPCRequired

byte

None.

Type

byte

None.

PropertyTypeID

integer

None.

SuppressUpdateTenantAddress

byte

None.

InActive

byte

None.

application/json, text/json

Sample:
{
  "id": 1,
  "description": "sample string 2",
  "portalPropertyType": 3,
  "contactDefault": 64,
  "epcRequired": 64,
  "type": 64,
  "propertyTypeID": 7,
  "suppressUpdateTenantAddress": 64,
  "inActive": 64
}

application/xml, text/xml

Sample:
<PropertyTypes xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ID>1</ID>
  <Description>sample string 2</Description>
  <PortalPropertyType>3</PortalPropertyType>
  <ContactDefault>64</ContactDefault>
  <EPCRequired>64</EPCRequired>
  <Type>64</Type>
  <PropertyTypeID>7</PropertyTypeID>
  <SuppressUpdateTenantAddress>64</SuppressUpdateTenantAddress>
  <InActive>64</InActive>
</PropertyTypes>