GET api/{database}/IntrastatGoodscodeInfo/{intrastatsGoodscodeId}

Gets the specified IntrastatGoodscodeInfo.



Request Information

Parameters

NameDescriptionAdditional information
intrastatsGoodscodeId The intrastatsGoodscodeId.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "additionalUnits": "sample string 1",
  "description": "sample string 2",
  "intrastatGoodsCodeId": 3,
  "passive": "sample string 4",
  "weight": "sample string 5"
}

application/xml, text/xml

Sample:
<IntrastatGoodscodeInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.BL.Logistics.Info">
  <AdditionalUnits>sample string 1</AdditionalUnits>
  <Description>sample string 2</Description>
  <IntrastatGoodsCodeId>3</IntrastatGoodsCodeId>
  <Passive>sample string 4</Passive>
  <Weight>sample string 5</Weight>
</IntrastatGoodscodeInfo>