stop_type
A stop on a route has a stop_type
. Valid stop types are:
"job"
- These are the jobs that the driver must complete."break"
- Represents the driver taking a break."legal_break"
- Represents the driver taking a legal driver break. See settings.enable_legal_breaks."depot"
- There is usually a depotstop_type
at the start and end of every route, except for multi-day routes. A multi-day route is represented as a number of individual routes, linked by overnight stays. See Routing with Multi-day Routes."overnight"
- Overnight stays link together individual days of a multi-day route. These may appear instead of the depot stops. See Routing with Multi-day Routes."job_exit"
- Represents the exit location that the driver must travel to immediately after a job. See Routing with Linked Stops.
See Also
- The stop_response.type .
- The stop.type field.