POST api/TgSysMappingparam/GetPageList
Request Information
URI Parameters
None.
Body Parameters
EntTgSysMappingparam| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | string |
None. |
|
| Name | string |
None. |
|
| Id | integer |
None. |
|
| TableName | string |
None. |
|
| TableCode | string |
None. |
|
| ColumnCode | string |
None. |
|
| ColumnName | string |
None. |
|
| SearchSeq | integer |
None. |
|
| QuerySymbol | string |
None. |
|
| PageSize | integer |
None. |
|
| PageIndex | integer |
None. |
|
| TotalCount | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"code": "sample string 1",
"name": "sample string 2",
"id": 3,
"tableName": "sample string 4",
"tableCode": "sample string 5",
"columnCode": "sample string 6",
"columnName": "sample string 7",
"searchSeq": 8,
"querySymbol": "sample string 9",
"pageSize": 10,
"pageIndex": 11,
"totalCount": 12
}
application/xml, text/xml
Sample:
<EntTgSysMappingparam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model"> <PageIndex>11</PageIndex> <PageSize>10</PageSize> <TotalCount>12</TotalCount> <Code>sample string 1</Code> <ColumnCode>sample string 6</ColumnCode> <ColumnName>sample string 7</ColumnName> <Id>3</Id> <Name>sample string 2</Name> <QuerySymbol>sample string 9</QuerySymbol> <SearchSeq>8</SearchSeq> <TableCode>sample string 5</TableCode> <TableName>sample string 4</TableName> </EntTgSysMappingparam>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ReturnResultOfPagedResultDataTable| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Success | boolean |
None. |
|
| Data | PagedResultDataTable |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": 1,
"success": true,
"data": {
"totalCount": 1,
"items": null
},
"message": "sample string 3"
}
application/xml, text/xml
Sample:
<ReturnResultOfPagedResultDataTableDN9A7J8d xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model">
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Epass.Vue.WebApi.Models">
<d2p1:items i:nil="true" />
<d2p1:totalCount>1</d2p1:totalCount>
</Data>
<Message>sample string 3</Message>
<Status>1</Status>
<Success>true</Success>
</ReturnResultOfPagedResultDataTableDN9A7J8d>