POST api/BusinessModules/{businessModuleId}/Entities/{entityId}/Lock?lockType={lockType}
Lock entity
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| businessModuleId | globally unique identifier |
Required |
|
| entityId | integer |
Required |
|
| lockType | WorkPoint.Core.Models.EntityLockType |
Required |
Body Parameters
stringRequest Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.