POST api/entry/smartCategory
Request Information
URI Parameters
None.
Body Parameters
HsCodeSelectDtoName | Description | Type | Additional information |
---|---|---|---|
TradeCo | string |
None. |
|
HsCode | string |
None. |
|
CodeT | string |
None. |
|
CodeS | string |
None. |
|
GName | string |
None. |
|
GModel | string |
None. |
|
CustomerCode | string |
None. |
|
EmsNo | string |
None. |
|
CopGNo | string |
None. |
|
PageSize | integer |
None. |
|
PageIndex | integer |
None. |
|
TotalCount | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "tradeCo": "sample string 1", "hsCode": "sample string 2", "codeT": "sample string 3", "codeS": "sample string 4", "gName": "sample string 5", "gModel": "sample string 6", "customerCode": "sample string 7", "emsNo": "sample string 8", "copGNo": "sample string 9", "pageSize": 10, "pageIndex": 11, "totalCount": 12 }
application/xml, text/xml
Sample:
<HsCodeSelectDto 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> <CodeS>sample string 4</CodeS> <CodeT>sample string 3</CodeT> <CopGNo>sample string 9</CopGNo> <CustomerCode>sample string 7</CustomerCode> <EmsNo>sample string 8</EmsNo> <GModel>sample string 6</GModel> <GName>sample string 5</GName> <HsCode>sample string 2</HsCode> <TradeCo>sample string 1</TradeCo> </HsCodeSelectDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ReturnResultOfObjectName | Description | Type | Additional information |
---|---|---|---|
Status | integer |
None. |
|
Success | boolean |
None. |
|
Data | Object |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "status": 1, "success": true, "data": {}, "message": "sample string 4" }
application/xml, text/xml
Sample:
<ReturnResultOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model"> <Data /> <Message>sample string 4</Message> <Status>1</Status> <Success>true</Success> </ReturnResultOfanyType>