POST api/Role/ChangeRoleStatus
Request Information
URI Parameters
None.
Body Parameters
RoleModel| Name | Description | Type | Additional information |
|---|---|---|---|
| intId | integer |
None. |
|
| intCompanyId | integer |
None. |
|
| strRoleCode | string |
None. |
|
| strRoleName | string |
None. |
|
| bIsAlive | boolean |
None. |
|
| intActionBy | integer |
None. |
|
| RoleData | Collection of RoleModel |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
application/xml
Sample:
text/xml
Sample:
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.