POST api/PeopleMaster/Save_Update_WebUser_Rights
Request Information
URI Parameters
None.
Body Parameters
UserRightsModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| UserId | integer |
None. |
|
| GroupId | integer |
None. |
|
| PageId | integer |
None. |
|
| FeatureId | integer |
None. |
|
| SaveR | boolean |
None. |
|
| UpdateR | boolean |
None. |
|
| DeleteR | boolean |
None. |
|
| ShowR | boolean |
None. |
|
| PrintR | boolean |
None. |
|
| ExportR | boolean |
None. |
|
| WhatsAppR | boolean |
None. |
|
| EmailR | boolean |
None. |
|
| ChannelIds | string |
None. |
|
| IsActive | boolean |
None. |
|
| TimeStamping | string |
None. |
|
| TotalCount | integer |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{
"Id": 1,
"UserId": 2,
"GroupId": 3,
"PageId": 4,
"FeatureId": 5,
"SaveR": true,
"UpdateR": true,
"DeleteR": true,
"ShowR": true,
"PrintR": true,
"ExportR": true,
"WhatsAppR": true,
"EmailR": true,
"ChannelIds": "sample string 14",
"IsActive": true,
"TimeStamping": "sample string 16",
"TotalCount": 17
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.