GET api/v1/PackageTypes/{code}
Retrieves the Package Type identified by id (Code).
Request Information
Parameters
Name | Description | Additional 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>