GET api/v1/PackageTypes/{code}

Retrieves the Package Type identified by id (Code).

Request Information

Parameters

NameDescriptionAdditional information
code

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Code": "sample string 1",
  "Name": "sample string 2"
}

application/xml, text/xml

Sample:
<PackageTypeDTO>
  <Code>sample string 1</Code>
  <Name>sample string 2</Name>
</PackageTypeDTO>