• Home
  • Guides
  • Reference
  • Support
Search Results for

    Show / Hide Table of Contents
    • API Overview
      • Overview
      • Authentication
      • Retrieving API Results
      • Referenced vs Inline Entities
      • Choosing API Response Data
      • Handling API Errors
    • separator
    • Vehicle Routing Endpoints
      • Path
    • Optimization Endpoints
      • Instantiate
      • Build
      • Assignment Restrictions
      • Optimize
      • Sequence
      • Evaluate
      • Recommend
      • Insert
      • Centroids
      • Zones
      • Consolidate By Job Restrictions
      • Consolidate By Route Assignments
    • Geocoding Endpoints
      • Geocode
      • Reverse Geocode
    • Task Endpoints
      • List
      • Status
      • Result
      • Cancel
    • Sandbox Endpoints
      • List
      • Create
      • Rename
      • Retrieve
      • Update
      • Delete
      • Revisions
      • Add Revision
      • Expiry
      • Permissions
    • Verizon Connect Fleet Integration Endpoints
      • Pull Platform Data
      • Sync Platform Data
      • List Platform Territories
    • Other Endpoints
      • Canonicalize
      • Route Cards
      • Validate
      • Version
    • separator
    • Request Types
      • problem
      • capacity_metric
      • depot
      • driver
      • driver_break
      • job
      • job_template
      • job_type
      • load_amount
      • marker
      • problem_defaults
      • route
      • schedule
      • settings
      • shift
      • shift_override
      • shift_pattern
      • shift_pattern_assignment
      • stop
      • vehicle
      • zone
      • variance
    • Response Types
      • instantiate_response
      • problem_response
      • problem_aggregates
      • driver_response
      • geocoded_location
      • recommend_option
      • route_response
      • schedule_response
      • schedule_instantiate_response
      • stop_response
      • violation
    • Meta Types
      • task_redirect_response
      • task_status_response
      • validate_response
    • Sandbox Types
      • delta
      • array_delta
      • dict_delta
      • keyed_array_delta
      • object_delta
      • set_delta
      • revision
      • revision_created_response
      • revision_response
      • sandbox_response
    • Common Types
      • date_range
      • day_of_week
      • hazmat_load_type
      • id
      • latlon
      • stop_type
      • time_window
      • custom
      • polygon
    • Primitive Types
      • boolean
      • date
      • datetime
      • float
      • integer
      • string
      • timespan

    stop

    A stop represents a single stop on a route. Stops can be a job, break, or depot.

    Name Type Description
    break driver_break or id The break represented by this stop, if the stop's type is break. Can be provided inline as a break object, or as a break.id of a break that has been defined elsewhere in the request.
    custom custom User-supplied custom fields that are returned unmodified in the response. These have no effect on optimization.
    depot depot or id The depot represented by this stop, if the stop's type is depot. Can be provided inline as a depot object, or as a depot.id of a depot that has been defined elsewhere in the request.
    id id The id of the stop. This does not need to match the id of the job, break, or depot that the stop represents.
    job job or id The job represented by this stop, if the stop's type is job. Can be provided inline as a job object, or as a job.id of a job that has been defined elsewhere in the request.
    type stop_type The type of stop; for example, job or break. See stop_type.

    In addition to these fields, the calculated values returned in a stop_response from a previous request may be provided; however, these have no effect on optimization and are overwritten by the resulting values from the new request.

    Example

    {
      "id": "stop0",
      "type": "job",
      "job": "job0"
    }
    

    See Also

    • The route.stops field.
    • The stop_response type.
    In this article
    Back to top
    © 2023 Verizon. All rights reserved. Verizon Privacy policy California Privacy Notice Your Privacy Choices Privacy request