PUT 17.0/database/propertypresentations/{id}

Description

Update existing Property Presentations

URI Parameters

Name Description Type Additional information
id

integer

Required

Name Description Type Additional information
ID

integer

None.

Description

string

String length: inclusive between 0 and 30

IncludeTenure

byte

None.

IncludeUnderOffer

byte

None.

IncludeExclusiveHomes

byte

None.

application/json, text/json

Sample:
{
  "id": 1,
  "description": "sample string 1",
  "includeTenure": 64,
  "includeUnderOffer": 64,
  "includeExclusiveHomes": 64
}

application/xml, text/xml

Sample:
<PropertyPresentationsUpdate xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ID>1</ID>
  <Description>sample string 1</Description>
  <IncludeTenure>64</IncludeTenure>
  <IncludeUnderOffer>64</IncludeUnderOffer>
  <IncludeExclusiveHomes>64</IncludeExclusiveHomes>
</PropertyPresentationsUpdate>

application/x-www-form-urlencoded

Sample:

Sample not available.

Name Description Type Additional information
ID

integer

None.

Description

string

String length: inclusive between 0 and 30

IncludeTenure

byte

None.

IncludeUnderOffer

byte

None.

IncludeExclusiveHomes

byte

None.

application/json, text/json

Sample:
{
  "id": 1,
  "description": "sample string 2",
  "includeTenure": 64,
  "includeUnderOffer": 64,
  "includeExclusiveHomes": 64
}

application/xml, text/xml

Sample:
<PropertyPresentations 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>
  <IncludeTenure>64</IncludeTenure>
  <IncludeUnderOffer>64</IncludeUnderOffer>
  <IncludeExclusiveHomes>64</IncludeExclusiveHomes>
</PropertyPresentations>