POST api/user/UpdateUserPermission
Request Information
URI Parameters
None.
Body Parameters
UpdatePermissionDto| Name | Description | Type | Additional information |
|---|---|---|---|
| PermissionType | string |
None. |
|
| NewValue | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"PermissionType": "sample string 1",
"NewValue": true
}
application/xml, text/xml
Sample:
<UpdatePermissionDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Evimpet.Common.DTOs"> <NewValue>true</NewValue> <PermissionType>sample string 1</PermissionType> </UpdatePermissionDto>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.