POST api/CustomsTime/GetList
Request Information
URI Parameters
None.
Body Parameters
EntTgBusinessConfig| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| TransMode | string |
None. |
|
| TransName | string |
None. |
|
| AgentCode | string |
None. |
|
| AgentName | string |
None. |
|
| Limitation | integer |
None. |
|
| PageSize | integer |
None. |
|
| PageIndex | integer |
None. |
|
| TotalCount | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"transMode": "sample string 2",
"transName": "sample string 3",
"agentCode": "sample string 4",
"agentName": "sample string 5",
"limitation": 6,
"pageSize": 7,
"pageIndex": 8,
"totalCount": 9
}
application/xml, text/xml
Sample:
<EntTgBusinessConfig xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model"> <PageIndex>8</PageIndex> <PageSize>7</PageSize> <TotalCount>9</TotalCount> <AgentCode>sample string 4</AgentCode> <AgentName>sample string 5</AgentName> <Id>1</Id> <Limitation>6</Limitation> <TransMode>sample string 2</TransMode> <TransName>sample string 3</TransName> </EntTgBusinessConfig>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ReturnResultOfPagedResultOfEntTgBusinessConfig| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Success | boolean |
None. |
|
| Data | PagedResultOfEntTgBusinessConfig |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": 1,
"success": true,
"data": {
"totalCount": 1,
"items": [
{
"id": 1,
"transMode": "sample string 2",
"transName": "sample string 3",
"agentCode": "sample string 4",
"agentName": "sample string 5",
"limitation": 6,
"pageSize": 7,
"pageIndex": 8,
"totalCount": 9
},
{
"id": 1,
"transMode": "sample string 2",
"transName": "sample string 3",
"agentCode": "sample string 4",
"agentName": "sample string 5",
"limitation": 6,
"pageSize": 7,
"pageIndex": 8,
"totalCount": 9
}
]
},
"message": "sample string 3"
}
application/xml, text/xml
Sample:
<ReturnResultOfPagedResultOfEntTgBusinessConfigJWrFJ9jlDN9A7J8d 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>
<EntTgBusinessConfig>
<PageIndex>8</PageIndex>
<PageSize>7</PageSize>
<TotalCount>9</TotalCount>
<AgentCode>sample string 4</AgentCode>
<AgentName>sample string 5</AgentName>
<Id>1</Id>
<Limitation>6</Limitation>
<TransMode>sample string 2</TransMode>
<TransName>sample string 3</TransName>
</EntTgBusinessConfig>
<EntTgBusinessConfig>
<PageIndex>8</PageIndex>
<PageSize>7</PageSize>
<TotalCount>9</TotalCount>
<AgentCode>sample string 4</AgentCode>
<AgentName>sample string 5</AgentName>
<Id>1</Id>
<Limitation>6</Limitation>
<TransMode>sample string 2</TransMode>
<TransName>sample string 3</TransName>
</EntTgBusinessConfig>
</d2p1:items>
<d2p1:totalCount>1</d2p1:totalCount>
</Data>
<Message>sample string 3</Message>
<Status>1</Status>
<Success>true</Success>
</ReturnResultOfPagedResultOfEntTgBusinessConfigJWrFJ9jlDN9A7J8d>