POST services/api/v1/GetUserRole
Request Information
URI Parameters
None.
Body Parameters
Id_CompanyId_BasicFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CompanyId | integer |
None. |
|
| RequestedList | BasicFilter |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"CompanyId": 2,
"RequestedList": {
"Start": 1,
"FiterText": "sample string 2",
"Limit": 3,
"ItemTypeId": 4,
"CAType": 5
}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of Role_Master| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| CompanyId | integer |
None. |
|
| BranchId | integer |
None. |
|
| LocationId | integer |
None. |
|
| UserID | integer |
None. |
|
| Company | string |
None. |
|
| Branch | string |
None. |
|
| Location | string |
None. |
|
| UserformId | integer |
None. |
|
| ModuleId | integer |
None. |
|
| FormName | string |
None. |
|
| FormId | integer |
None. |
|
| UserdetailId | integer |
None. |
|
| Selected | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"Name": "sample string 2",
"CompanyId": 3,
"BranchId": 4,
"LocationId": 5,
"UserID": 6,
"Company": "sample string 7",
"Branch": "sample string 8",
"Location": "sample string 9",
"UserformId": 10,
"ModuleId": 11,
"FormName": "sample string 12",
"FormId": 13,
"UserdetailId": 14,
"Selected": true
},
{
"Id": 1,
"Name": "sample string 2",
"CompanyId": 3,
"BranchId": 4,
"LocationId": 5,
"UserID": 6,
"Company": "sample string 7",
"Branch": "sample string 8",
"Location": "sample string 9",
"UserformId": 10,
"ModuleId": 11,
"FormName": "sample string 12",
"FormId": 13,
"UserdetailId": 14,
"Selected": true
}
]