GET 17.0/database/propertypresentationitemsequence/defaultmodel

Description

Get a Property Presentation Item Sequence model with default values

URI Parameters

None.

None.

None.

Name Description Type Additional information
PropertyPresentationID

integer

None.

Sequence

integer

None.

PropertyPresentationItemID

integer

None.

application/json, text/json

Sample:
{
  "propertyPresentationID": 1,
  "sequence": 2,
  "propertyPresentationItemID": 3
}

application/xml, text/xml

Sample:
<PropertyPresentationItemSequence xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <PropertyPresentationID>1</PropertyPresentationID>
  <Sequence>2</Sequence>
  <PropertyPresentationItemID>3</PropertyPresentationItemID>
</PropertyPresentationItemSequence>