POST Token/PromoteUser/AdminHistory/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
None. |
Body Parameters
GridPager| Name | Description | Type | Additional information |
|---|---|---|---|
| rows | integer |
None. |
|
| page | integer |
None. |
|
| order | string |
None. |
|
| sort | string |
None. |
|
| totalRows | integer |
None. |
|
| totalPages | integer |
None. |
|
| filterRules | Object |
None. |
Request Formats
application/json, text/json
Sample:
{
"rows": 1,
"page": 2,
"order": "sample string 3",
"sort": "sample string 4",
"totalRows": 5,
"totalPages": 5,
"filterRules": {}
}
application/xml, text/xml
Sample:
<GridPager xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EIP.ServiceCommon.Entity"> <filterRules /> <order>sample string 3</order> <page>2</page> <rows>1</rows> <sort>sample string 4</sort> <totalRows>5</totalRows> </GridPager>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.