GET Service/FreightClass

Retrieve list of freight classes

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of decimal number

Response Formats

application/json, text/json

Sample:
[
  1.1,
  2.1
]

application/xml, text/xml

Sample:
<ArrayOfdouble xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <double>1.1</double>
  <double>2.1</double>
</ArrayOfdouble>