PUT 17.0/database/contactpropertyfeatures/{contactid}/{featureid}/{type}

Description

Update existing Contact Property Features

URI Parameters

Name Description Type Additional information
contactID

integer

Required

featureID

integer

Required

type

byte

Required

Name Description Type Additional information
ContactID

integer

None.

FeatureID

integer

None.

Type

byte

None.

application/json, text/json

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

application/xml, text/xml

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

application/x-www-form-urlencoded

Sample:

Sample not available.

Name Description Type Additional information
ContactID

integer

None.

FeatureID

integer

None.

Type

byte

None.

application/json, text/json

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

application/xml, text/xml

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