GET 17.0/database/propertypublicationreferences/defaultmodel

Description

Get a Property Publication References model with default values

URI Parameters

None.

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>