Location type
The following code examples show the parameters required to set the location_type
in a Shipment API request:
Business (with dock or forklift)
{
"id": 1,
"name": "Business (with dock or forklift)"
}
Business (without dock or forklift)
{
"id": 2,
"name": "Business (without dock or forklift)"
}
Residence/Home Business
{
"id": 3,
"name": "Residence/Home Business"
}
Commercial Farm/Ranch/Marina
{
"id": 4,
"name": "Commercial Farm/Ranch/Marina"
}
Self/Mini-Storage Facility
{
"id": 5,
"name": "Self/Mini-Storage Facility"
},
Trade Show/Convention Center
{
"id": 6,
"name": "Trade Show/Convention Center"
}
Construction Site
{
"id": 7,
"name": "Construction Site"
}
School/College
{
"id": 8,
"name": "School/College"
}
Government Location
{
"id": 9,
"name": "Government Location"
}
Religious Institution
{
"id": 10,
"name": "Religious Institution"
},
Restaurant, Hotel, Golf Course, Park
{
"id": 11,
"name": "Restaurant/Hotel/Golf Course/Park"
}
Military Base
{
"id": 12,
"name": "Military Base"
}
Airport
{
"id": 13,
"name": "Airport"
}
Other Secured or Limited Access Location
{
"id": 14,
"name": "Other Secured or Limited Access Location"
}
Terminal
{
"id": 15,
"name": "Terminal"
}