POST 17.0/database/propertyfeatures

Description

Create Property Features

URI Parameters

None.

Name Description Type Additional information
PropertyID

integer

None.

FeatureID

integer

None.

Type

byte

None.

application/json, text/json

Sample:
{
  "propertyID": 1,
  "featureID": 1,
  "type": 64
}

application/xml, text/xml

Sample:
<PropertyFeaturesUpdate xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <PropertyID>1</PropertyID>
  <FeatureID>1</FeatureID>
  <Type>64</Type>
</PropertyFeaturesUpdate>

application/x-www-form-urlencoded

Sample:

Sample not available.

Name Description Type Additional information
PropertyID

integer

None.

FeatureID

integer

None.

Type

byte

None.

application/json, text/json

Sample:
{
  "propertyID": 1,
  "featureID": 2,
  "type": 64
}

application/xml, text/xml

Sample:
<PropertyFeatures xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <PropertyID>1</PropertyID>
  <FeatureID>2</FeatureID>
  <Type>64</Type>
</PropertyFeatures>