GET api/CustomV2/GetRoleTypes
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
RoleType| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| RoleType_EN | string |
None. |
|
| RoleType_ES | string |
None. |
|
| RoleSummary | string |
None. |
|
| RoleStatus | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"RoleType_EN": "sample string 2",
"RoleType_ES": "sample string 3",
"RoleSummary": "sample string 4",
"RoleStatus": 5
}