POST 17.0/database/propertydetailssentitems/{contactid}/{propertyid}/{type}/{addeddate}/lock

Description

Lock/Unlock existing Property Details Sent Items

URI Parameters

Name Description Type Additional information
contactID

integer

Required

propertyID

integer

Required

type

integer

Required

addedDate

date

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.