GET 17.0/database/propertypublicationreferences/{propertyid}/{publicationid}

Description

Retrieve Property Publication References

URI Parameters

Name Description Type Additional information
propertyID

integer

Required

publicationID

integer

Required

None.

None.

Name Description Type Additional information
PropertyID

integer

None.

PublicationID

integer

None.

Reference

string

String length: inclusive between 0 and 30

application/json, text/json

Sample:
{
  "propertyID": 1,
  "publicationID": 2,
  "reference": "sample string 3"
}

application/xml, text/xml

Sample:
<PropertyPublicationReferences xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <PropertyID>1</PropertyID>
  <PublicationID>2</PublicationID>
  <Reference>sample string 3</Reference>
</PropertyPublicationReferences>