POST api/HSCode/Search
Request Information
URI Parameters
None.
Body Parameters
HSCodeFilterViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| FilterType | string |
None. |
|
| KeyWords | string |
None. |
|
| Type | string |
None. |
|
| LicenceType | string |
None. |
|
| Section | string |
None. |
|
| licenceId | string |
None. |
|
| licenceApplyType | string |
None. |
|
| LicenceFree | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"FilterType": "sample string 1",
"KeyWords": "sample string 2",
"Type": "sample string 3",
"LicenceType": "sample string 4",
"Section": "sample string 5",
"licenceId": "sample string 6",
"licenceApplyType": "sample string 7",
"LicenceFree": "sample string 8"
}
application/xml, text/xml
Sample:
<HSCodeFilterViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models"> <FilterType>sample string 1</FilterType> <KeyWords>sample string 2</KeyWords> <LicenceFree>sample string 8</LicenceFree> <LicenceType>sample string 4</LicenceType> <Section>sample string 5</Section> <Type>sample string 3</Type> <licenceApplyType>sample string 7</licenceApplyType> <licenceId>sample string 6</licenceId> </HSCodeFilterViewModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.