Optimization

Flexible POST

post/optimization/v2

Query parameters

keystring 32 character alphanumeric string required
Example:key=API_KEY

A key is a unique identifier that is required to authenticate a request to the API.

Request body

descriptionstring

Define the optimization job using any custom message. This description is returned as is in the response.

existing_solution_idstring

The previous optimization request id used to retrieve solution for reoptimization

Example request

{
  "jobs": [
    {
      "id": "\"id\":\"Job 1\""
    }
  ],
  "shipments": [
    {
      "pickup": {
        "id": "\"id\": \"Shipment Pickup 1\""
      },
      "delivery": {
        "id": "\"id\":\"Shipment Delivery 1\""
      }
    }
  ],
  "depots": [
    {
      "id": "\"id\":\"depot 1\"",
      "description": "“description”:”Los_Angeles_depot”"
    }
  ],
  "options": {
    "objective": {
      "travel_cost": "\"travel_cost\": \"distance\""
    },
    "routing": {
      "mode": "\"mode\": \"truck\"",
      "truck_size": "\"truck_size\":\"200,210,600\"",
      "avoid": [
        "“avoid”: [\n“bbox:34.0635,-118.2547, 34.0679,-118.2478” ,\n“bbox:34.0521,-118.2342, 34.0478,-118.2437”,\n“highway”\n]"
      ],
      "context": "\"context\" : \"avgspeed\""
    }
  },
  "solution": [
    {
      "steps": [
        {
          "type": "\"type\": \"pickup\"",
          "id": "\"id\": \"Job 10\""
        }
      ],
      "geometry": "\"geometry\": \"}ebGgcsxRE?CuDOYCYAG???\""
    }
  ],
  "description": "\"description\": \"Sample Optimization\"",
  "relations": [
    {
      "type": "\"type\": \"in_direct_sequence\"",
      "steps": [
        {
          "type": "\"type\": \"job\"",
          "id": "\"id\":\"Job 1\""
        }
      ],
      "vehicle": "\"vehicle\": \"Vehicle 10\""
    }
  ]
}

Response

idstring

A unique ID which can be used in the Optimization GET method to retrieve the result of optimization.

messagestring

Displays an acknowledgement message once the job is submitted.

statusstring

A string indicating the state of the response. On successful responses, the value will be Ok. Indicative error messages/codes are returned in case of errors. See the API Error Codes section below for more information.

warningsstring[]

Display the warnings for the given input parameters, values and constraints.

Changes

