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

Description

Update existing Property Publication References

URI Parameters

Name Description Type Additional information
propertyID

integer

Required

publicationID

integer

Required

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": 1,
  "reference": "sample string 1"
}

application/xml, text/xml

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

application/x-www-form-urlencoded

Sample:

Sample not available.

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>