POST api/QueryByPager
Request Information
URI Parameters
None.
Body Parameters
EntRpCustom| Name | Description | Type | Additional information |
|---|---|---|---|
| OperOjbName | string |
None. |
|
| ShowColumns | string |
None. |
|
| Condition | string |
None. |
|
| Value1 | string |
None. |
|
| Value2 | string |
None. |
|
| Value3 | string |
None. |
|
| Value4 | string |
None. |
|
| Value5 | string |
None. |
|
| Value6 | string |
None. |
|
| PageSize | integer |
None. |
|
| PageIndex | integer |
None. |
|
| TotalCount | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"OperOjbName": "sample string 1",
"ShowColumns": "sample string 2",
"Condition": "sample string 3",
"Value1": "sample string 4",
"Value2": "sample string 5",
"Value3": "sample string 6",
"Value4": "sample string 7",
"Value5": "sample string 8",
"Value6": "sample string 9",
"PageSize": 10,
"PageIndex": 11,
"TotalCount": 12
}
application/xml, text/xml
Sample:
<EntRpCustom xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SingleWindow.Models.Extent"> <PageIndex xmlns="http://schemas.datacontract.org/2004/07/SingleWindow.Models">11</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/SingleWindow.Models">10</PageSize> <TotalCount xmlns="http://schemas.datacontract.org/2004/07/SingleWindow.Models">12</TotalCount> <Condition>sample string 3</Condition> <OperOjbName>sample string 1</OperOjbName> <ShowColumns>sample string 2</ShowColumns> <Value1>sample string 4</Value1> <Value2>sample string 5</Value2> <Value3>sample string 6</Value3> <Value4>sample string 7</Value4> <Value5>sample string 8</Value5> <Value6>sample string 9</Value6> </EntRpCustom>
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.