PUT 17.0/database/propertyareas/{id}

Description

Update existing Property Areas

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 50

FullDescription

string

None.

SiteID

integer

None.

Type

byte

None.

PropertyAreaID

integer

None.

ContactDefault

byte

None.

WebFeatured

byte

None.

UpdatedDate

date

None.

InActive

byte

None.

application/json, text/json

Sample:
{
  "id": 1,
  "description": "sample string 1",
  "fullDescription": "sample string 2",
  "siteID": 1,
  "type": 64,
  "propertyAreaID": 1,
  "contactDefault": 64,
  "webFeatured": 64,
  "updatedDate": "2025-01-09T20:39",
  "inActive": 64
}

application/xml, text/xml

Sample:
<PropertyAreasUpdate 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>
  <FullDescription>sample string 2</FullDescription>
  <SiteID>1</SiteID>
  <Type>64</Type>
  <PropertyAreaID>1</PropertyAreaID>
  <ContactDefault>64</ContactDefault>
  <WebFeatured>64</WebFeatured>
  <UpdatedDate>2025-01-09T20:39:06.7066616+00:00</UpdatedDate>
  <InActive>64</InActive>
</PropertyAreasUpdate>

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 50

FullDescription

string

None.

SiteID

integer

None.

Type

byte

None.

PropertyAreaID

integer

None.

ContactDefault

byte

None.

WebFeatured

byte

None.

UpdatedDate

date

None.

InActive

byte

None.

application/json, text/json

Sample:
{
  "id": 1,
  "description": "sample string 2",
  "fullDescription": "sample string 3",
  "siteID": 4,
  "type": 64,
  "propertyAreaID": 6,
  "contactDefault": 64,
  "webFeatured": 64,
  "updatedDate": "2025-01-09T20:39",
  "inActive": 64
}

application/xml, text/xml

Sample:
<PropertyAreas 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>
  <FullDescription>sample string 3</FullDescription>
  <SiteID>4</SiteID>
  <Type>64</Type>
  <PropertyAreaID>6</PropertyAreaID>
  <ContactDefault>64</ContactDefault>
  <WebFeatured>64</WebFeatured>
  <UpdatedDate>2025-01-09T20:39:06.7066616+00:00</UpdatedDate>
  <InActive>64</InActive>
</PropertyAreas>