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. |
|
| LockedByUid | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"isLocked": true,
"lockedBy": "sample string 2",
"lockedByUid": "ea4a30dd-7992-4e39-be8d-69a678a153d6"
}
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> <LockedByUid>ea4a30dd-7992-4e39-be8d-69a678a153d6</LockedByUid> </LockInformationModel>