PUT 17.0/database/propertypresentationitemsequence/{propertypresentationid}/{sequence}

Description

Update existing Property Presentation Item Sequence

URI Parameters

Name Description Type Additional information
propertyPresentationID

integer

Required

sequence

integer

Required

Name Description Type Additional information
PropertyPresentationID

integer

None.

Sequence

integer

None.

PropertyPresentationItemID

integer

None.

application/json, text/json

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

application/xml, text/xml

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

application/x-www-form-urlencoded

Sample:

Sample not available.

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>