POST api/profile/selected-permission/count
Request Information
URI Parameters
None.
Body Parameters
ProfilePermissionCommand| Name | Description | Type | Additional information |
|---|---|---|---|
| ProfileId | integer |
None. |
|
| SortOrder | SortOrder |
None. |
|
| PageNumber | integer |
None. |
|
| PageSize | integer |
None. |
|
| GroupId | integer |
None. |
|
| FuncionalityId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"profileId": 1,
"sortOrder": {
"direction": "sample string 1",
"property": "sample string 2"
},
"pageNumber": 2,
"pageSize": 3,
"groupId": 4,
"funcionalityId": 5
}
application/xml, text/xml
Sample:
<ProfilePermissionCommand xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ACS.Models.Profile">
<FuncionalityId>5</FuncionalityId>
<GroupId>4</GroupId>
<PageNumber>2</PageNumber>
<PageSize>3</PageSize>
<ProfileId>1</ProfileId>
<SortOrder xmlns:d2p1="http://schemas.datacontract.org/2004/07/ACS.Core.DTO">
<d2p1:Direction>sample string 1</d2p1:Direction>
<d2p1:Property>sample string 2</d2p1:Property>
</SortOrder>
</ProfilePermissionCommand>
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. |