GET 17.0/database/propertywebviewings/defaultmodel

Description

Get a Property Web Viewings model with default values

URI Parameters

None.

None.

None.

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:54",
  "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:54:04.7036931+00:00</ViewDate>
  <Total>3</Total>
</PropertyWebViewings>