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-04-26T17:43",
  "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-04-26T17:43:03.3038292+01:00</ViewDate>
  <Total>3</Total>
</PropertyWebViewings>