POST api/Authentication/PageRights
Request Information
URI Parameters
None.
Body Parameters
CommonModelName | Description | Type | Additional information |
---|---|---|---|
Action | string |
None. |
|
SessionId | string |
None. |
|
UserId | integer |
None. |
|
PageIndex | integer |
None. |
|
PageSize | integer |
None. |
|
ClientId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Action": "sample string 1", "SessionId": "sample string 2", "UserId": 3, "PageIndex": 4, "PageSize": 5, "ClientId": 6 }
application/xml, text/xml
Sample:
<CommonModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MODEL.Common"> <Action>sample string 1</Action> <ClientId>6</ClientId> <PageIndex>4</PageIndex> <PageSize>5</PageSize> <SessionId>sample string 2</SessionId> <UserId>3</UserId> </CommonModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |