POST api/data/search
Request Information
URI Parameters
None.
Body Parameters
CusDataSearchEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| TableName | string |
None. |
|
| Filter | string |
None. |
|
| PageIndex | integer |
None. |
|
| PageSize | integer |
None. |
|
| OrderField | string |
None. |
|
| OrderType | string |
None. |
|
| Key | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"tableName": "sample string 1",
"filter": "sample string 2",
"pageIndex": 3,
"pageSize": 4,
"orderField": "sample string 5",
"orderType": "sample string 6",
"key": "sample string 7"
}
application/xml, text/xml
Sample:
<CusDataSearchEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Vis.Entity"> <Filter>sample string 2</Filter> <Key>sample string 7</Key> <OrderField>sample string 5</OrderField> <OrderType>sample string 6</OrderType> <PageIndex>3</PageIndex> <PageSize>4</PageSize> <TableName>sample string 1</TableName> </CusDataSearchEntity>
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.