POST api/Project/ForceUnlockWindow
Request Information
URI Parameters
None.
Body Parameters
ForceUnlockWindowParam| Name | Description | Type | Additional information |
|---|---|---|---|
| LockWindow | LockWindows |
None. |
Request Formats
application/json, text/json
Sample:
{
"lockWindow": 0
}
application/xml, text/xml
Sample:
<ForceUnlockWindowParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.GlobalCache"> <LockWindow>wAll</LockWindow> </ForceUnlockWindowParam>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
LockInformationModel| Name | Description | Type | Additional information |
|---|---|---|---|
| IsLocked | boolean |
None. |
|
| LockedBy | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"isLocked": true,
"lockedBy": "sample string 2"
}
application/xml, text/xml
Sample:
<LockInformationModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.GlobalCache"> <IsLocked>true</IsLocked> <LockedBy>sample string 2</LockedBy> </LockInformationModel>