POST api/Role/ChangePermission
Request Information
URI Parameters
None.
Body Parameters
RolePermissionParam| Name | Description | Type | Additional information |
|---|---|---|---|
| MenuIds | Collection of integer |
None. |
|
| RoleId | string |
None. |
|
| Action | string |
None. |
|
| ModuleId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"MenuIds": [
1,
2
],
"RoleId": "sample string 1",
"Action": "sample string 2",
"ModuleId": 3
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.