GET 17.0/database/propertyportalexclusions/defaultmodel

Description

Get a Property Portal Exclusions model with default values

URI Parameters

None.

None.

None.

Name Description Type Additional information
PropertyID

integer

None.

PropertyPortalID

integer

None.

application/json, text/json

Sample:
{
  "propertyID": 1,
  "propertyPortalID": 2
}

application/xml, text/xml

Sample:
<PropertyPortalExclusions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <PropertyID>1</PropertyID>
  <PropertyPortalID>2</PropertyPortalID>
</PropertyPortalExclusions>