POST api/News/WebsiteOfferUnLock/{KeyValue}/{Reason}/{LockBy}/{IsLock}
Lock/Unlock User Using Key Value
Request Information
URI Parameters
| Name | description | Type | Additional information |
|---|---|---|---|
| KeyValue |
Identifier Value |
integer |
Required |
| Reason |
Lock Reason |
string |
Default value is |
| LockBy |
Lock By |
string |
Default value is |
| IsLock |
Is locked |
boolean |
Default value is True |
Body Parameters
None.
response Information
Resource description
Group Locked/Unlocked Successfully
ApiResponse| Name | description | Type | Additional information |
|---|---|---|---|
| response | string |
Required |
|
| failure | MlError |
None. |
|
| success | MlSuccess |
None. |