POST 17.0/database/homepagereminders/{groupid}/{reminderid}/{recordid}/{siteid}/{userid}/lock

Description

Lock/Unlock existing Home Page Reminders

URI Parameters

Name Description Type Additional information
groupID

integer

Required

reminderID

integer

Required

recordID

integer

Required

siteID

integer

Required

userID

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.