Trailer Types
When creating a listing, shipping customers will often need to say what trailer the shipment is on or what they would prefer it to be on.
Verb: GET
URI: https://api.uship.com/v2/lookups/trailertypes
Example
{ "totalCount": 17, "items": [ { "value": "DryVan", "label": "Dry Van", "shortLabel": "Dry Van" }, { "value": "Flatbed", "label": "Flatbed", "shortLabel": "Flatbed" }, { "value": "Lowboy", "label": "Lowboy", "shortLabel": "Lowboy" }, { "value": "StepDeck", "label": "Step Deck", "shortLabel": "Step Deck" }, { "value": "OnTrailer", "label": "Power Only", "shortLabel": "Power Only" }, { "value": "Reefer", "label": "Reefer", "shortLabel": "Reefer" }, { "value": "AirRideVan", "label": "Air Ride Van", "shortLabel": "Air Ride Van" }, { "value": "AutoCarrier", "label": "Auto Carrier", "shortLabel": "Auto Carrier" }, { "value": "Dump", "label": "Dump", "shortLabel": "Dump" }, { "value": "FlatbedDouble", "label": "Flatbed Double", "shortLabel": "Flatbed Double" }, { "value": "RemovableGooseneck", "label": "Removable Gooseneck", "shortLabel": "Removable Gooseneck" }, { "value": "StretchedFlatbed", "label": "Stretch Flatbed", "shortLabel": "Stretch Flatbed" }, { "value": "Tanker", "label": "Tanker", "shortLabel": "Tanker" }, { "value": "VanDouble", "label": "Van Double", "shortLabel": "Van Double" }, { "value": "Other", "label": "Other", "shortLabel": "Other" }, { "value": "NoPreference", "label": "No Preference", "shortLabel": "No Preference" }, { "value": "NA", "label": "N/A", "shortLabel": "N/A" } ] }