GET packaging

Get all packaging sizes

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Get all packaging sizes

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Costs": 0.5,
  "Size": 1.0,
  "Weight": 0.5,
  "Width": 50.0,
  "Length": 100.0,
  "Height": 100.0,
  "PackagingID": 2,
  "PackagingName": "Packet"
}

application/xml, text/xml

Sample:
<PackagingModel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <PackagingID>2</PackagingID>
  <PackagingName>Packet</PackagingName>
  <Costs>0.50</Costs>
  <Size>1</Size>
  <Weight>0.5</Weight>
  <Width>50</Width>
  <Length>100</Length>
  <Height>100</Height>
</PackagingModel>