POST 17.0/database/propertyportalexclusions

Description

Create Property Portal Exclusions

URI Parameters

None.

Name Description Type Additional information
PropertyID

integer

None.

PropertyPortalID

integer

None.

application/json, text/json

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

application/xml, text/xml

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

application/x-www-form-urlencoded

Sample:

Sample not available.

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>