POST api/FetchHscode/UpdateTarifMark

Request Information

URI Parameters

None.

Body Parameters

Collection of UpdateTarifMarkDto
NameDescriptionTypeAdditional information
hscode

string

None.

tarif_mark

string

None.

tariff_necessary

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "hscode": "sample string 1",
    "tarif_mark": "sample string 2",
    "tariff_necessary": "sample string 3"
  },
  {
    "hscode": "sample string 1",
    "tarif_mark": "sample string 2",
    "tariff_necessary": "sample string 3"
  }
]

application/xml, text/xml

Sample:
<ArrayOfUpdateTarifMarkDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SingleWindow.Contract.DTO">
  <UpdateTarifMarkDto>
    <hscode>sample string 1</hscode>
    <tarif_mark>sample string 2</tarif_mark>
    <tariff_necessary>sample string 3</tariff_necessary>
  </UpdateTarifMarkDto>
  <UpdateTarifMarkDto>
    <hscode>sample string 1</hscode>
    <tarif_mark>sample string 2</tarif_mark>
    <tariff_necessary>sample string 3</tariff_necessary>
  </UpdateTarifMarkDto>
</ArrayOfUpdateTarifMarkDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.