POST 17.0/database/webuploads/{id}/{typeid}/{siteid}/lock

Description

Lock/Unlock existing Web Uploads

URI Parameters

Name Description Type Additional information
id

integer

Required

typeID

byte

Required

siteID

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.