POST 17.0/database/contactpropertyfeatures/{contactid}/{featureid}/{type}/lock

Description

Lock/Unlock 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
Lock

boolean

Required

ExtraInfo

string

None.

application/json, text/json

Sample:
{
  "lock": true,
  "extraInfo": "sample string 2"
}

application/xml, text/xml

Sample:
<SystemLock xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Lock>true</Lock>
  <ExtraInfo>sample string 2</ExtraInfo>
</SystemLock>

application/x-www-form-urlencoded

Sample:

Sample not available.

None.

None.