POST api/Master/GetProfilePagePermissions
Request Information
URI Parameters
None.
Body Parameters
ProfilePagePermissions| Name | Description | Type | Additional information |
|---|---|---|---|
| ProfileID | string |
None. |
|
| ProfileName | string |
None. |
|
| PageID | string |
None. |
|
| PageName | string |
None. |
|
| Add | string |
None. |
|
| Edit | string |
None. |
|
| Delete | string |
None. |
|
| View | string |
None. |
|
| Export | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProfileID": "sample string 1",
"ProfileName": "sample string 2",
"PageID": "sample string 3",
"PageName": "sample string 4",
"Add": "sample string 5",
"Edit": "sample string 6",
"Delete": "sample string 7",
"View": "sample string 8",
"Export": "sample string 9"
}
application/xml, text/xml
Sample:
<ProfilePagePermissions xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication1.Model"> <Add>sample string 5</Add> <Delete>sample string 7</Delete> <Edit>sample string 6</Edit> <Export>sample string 9</Export> <PageID>sample string 3</PageID> <PageName>sample string 4</PageName> <ProfileID>sample string 1</ProfileID> <ProfileName>sample string 2</ProfileName> <View>sample string 8</View> </ProfilePagePermissions>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |