GET 17.0/database/propertyportalexclusions/{propertyid}/{propertyportalid}

Description

Retrieve Property Portal Exclusions

URI Parameters

Name Description Type Additional information
propertyID

integer

Required

propertyPortalID

integer

Required

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>