POST 17.0/database/contactsmstexts/{id}/lock

Description

Lock/Unlock existing Contact SMS Texts

URI Parameters

Name Description Type Additional information
id

integer

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.