POST api/code/getTgSysParas
Request Information
URI Parameters
None.
Body Parameters
TgSysParaSearchDto| Name | Description | Type | Additional information |
|---|---|---|---|
| HashKey | string |
None. |
|
| Code | string |
None. |
|
| NameCn | string |
None. |
|
| NameEn | string |
None. |
|
| HgCode | string |
None. |
|
| HgNameCn | string |
None. |
|
| HgNameEn | string |
None. |
|
| CiqCode | string |
None. |
|
| CiqNameCn | string |
None. |
|
| CiqNameEn | string |
None. |
|
| CustomStr | string |
None. |
|
| PageSize | integer |
None. |
|
| PageIndex | integer |
None. |
|
| TotalCount | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"hashKey": "sample string 1",
"code": "sample string 2",
"nameCn": "sample string 3",
"nameEn": "sample string 4",
"hgCode": "sample string 5",
"hgNameCn": "sample string 6",
"hgNameEn": "sample string 7",
"ciqCode": "sample string 8",
"ciqNameCn": "sample string 9",
"ciqNameEn": "sample string 10",
"customStr": "sample string 11",
"pageSize": 12,
"pageIndex": 13,
"totalCount": 14
}
application/xml, text/xml
Sample:
<TgSysParaSearchDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Vue.WebApi.Models.Dto.Common"> <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Epass.Model">13</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/Epass.Model">12</PageSize> <TotalCount xmlns="http://schemas.datacontract.org/2004/07/Epass.Model">14</TotalCount> <CiqCode>sample string 8</CiqCode> <CiqNameCn>sample string 9</CiqNameCn> <CiqNameEn>sample string 10</CiqNameEn> <Code>sample string 2</Code> <CustomStr>sample string 11</CustomStr> <HashKey>sample string 1</HashKey> <HgCode>sample string 5</HgCode> <HgNameCn>sample string 6</HgNameCn> <HgNameEn>sample string 7</HgNameEn> <NameCn>sample string 3</NameCn> <NameEn>sample string 4</NameEn> </TgSysParaSearchDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ReturnResultOfPagedResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Success | boolean |
None. |
|
| Data | PagedResult |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": 1,
"success": true,
"data": {
"totalCount": 1,
"items": {}
},
"message": "sample string 3"
}
application/xml, text/xml
Sample:
<ReturnResultOfPagedResultDN9A7J8d 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 />
<d2p1:totalCount>1</d2p1:totalCount>
</Data>
<Message>sample string 3</Message>
<Status>1</Status>
<Success>true</Success>
</ReturnResultOfPagedResultDN9A7J8d>