POST api/UserRoleMaster/RoleMenuPemissionLabelMaster/RoleMenuPemissionLabelMasterPageWise
Request Information
URI Parameters
None.
Body Parameters
PageInput| Name | Description | Type | Additional information |
|---|---|---|---|
| Draw | integer |
None. |
|
| PageNumber | integer |
None. |
|
| Length | integer |
None. |
|
| Search | string |
None. |
|
| ClientId | integer |
None. |
|
| sortBy | string |
None. |
|
| IsActive | boolean |
None. |
|
| IsActiveAll | boolean |
None. |
|
| Source | string |
None. |
|
| CProjectId | integer |
None. |
|
| DivisionId | integer |
None. |
|
| DepartmentId | integer |
None. |
|
| SectionId | integer |
None. |
|
| DivisionIds | Collection of integer |
None. |
|
| DepartmentIds | Collection of integer |
None. |
|
| SectionIds | Collection of integer |
None. |
|
| ClientGroupId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Draw": 1,
"PageNumber": 2,
"Length": 3,
"Search": "sample string 4",
"ClientId": 5,
"sortBy": "sample string 6",
"IsActive": true,
"IsActiveAll": true,
"Source": "sample string 9",
"CProjectId": 10,
"DivisionId": 1,
"DepartmentId": 1,
"SectionId": 1,
"DivisionIds": [
1,
2
],
"DepartmentIds": [
1,
2
],
"SectionIds": [
1,
2
],
"ClientGroupId": 11
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.