Changed in 4 of the 15 revisions of this API.176191

    • the request property /// became required

      request-property-became-required

  • 7ee76f0ff6795963See the full diff
    • removed the enum value " " of the request property ///

      request-property-enum-value-removed

    • removed the enum value " " of the request property ///

      request-property-enum-value-removed

    • removed the enum value MultiPolygon of the request property ///

      request-property-enum-value-removed

    • removed the enum value Polygon of the request property ///

      request-property-enum-value-removed

    • removed the enum value air_distance of the request property //

      request-property-enum-value-removed

    • removed the enum value avgspeed of the request property //

      request-property-enum-value-removed

    • removed the enum value bbox of the request property ///

      request-property-enum-value-removed

    • removed the enum value break of the request property ////

      request-property-enum-value-removed

    • removed the enum value car of the request property //

      request-property-enum-value-removed

    • removed the enum value circumstantial of the request property ///

      request-property-enum-value-removed

    • removed the enum value completion_time of the request property ///

      request-property-enum-value-removed

    • removed the enum value curb of the request property //

      request-property-enum-value-removed

    • removed the enum value custom_definition of the request property ///

      request-property-enum-value-removed

    • removed the enum value customized of the request property //

      request-property-enum-value-removed

    • removed the enum value delivery of the request property ////

      request-property-enum-value-removed

    • removed the enum value delivery of the request property ////

      request-property-enum-value-removed

    • removed the enum value distance of the request property //

      request-property-enum-value-removed

    • removed the enum value duration of the request property //

      request-property-enum-value-removed

    • removed the enum value end of the request property ////

      request-property-enum-value-removed

    • removed the enum value end of the request property ////

      request-property-enum-value-removed

    • removed the enum value explosive of the request property ///

      request-property-enum-value-removed

    • removed the enum value fast of the request property //

      request-property-enum-value-removed

    • removed the enum value ferry of the request property ///

      request-property-enum-value-removed

    • removed the enum value fixed_bottom of the request property ///

      request-property-enum-value-removed

    • removed the enum value fixed_bottom of the request property ///

      request-property-enum-value-removed

    • removed the enum value flexible of the request property //

      request-property-enum-value-removed

    • removed the enum value general of the request property ///

      request-property-enum-value-removed

    • removed the enum value harmful_to_water of the request property ///

      request-property-enum-value-removed

    • removed the enum value highway of the request property ///

      request-property-enum-value-removed

    • removed the enum value in_direct_sequence of the request property //

      request-property-enum-value-removed

    • removed the enum value in_same_route of the request property //

      request-property-enum-value-removed

    • removed the enum value in_sequence of the request property //

      request-property-enum-value-removed

    • removed the enum value internal of the request property //

      request-property-enum-value-removed

    • removed the enum value job of the request property ////

      request-property-enum-value-removed

    • removed the enum value job of the request property ////

      request-property-enum-value-removed

    • removed the enum value left_turn of the request property ///

      request-property-enum-value-removed

    • removed the enum value min-max of the request property ///

      request-property-enum-value-removed

    • removed the enum value min of the request property ///

      request-property-enum-value-removed

    • removed the enum value none of the request property ///

      request-property-enum-value-removed

    • removed the enum value parallel of the request property ///

      request-property-enum-value-removed

    • removed the enum value parallel of the request property ///

      request-property-enum-value-removed

    • removed the enum value pickup of the request property ////

      request-property-enum-value-removed

    • removed the enum value pickup of the request property ////

      request-property-enum-value-removed

    • removed the enum value precedence of the request property //

      request-property-enum-value-removed

    • removed the enum value right_turn of the request property ///

      request-property-enum-value-removed

    • removed the enum value service_road of the request property ///

      request-property-enum-value-removed

    • removed the enum value sharp_turn of the request property ///

      request-property-enum-value-removed

    • removed the enum value start of the request property ////

      request-property-enum-value-removed

    • removed the enum value start of the request property ////

      request-property-enum-value-removed

    • removed the enum value strict of the request property ///

      request-property-enum-value-removed

    • removed the enum value strict of the request property ///

      request-property-enum-value-removed

    • removed the enum value system_generated of the request property ///

      request-property-enum-value-removed

    • removed the enum value tasks of the request property ///

      request-property-enum-value-removed

    • removed the enum value toll of the request property ///

      request-property-enum-value-removed

    • removed the enum value travel_cost of the request property ///

      request-property-enum-value-removed

    • removed the enum value truck of the request property //

      request-property-enum-value-removed

    • removed the enum value unrestricted of the request property //

      request-property-enum-value-removed

    • removed the enum value uturn of the request property ///

      request-property-enum-value-removed

    • removed the enum value vehicles of the request property ///

      request-property-enum-value-removed

    • the request property default value changed from unrestricted to unrestricted

      request-property-default-value-changed

    • the request property default value changed from " " to

      request-property-default-value-changed

    • the request property default value changed from " " to

      request-property-default-value-changed

    • the request property default value changed from car to car

      request-property-default-value-changed

    • the request property default value changed from flexible to flexible

      request-property-default-value-changed

    • the request property default value changed from duration to duration

      request-property-default-value-changed

    • added the new MultiPolygon enum value to the request property ///

      request-property-enum-value-added

    • added the new Polygon enum value to the request property ///

      request-property-enum-value-added

    • added the new air_distance enum value to the request property //

      request-property-enum-value-added

    • added the new avgspeed enum value to the request property //

      request-property-enum-value-added

    • added the new bbox enum value to the request property ///

      request-property-enum-value-added

    • added the new break enum value to the request property ////

      request-property-enum-value-added

    • added the new car enum value to the request property //

      request-property-enum-value-added

    • added the new circumstantial enum value to the request property ///

      request-property-enum-value-added

    • added the new completion_time enum value to the request property ///

      request-property-enum-value-added

    • added the new curb enum value to the request property //

      request-property-enum-value-added

    • added the new custom_definition enum value to the request property ///

      request-property-enum-value-added

    • added the new customized enum value to the request property //

      request-property-enum-value-added

    • added the new delivery enum value to the request property ////

      request-property-enum-value-added

    • added the new delivery enum value to the request property ////

      request-property-enum-value-added

    • added the new distance enum value to the request property //

      request-property-enum-value-added

    • added the new duration enum value to the request property //

      request-property-enum-value-added

    • added the new end enum value to the request property ////

      request-property-enum-value-added

    • added the new end enum value to the request property ////

      request-property-enum-value-added

    • added the new explosive enum value to the request property ///

      request-property-enum-value-added

    • added the new fast enum value to the request property //

      request-property-enum-value-added

    • added the new ferry enum value to the request property ///

      request-property-enum-value-added

    • added the new fixed_bottom enum value to the request property ///

      request-property-enum-value-added

    • added the new fixed_bottom enum value to the request property ///

      request-property-enum-value-added

    • added the new flexible enum value to the request property //

      request-property-enum-value-added

    • added the new general enum value to the request property ///

      request-property-enum-value-added

    • added the new harmful_to_water enum value to the request property ///

      request-property-enum-value-added

    • added the new highway enum value to the request property ///

      request-property-enum-value-added

    • added the new in_direct_sequence enum value to the request property //

      request-property-enum-value-added

    • added the new in_same_route enum value to the request property //

      request-property-enum-value-added

    • added the new in_sequence enum value to the request property //

      request-property-enum-value-added

    • added the new internal enum value to the request property //

      request-property-enum-value-added

    • added the new job enum value to the request property ////

      request-property-enum-value-added

    • added the new job enum value to the request property ////

      request-property-enum-value-added

    • added the new left_turn enum value to the request property ///

      request-property-enum-value-added

    • added the new min enum value to the request property ///

      request-property-enum-value-added

    • added the new min-max enum value to the request property ///

      request-property-enum-value-added

    • added the new none enum value to the request property ///

      request-property-enum-value-added

    • added the new parallel enum value to the request property ///

      request-property-enum-value-added

    • added the new parallel enum value to the request property ///

      request-property-enum-value-added

    • added the new pickup enum value to the request property ////

      request-property-enum-value-added

    • added the new pickup enum value to the request property ////

      request-property-enum-value-added

    • added the new precedence enum value to the request property //

      request-property-enum-value-added

    • added the new right_turn enum value to the request property ///

      request-property-enum-value-added

    • added the new service_road enum value to the request property ///

      request-property-enum-value-added

    • added the new sharp_turn enum value to the request property ///

      request-property-enum-value-added

    • added the new start enum value to the request property ////

      request-property-enum-value-added

    • added the new start enum value to the request property ////

      request-property-enum-value-added

    • added the new strict enum value to the request property ///

      request-property-enum-value-added

    • added the new strict enum value to the request property ///

      request-property-enum-value-added

    • added the new system_generated enum value to the request property ///

      request-property-enum-value-added

    • added the new tasks enum value to the request property ///

      request-property-enum-value-added

    • added the new toll enum value to the request property ///

      request-property-enum-value-added

    • added the new travel_cost enum value to the request property ///

      request-property-enum-value-added

    • added the new truck enum value to the request property //

      request-property-enum-value-added

    • added the new unrestricted enum value to the request property //

      request-property-enum-value-added

    • added the new uturn enum value to the request property ///

      request-property-enum-value-added

    • added the new vehicles enum value to the request property ///

      request-property-enum-value-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • a800b73f11c15765See the full diff
    • removed the enum value MultiPolygon of the request property ///

      request-property-enum-value-removed

    • removed the enum value Polygon of the request property ///

      request-property-enum-value-removed

    • removed the enum value air_distance of the request property //

      request-property-enum-value-removed

    • removed the enum value avgspeed of the request property //

      request-property-enum-value-removed

    • removed the enum value bbox of the request property ///

      request-property-enum-value-removed

    • removed the enum value break of the request property ////

      request-property-enum-value-removed

    • removed the enum value car of the request property //

      request-property-enum-value-removed

    • removed the enum value circumstantial of the request property ///

      request-property-enum-value-removed

    • removed the enum value completion_time of the request property ///

      request-property-enum-value-removed

    • removed the enum value curb of the request property //

      request-property-enum-value-removed

    • removed the enum value custom_definition of the request property ///

      request-property-enum-value-removed

    • removed the enum value customized of the request property //

      request-property-enum-value-removed

    • removed the enum value delivery of the request property ////

      request-property-enum-value-removed

    • removed the enum value delivery of the request property ////

      request-property-enum-value-removed

    • removed the enum value distance of the request property //

      request-property-enum-value-removed

    • removed the enum value duration of the request property //

      request-property-enum-value-removed

    • removed the enum value end of the request property ////

      request-property-enum-value-removed

    • removed the enum value end of the request property ////

      request-property-enum-value-removed

    • removed the enum value explosive of the request property ///

      request-property-enum-value-removed

    • removed the enum value fast of the request property //

      request-property-enum-value-removed

    • removed the enum value ferry of the request property ///

      request-property-enum-value-removed

    • removed the enum value fixed_bottom of the request property ///

      request-property-enum-value-removed

    • removed the enum value fixed_bottom of the request property ///

      request-property-enum-value-removed

    • removed the enum value flexible of the request property //

      request-property-enum-value-removed

    • removed the enum value general of the request property ///

      request-property-enum-value-removed

    • removed the enum value harmful_to_water of the request property ///

      request-property-enum-value-removed

    • removed the enum value highway of the request property ///

      request-property-enum-value-removed

    • removed the enum value in_direct_sequence of the request property //

      request-property-enum-value-removed

    • removed the enum value in_same_route of the request property //

      request-property-enum-value-removed

    • removed the enum value in_sequence of the request property //

      request-property-enum-value-removed

    • removed the enum value internal of the request property //

      request-property-enum-value-removed

    • removed the enum value job of the request property ////

      request-property-enum-value-removed

    • removed the enum value job of the request property ////

      request-property-enum-value-removed

    • removed the enum value left_turn of the request property ///

      request-property-enum-value-removed

    • removed the enum value min of the request property ///

      request-property-enum-value-removed

    • removed the enum value min-max of the request property ///

      request-property-enum-value-removed

    • removed the enum value none of the request property ///

      request-property-enum-value-removed

    • removed the enum value parallel of the request property ///

      request-property-enum-value-removed

    • removed the enum value parallel of the request property ///

      request-property-enum-value-removed

    • removed the enum value pickup of the request property ////

      request-property-enum-value-removed

    • removed the enum value pickup of the request property ////

      request-property-enum-value-removed

    • removed the enum value precedence of the request property //

      request-property-enum-value-removed

    • removed the enum value right_turn of the request property ///

      request-property-enum-value-removed

    • removed the enum value service_road of the request property ///

      request-property-enum-value-removed

    • removed the enum value sharp_turn of the request property ///

      request-property-enum-value-removed

    • removed the enum value start of the request property ////

      request-property-enum-value-removed

    • removed the enum value start of the request property ////

      request-property-enum-value-removed

    • removed the enum value strict of the request property ///

      request-property-enum-value-removed

    • removed the enum value strict of the request property ///

      request-property-enum-value-removed

    • removed the enum value system_generated of the request property ///

      request-property-enum-value-removed

    • removed the enum value tasks of the request property ///

      request-property-enum-value-removed

    • removed the enum value toll of the request property ///

      request-property-enum-value-removed

    • removed the enum value travel_cost of the request property ///

      request-property-enum-value-removed

    • removed the enum value truck of the request property //

      request-property-enum-value-removed

    • removed the enum value unrestricted of the request property //

      request-property-enum-value-removed

    • removed the enum value uturn of the request property ///

      request-property-enum-value-removed

    • removed the enum value vehicles of the request property ///

      request-property-enum-value-removed

    • the request property default value changed from unrestricted to unrestricted

      request-property-default-value-changed

    • the request property default value changed from to " "

      request-property-default-value-changed

    • the request property default value changed from to " "

      request-property-default-value-changed

    • the request property default value changed from car to car

      request-property-default-value-changed

    • the request property default value changed from flexible to flexible

      request-property-default-value-changed

    • the request property default value changed from duration to duration

      request-property-default-value-changed

    • added the new " " enum value to the request property ///

      request-property-enum-value-added

    • added the new " " enum value to the request property ///

      request-property-enum-value-added

    • added the new MultiPolygon enum value to the request property ///

      request-property-enum-value-added

    • added the new Polygon enum value to the request property ///

      request-property-enum-value-added

    • added the new air_distance enum value to the request property //

      request-property-enum-value-added

    • added the new avgspeed enum value to the request property //

      request-property-enum-value-added

    • added the new bbox enum value to the request property ///

      request-property-enum-value-added

    • added the new break enum value to the request property ////

      request-property-enum-value-added

    • added the new car enum value to the request property //

      request-property-enum-value-added

    • added the new circumstantial enum value to the request property ///

      request-property-enum-value-added

    • added the new completion_time enum value to the request property ///

      request-property-enum-value-added

    • added the new curb enum value to the request property //

      request-property-enum-value-added

    • added the new custom_definition enum value to the request property ///

      request-property-enum-value-added

    • added the new customized enum value to the request property //

      request-property-enum-value-added

    • added the new delivery enum value to the request property ////

      request-property-enum-value-added

    • added the new delivery enum value to the request property ////

      request-property-enum-value-added

    • added the new distance enum value to the request property //

      request-property-enum-value-added

    • added the new duration enum value to the request property //

      request-property-enum-value-added

    • added the new end enum value to the request property ////

      request-property-enum-value-added

    • added the new end enum value to the request property ////

      request-property-enum-value-added

    • added the new explosive enum value to the request property ///

      request-property-enum-value-added

    • added the new fast enum value to the request property //

      request-property-enum-value-added

    • added the new ferry enum value to the request property ///

      request-property-enum-value-added

    • added the new fixed_bottom enum value to the request property ///

      request-property-enum-value-added

    • added the new fixed_bottom enum value to the request property ///

      request-property-enum-value-added

    • added the new flexible enum value to the request property //

      request-property-enum-value-added

    • added the new general enum value to the request property ///

      request-property-enum-value-added

    • added the new harmful_to_water enum value to the request property ///

      request-property-enum-value-added

    • added the new highway enum value to the request property ///

      request-property-enum-value-added

    • added the new in_direct_sequence enum value to the request property //

      request-property-enum-value-added

    • added the new in_same_route enum value to the request property //

      request-property-enum-value-added

    • added the new in_sequence enum value to the request property //

      request-property-enum-value-added

    • added the new internal enum value to the request property //

      request-property-enum-value-added

    • added the new job enum value to the request property ////

      request-property-enum-value-added

    • added the new job enum value to the request property ////

      request-property-enum-value-added

    • added the new left_turn enum value to the request property ///

      request-property-enum-value-added

    • added the new min-max enum value to the request property ///

      request-property-enum-value-added

    • added the new min enum value to the request property ///

      request-property-enum-value-added

    • added the new none enum value to the request property ///

      request-property-enum-value-added

    • added the new parallel enum value to the request property ///

      request-property-enum-value-added

    • added the new parallel enum value to the request property ///

      request-property-enum-value-added

    • added the new pickup enum value to the request property ////

      request-property-enum-value-added

    • added the new pickup enum value to the request property ////

      request-property-enum-value-added

    • added the new precedence enum value to the request property //

      request-property-enum-value-added

    • added the new right_turn enum value to the request property ///

      request-property-enum-value-added

    • added the new service_road enum value to the request property ///

      request-property-enum-value-added

    • added the new sharp_turn enum value to the request property ///

      request-property-enum-value-added

    • added the new start enum value to the request property ////

      request-property-enum-value-added

    • added the new start enum value to the request property ////

      request-property-enum-value-added

    • added the new strict enum value to the request property ///

      request-property-enum-value-added

    • added the new strict enum value to the request property ///

      request-property-enum-value-added

    • added the new system_generated enum value to the request property ///

      request-property-enum-value-added

    • added the new tasks enum value to the request property ///

      request-property-enum-value-added

    • added the new toll enum value to the request property ///

      request-property-enum-value-added

    • added the new travel_cost enum value to the request property ///

      request-property-enum-value-added

    • added the new truck enum value to the request property //

      request-property-enum-value-added

    • added the new unrestricted enum value to the request property //

      request-property-enum-value-added

    • added the new uturn enum value to the request property ///

      request-property-enum-value-added

    • added the new vehicles enum value to the request property ///

      request-property-enum-value-added

  • b79d96775b135963See the full diff
    • removed the enum value " " of the request property ///

      request-property-enum-value-removed

    • removed the enum value " " of the request property ///

      request-property-enum-value-removed

    • removed the enum value MultiPolygon of the request property ///

      request-property-enum-value-removed

    • removed the enum value Polygon of the request property ///

      request-property-enum-value-removed

    • removed the enum value air_distance of the request property //

      request-property-enum-value-removed

    • removed the enum value avgspeed of the request property //

      request-property-enum-value-removed

    • removed the enum value bbox of the request property ///

      request-property-enum-value-removed

    • removed the enum value break of the request property ////

      request-property-enum-value-removed

    • removed the enum value car of the request property //

      request-property-enum-value-removed

    • removed the enum value circumstantial of the request property ///

      request-property-enum-value-removed

    • removed the enum value completion_time of the request property ///

      request-property-enum-value-removed

    • removed the enum value curb of the request property //

      request-property-enum-value-removed

    • removed the enum value custom_definition of the request property ///

      request-property-enum-value-removed

    • removed the enum value customized of the request property //

      request-property-enum-value-removed

    • removed the enum value delivery of the request property ////

      request-property-enum-value-removed

    • removed the enum value delivery of the request property ////

      request-property-enum-value-removed

    • removed the enum value distance of the request property //

      request-property-enum-value-removed

    • removed the enum value duration of the request property //

      request-property-enum-value-removed

    • removed the enum value end of the request property ////

      request-property-enum-value-removed

    • removed the enum value end of the request property ////

      request-property-enum-value-removed

    • removed the enum value explosive of the request property ///

      request-property-enum-value-removed

    • removed the enum value fast of the request property //

      request-property-enum-value-removed

    • removed the enum value ferry of the request property ///

      request-property-enum-value-removed

    • removed the enum value fixed_bottom of the request property ///

      request-property-enum-value-removed

    • removed the enum value fixed_bottom of the request property ///

      request-property-enum-value-removed

    • removed the enum value flexible of the request property //

      request-property-enum-value-removed

    • removed the enum value general of the request property ///

      request-property-enum-value-removed

    • removed the enum value harmful_to_water of the request property ///

      request-property-enum-value-removed

    • removed the enum value highway of the request property ///

      request-property-enum-value-removed

    • removed the enum value in_direct_sequence of the request property //

      request-property-enum-value-removed

    • removed the enum value in_same_route of the request property //

      request-property-enum-value-removed

    • removed the enum value in_sequence of the request property //

      request-property-enum-value-removed

    • removed the enum value internal of the request property //

      request-property-enum-value-removed

    • removed the enum value job of the request property ////

      request-property-enum-value-removed

    • removed the enum value job of the request property ////

      request-property-enum-value-removed

    • removed the enum value left_turn of the request property ///

      request-property-enum-value-removed

    • removed the enum value min-max of the request property ///

      request-property-enum-value-removed

    • removed the enum value min of the request property ///

      request-property-enum-value-removed

    • removed the enum value none of the request property ///

      request-property-enum-value-removed

    • removed the enum value parallel of the request property ///

      request-property-enum-value-removed

    • removed the enum value parallel of the request property ///

      request-property-enum-value-removed

    • removed the enum value pickup of the request property ////

      request-property-enum-value-removed

    • removed the enum value pickup of the request property ////

      request-property-enum-value-removed

    • removed the enum value precedence of the request property //

      request-property-enum-value-removed

    • removed the enum value right_turn of the request property ///

      request-property-enum-value-removed

    • removed the enum value service_road of the request property ///

      request-property-enum-value-removed

    • removed the enum value sharp_turn of the request property ///

      request-property-enum-value-removed

    • removed the enum value start of the request property ////

      request-property-enum-value-removed

    • removed the enum value start of the request property ////

      request-property-enum-value-removed

    • removed the enum value strict of the request property ///

      request-property-enum-value-removed

    • removed the enum value strict of the request property ///

      request-property-enum-value-removed

    • removed the enum value system_generated of the request property ///

      request-property-enum-value-removed

    • removed the enum value tasks of the request property ///

      request-property-enum-value-removed

    • removed the enum value toll of the request property ///

      request-property-enum-value-removed

    • removed the enum value travel_cost of the request property ///

      request-property-enum-value-removed

    • removed the enum value truck of the request property //

      request-property-enum-value-removed

    • removed the enum value unrestricted of the request property //

      request-property-enum-value-removed

    • removed the enum value uturn of the request property ///

      request-property-enum-value-removed

    • removed the enum value vehicles of the request property ///

      request-property-enum-value-removed

    • the request property default value changed from unrestricted to unrestricted

      request-property-default-value-changed

    • the request property default value changed from " " to

      request-property-default-value-changed

    • the request property default value changed from " " to

      request-property-default-value-changed

    • the request property default value changed from car to car

      request-property-default-value-changed

    • the request property default value changed from flexible to flexible

      request-property-default-value-changed

    • the request property default value changed from duration to duration

      request-property-default-value-changed

    • added the new MultiPolygon enum value to the request property ///

      request-property-enum-value-added

    • added the new Polygon enum value to the request property ///

      request-property-enum-value-added

    • added the new air_distance enum value to the request property //

      request-property-enum-value-added

    • added the new avgspeed enum value to the request property //

      request-property-enum-value-added

    • added the new bbox enum value to the request property ///

      request-property-enum-value-added

    • added the new break enum value to the request property ////

      request-property-enum-value-added

    • added the new car enum value to the request property //

      request-property-enum-value-added

    • added the new circumstantial enum value to the request property ///

      request-property-enum-value-added

    • added the new completion_time enum value to the request property ///

      request-property-enum-value-added

    • added the new curb enum value to the request property //

      request-property-enum-value-added

    • added the new custom_definition enum value to the request property ///

      request-property-enum-value-added

    • added the new customized enum value to the request property //

      request-property-enum-value-added

    • added the new delivery enum value to the request property ////

      request-property-enum-value-added

    • added the new delivery enum value to the request property ////

      request-property-enum-value-added

    • added the new distance enum value to the request property //

      request-property-enum-value-added

    • added the new duration enum value to the request property //

      request-property-enum-value-added

    • added the new end enum value to the request property ////

      request-property-enum-value-added

    • added the new end enum value to the request property ////

      request-property-enum-value-added

    • added the new explosive enum value to the request property ///

      request-property-enum-value-added

    • added the new fast enum value to the request property //

      request-property-enum-value-added

    • added the new ferry enum value to the request property ///

      request-property-enum-value-added

    • added the new fixed_bottom enum value to the request property ///

      request-property-enum-value-added

    • added the new fixed_bottom enum value to the request property ///

      request-property-enum-value-added

    • added the new flexible enum value to the request property //

      request-property-enum-value-added

    • added the new general enum value to the request property ///

      request-property-enum-value-added

    • added the new harmful_to_water enum value to the request property ///

      request-property-enum-value-added

    • added the new highway enum value to the request property ///

      request-property-enum-value-added

    • added the new in_direct_sequence enum value to the request property //

      request-property-enum-value-added

    • added the new in_same_route enum value to the request property //

      request-property-enum-value-added

    • added the new in_sequence enum value to the request property //

      request-property-enum-value-added

    • added the new internal enum value to the request property //

      request-property-enum-value-added

    • added the new job enum value to the request property ////

      request-property-enum-value-added

    • added the new job enum value to the request property ////

      request-property-enum-value-added

    • added the new left_turn enum value to the request property ///

      request-property-enum-value-added

    • added the new min enum value to the request property ///

      request-property-enum-value-added

    • added the new min-max enum value to the request property ///

      request-property-enum-value-added

    • added the new none enum value to the request property ///

      request-property-enum-value-added

    • added the new parallel enum value to the request property ///

      request-property-enum-value-added

    • added the new parallel enum value to the request property ///

      request-property-enum-value-added

    • added the new pickup enum value to the request property ////

      request-property-enum-value-added

    • added the new pickup enum value to the request property ////

      request-property-enum-value-added

    • added the new precedence enum value to the request property //

      request-property-enum-value-added

    • added the new right_turn enum value to the request property ///

      request-property-enum-value-added

    • added the new service_road enum value to the request property ///

      request-property-enum-value-added

    • added the new sharp_turn enum value to the request property ///

      request-property-enum-value-added

    • added the new start enum value to the request property ////

      request-property-enum-value-added

    • added the new start enum value to the request property ////

      request-property-enum-value-added

    • added the new strict enum value to the request property ///

      request-property-enum-value-added

    • added the new strict enum value to the request property ///

      request-property-enum-value-added

    • added the new system_generated enum value to the request property ///

      request-property-enum-value-added

    • added the new tasks enum value to the request property ///

      request-property-enum-value-added

    • added the new toll enum value to the request property ///

      request-property-enum-value-added

    • added the new travel_cost enum value to the request property ///

      request-property-enum-value-added

    • added the new truck enum value to the request property //

      request-property-enum-value-added

    • added the new unrestricted enum value to the request property //

      request-property-enum-value-added

    • added the new uturn enum value to the request property ///

      request-property-enum-value-added

    • added the new vehicles enum value to the request property ///

      request-property-enum-value-added