POST Admin/Edit_Role?Ticket={Ticket}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Ticket | string |
Required |
Body Parameters
Role| Name | Description | Type | Additional information |
|---|---|---|---|
| ROLE_ID | integer |
None. |
|
| NAME | string |
None. |
|
| ROLE_TYPE_CODE | string |
None. |
|
| DESCRIPTION | string |
None. |
|
| DISPLAY_ORDER | integer |
None. |
|
| Selected_Rights | Collection of string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ROLE_ID": 1,
"NAME": "sample string 2",
"ROLE_TYPE_CODE": "sample string 3",
"DESCRIPTION": "sample string 4",
"DISPLAY_ORDER": 1,
"Selected_Rights": [
"sample string 1",
"sample string 2"
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Result_Get_Role| Name | Description | Type | Additional information |
|---|---|---|---|
| ROLE_ID | integer |
None. |
|
| ExceptionMsg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ROLE_ID": 1,
"ExceptionMsg": "sample string 2"
}