LoadRouteStop
- addressType: objectrequired
- cityType: stringrequired
- countryType: stringrequired
Must be 2-letter ISO country code as listed here: https://www.iban.com/country-codes
- postalType: string
Code required - stateType: string
Or Province required - street1Type: stringrequired
- companyType: string
- locationType: string
Name - street2Type: string
- 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
- sequenceType: integerrequired
The sequence number of the stop in the route. Number should start at 1 increase by 1 for the following stop.
- stopenum
Activity requiredvalues- P
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
- externalType: string
Id Optional external ID for the stop. This is used to link the stop to an external system.
- handlingenum
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.
values- D
T - L
- isType: boolean
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
- notesType: string
Optional notes for the stop.
- schedulingenum
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.
values- A
P P T - F
C F S