GET api/v1/HSCodesMaster/{id}

Gets a Harmonized System by Harmonized System Codes.

Request Information

Parameters

NameDescriptionAdditional information
id
HS Codes.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json

Sample:
{
  "HSCode": "sample string 1",
  "CargoName": "sample string 1 - sample string 2",
  "CargoGroup": 3
}

text/json

Sample:
{
  "HSCode": "sample string 1",
  "CargoName": "sample string 1 - sample string 1 - sample string 2",
  "CargoGroup": 3
}

application/xml

Sample:
<HarmonizedSystemMasterDTO>
  <HSCode>sample string 1</HSCode>
  <CargoName>sample string 1 - sample string 1 - sample string 1 - sample string 2</CargoName>
  <CargoGroup>3</CargoGroup>
</HarmonizedSystemMasterDTO>

text/xml

Sample:
<HarmonizedSystemMasterDTO>
  <HSCode>sample string 1</HSCode>
  <CargoName>sample string 1 - sample string 1 - sample string 1 - sample string 1 - sample string 2</CargoName>
  <CargoGroup>3</CargoGroup>
</HarmonizedSystemMasterDTO>