PUT 17.0/database/propertywebviewings/{propertyid}/{viewdate}

Description

Update existing Property Web Viewings

URI Parameters

Name Description Type Additional information
propertyID

integer

Required

viewDate

date

Required

Name Description Type Additional information
PropertyID

integer

None.

ViewDate

date

None.

Total

integer

None.

application/json, text/json

Sample:
{
  "propertyID": 1,
  "viewDate": "2025-01-09T20:29",
  "total": 1
}

application/xml, text/xml

Sample:
<PropertyWebViewingsUpdate xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <PropertyID>1</PropertyID>
  <ViewDate>2025-01-09T20:29:04.3212397+00:00</ViewDate>
  <Total>1</Total>
</PropertyWebViewingsUpdate>

application/x-www-form-urlencoded

Sample:

Sample not available.

Name Description Type Additional information
PropertyID

integer

None.

ViewDate

date

None.

Total

integer

None.

application/json, text/json

Sample:
{
  "propertyID": 1,
  "viewDate": "2025-01-09T20:29",
  "total": 3
}

application/xml, text/xml

Sample:
<PropertyWebViewings xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <PropertyID>1</PropertyID>
  <ViewDate>2025-01-09T20:29:04.3212397+00:00</ViewDate>
  <Total>3</Total>
</PropertyWebViewings>