LoadRouteStop
- Type: object
address required- Type: string
city required - Type: string
country requiredMust be 2-letter ISO country code as listed here: https://www.iban.com/country-codes
- Type: string
postal Code required - Type: string
state Or Province required - Type: string
street1 required - Type: string
company - Type: string
location Name - Type: string
street2
expected Arrival Window End required- Type: string · InputDateTimeUtcFormat: date-time
Expected arrival window end time in UTC, or with a specified timezone offset
expected Arrival Window Start required- Type: string · InputDateTimeUtcFormat: date-time
Expected arrival window start time in UTC, or with a specific timezone offset
- Type: integer
sequence requiredThe sequence number of the stop in the route. Number should start at 1 increase by 1 for the following stop.
- enum
stop Activity requiredvaluesP I C K U P D E L I V E R Y
actual Arrival Time - Type: string · InputDateTimeUtcFormat: date-time
Actual arrival time in UTC, or with a specific timezone offset
actual Completion Time - Type: string · InputDateTimeUtcFormat: date-time
Actual completion time in UTC, or with a specific timezone offset
expected Drop Window End - Type: string · InputDateTimeUtcFormat: date-time
Expected window end time for drop trailers in UTC, or with a specific timezone offset
expected Drop Window Start - Type: string · InputDateTimeUtcFormat: date-time
Expected window start time for drop trailers in UTC, or with a specific timezone offset
- Type: string
external Id Optional external ID for the stop. This is used to link the stop to an external system.
- enum
handling Type Handling type for the stop.
- DT (Drop Trailer) indicates the location supports drop-trailer operations.
- L (Live) indicates live loading or unloading where the driver stays with the trailer.
valuesD T L
- Type: boolean
is Local Time When true, route times are in local time instead of UTC. When this is true, omit the Z suffix or timezone offset from all route time strings. Example: 2017-07-21T17:32:28
must Arrive By Date - Type: string · InputDateTimeUtcFormat: date-time
The date and time by which the carrier must arrive at this stop, in UTC or with a specific timezone offset
- Type: string
notes Optional notes for the stop.
- enum
schedule Type deprecatedDEPRECATED: This field is deprecated. Please use
schedulingTypeandhandlingTypeinstead.Schedule type for the stop.
- APPOINTMENT indicates the stop has a scheduled appointment time.
- FIRST_COME_FIRST_SERVE indicates the stop accepts arrivals on a first-come-first-serve basis.
- DROP_TRAILER indicates the location supports drop-trailer operations.
- LIVE indicates live loading or unloading where the driver stays with the trailer.
valuesA P P O I N T M E N T F I R S T _ C O M E _ F I R S T _ S E R V E D R O P _ T R A I L E R L I V E
- enum
scheduling Type Scheduling type for the stop.
- APPT (Appointment) indicates the stop operates on an appointment basis.
- FCFS (First Come First Serve) indicates the stop accepts arrivals on a first-come-first-serve basis.
valuesA P P T F C F S

