Info

Explanation

Contains the explanation, once solved.

get/v2/vrp/jobs/{id}/explanation

Path parameters

idstring required

Response

Status

alternativesobject nullable

When options.explanation.enabled is set to true, this field will contain the alternatives for the solution.The key is the job name and the value is the list of assignments. Each assignment contains the resource, the date, and the score. In this way, you can check the impact of the alternative on the score.

Example response

{
  "score": {
    "hard": -2000,
    "soft": -15000,
    "feasible": false
  },
  "conflicts": [
    {
      "constraint": "TIME_WINDOW_CONFLICT",
      "score": "-1000",
      "job": "Job-1",
      "resource": "vehicle-1"
    },
    {
      "constraint": "TAG_HARD",
      "score": "-1000",
      "job": "Job-2",
      "resource": "vehicle-1",
      "tag": "electrical"
    }
  ],
  "unresolved": [
    {
      "constraint": "TRAVEL_TIME",
      "score": "-15000"
    }
  ],
  "alternatives": {
    "Job-1": [
      {
        "job": "Job-1",
        "resource": "vehicle-2",
        "suggestedArrival": "2023-01-13T09:30:00Z",
        "latestArrival": "2023-01-13T10:00:00Z",
        "executedAfter": "Job-0",
        "score": {
          "hard": 0,
          "soft": -1500,
          "feasible": true
        }
      }
    ]
  }
}

Changes

Changed in 4 of the 23 revisions of this API.22575

    • added the new GROUP_SEQUENCE enum value to the unresolved/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new GROUP_SEQUENCE enum value to the unresolved/items/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new JOB_PROXIMITY enum value to the unresolved/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new JOB_PROXIMITY enum value to the unresolved/items/constraint response property for the response status 200

      response-property-enum-value-added

  • 4f1fbf4f1b7722495See the full diff
    • the conflicts response's property type/format changed from object/ to array null object/ for status 200

      response-property-type-changed

    • the unresolved response's property type/format changed from object/ to array null object/ for status 200

      response-property-type-changed

    • added the new ACCEPTED enum value to the status response property for the response status 400

      response-property-enum-value-added

    • added the new ACCEPTED enum value to the status response property for the response status 427

      response-property-enum-value-added

    • added the new ACCEPTED enum value to the status response property for the response status 500

      response-property-enum-value-added

    • added the new ALLOWED_RESOURCES enum value to the unresolved/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new ALLOWED_RESOURCES enum value to the unresolved/items/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new BAD_GATEWAY enum value to the status response property for the response status 400

      response-property-enum-value-added

    • added the new BAD_GATEWAY enum value to the status response property for the response status 427

      response-property-enum-value-added

    • added the new BAD_GATEWAY enum value to the status response property for the response status 500

      response-property-enum-value-added

    • added the new BAD_REQUEST enum value to the status response property for the response status 400

      response-property-enum-value-added

    • added the new BAD_REQUEST enum value to the status response property for the response status 427

      response-property-enum-value-added

    • added the new BAD_REQUEST enum value to the status response property for the response status 500

      response-property-enum-value-added

    • added the new CONFLICT enum value to the status response property for the response status 400

      response-property-enum-value-added

    • added the new CONFLICT enum value to the status response property for the response status 427

      response-property-enum-value-added

    • added the new CONFLICT enum value to the status response property for the response status 500

      response-property-enum-value-added

    • added the new CREATED enum value to the status response property for the response status 400

      response-property-enum-value-added

    • added the new CREATED enum value to the status response property for the response status 427

      response-property-enum-value-added

    • added the new CREATED enum value to the status response property for the response status 500

      response-property-enum-value-added

    • added the new DATE_TIME_WINDOW_CONFLICT enum value to the unresolved/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new DATE_TIME_WINDOW_CONFLICT enum value to the unresolved/items/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new DATE_TIME_WINDOW_CONFLICT_SOFT enum value to the unresolved/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new DATE_TIME_WINDOW_CONFLICT_SOFT enum value to the unresolved/items/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new DELIVERY_BEFORE_PICKUP enum value to the unresolved/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new DELIVERY_BEFORE_PICKUP enum value to the unresolved/items/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new DELIVERY_NOT_ON_SAME_VEHICLE enum value to the unresolved/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new DELIVERY_NOT_ON_SAME_VEHICLE enum value to the unresolved/items/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new DIRECT_SEQUENCE enum value to the unresolved/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new DIRECT_SEQUENCE enum value to the unresolved/items/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new DISALLOWED_RESOURCES enum value to the unresolved/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new DISALLOWED_RESOURCES enum value to the unresolved/items/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new DRIVE_TIME enum value to the unresolved/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new DRIVE_TIME enum value to the unresolved/items/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new END_LOCATION_TRAVEL_TIME enum value to the unresolved/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new END_LOCATION_TRAVEL_TIME enum value to the unresolved/items/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new EXPECTATION_FAILED enum value to the status response property for the response status 400

      response-property-enum-value-added

    • added the new EXPECTATION_FAILED enum value to the status response property for the response status 427

      response-property-enum-value-added

    • added the new EXPECTATION_FAILED enum value to the status response property for the response status 500

      response-property-enum-value-added

    • added the new FAIR_COMPLEXITY_PER_RESOURCE enum value to the unresolved/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new FAIR_COMPLEXITY_PER_RESOURCE enum value to the unresolved/items/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new FAIR_COMPLEXITY_PER_TRIP enum value to the unresolved/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new FAIR_COMPLEXITY_PER_TRIP enum value to the unresolved/items/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new FAIR_TOTAL_WORK enum value to the unresolved/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new FAIR_TOTAL_WORK enum value to the unresolved/items/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new FAIR_WORK enum value to the unresolved/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new FAIR_WORK enum value to the unresolved/items/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new FORBIDDEN enum value to the status response property for the response status 400

      response-property-enum-value-added

    • added the new FORBIDDEN enum value to the status response property for the response status 427

      response-property-enum-value-added

    • added the new FORBIDDEN enum value to the status response property for the response status 500

      response-property-enum-value-added

    • added the new FOUND enum value to the status response property for the response status 400

      response-property-enum-value-added

    • added the new FOUND enum value to the status response property for the response status 427

      response-property-enum-value-added

    • added the new FOUND enum value to the status response property for the response status 500

      response-property-enum-value-added

    • added the new GATEWAY_TIMEOUT enum value to the status response property for the response status 400

      response-property-enum-value-added

    • added the new GATEWAY_TIMEOUT enum value to the status response property for the response status 427

      response-property-enum-value-added

    • added the new GATEWAY_TIMEOUT enum value to the status response property for the response status 500

      response-property-enum-value-added

    • added the new GONE enum value to the status response property for the response status 400

      response-property-enum-value-added

    • added the new GONE enum value to the status response property for the response status 427

      response-property-enum-value-added

    • added the new GONE enum value to the status response property for the response status 500

      response-property-enum-value-added

    • added the new HARD_JOBS enum value to the unresolved/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new HARD_JOBS enum value to the unresolved/items/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new HOURLY_COST enum value to the unresolved/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new HOURLY_COST enum value to the unresolved/items/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new HTTP_VERSION_NOT_SUPPORTED enum value to the status response property for the response status 400

      response-property-enum-value-added

    • added the new HTTP_VERSION_NOT_SUPPORTED enum value to the status response property for the response status 427

      response-property-enum-value-added

    • added the new HTTP_VERSION_NOT_SUPPORTED enum value to the status response property for the response status 500

      response-property-enum-value-added

    • added the new INTERNAL_SERVER_ERROR enum value to the status response property for the response status 400

      response-property-enum-value-added

    • added the new INTERNAL_SERVER_ERROR enum value to the status response property for the response status 427

      response-property-enum-value-added

    • added the new INTERNAL_SERVER_ERROR enum value to the status response property for the response status 500

      response-property-enum-value-added

    • added the new JOBTYPE_VIOLATION enum value to the unresolved/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new JOBTYPE_VIOLATION enum value to the unresolved/items/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new JOB_DAY_INDEX enum value to the unresolved/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new JOB_DAY_INDEX enum value to the unresolved/items/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new JOB_PRECEDENCE enum value to the unresolved/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new JOB_PRECEDENCE enum value to the unresolved/items/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new LENGTH_REQUIRED enum value to the status response property for the response status 400

      response-property-enum-value-added

    • added the new LENGTH_REQUIRED enum value to the status response property for the response status 427

      response-property-enum-value-added

    • added the new LENGTH_REQUIRED enum value to the status response property for the response status 500

      response-property-enum-value-added

    • added the new LINKED_JOB_CONFLICT enum value to the unresolved/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new LINKED_JOB_CONFLICT enum value to the unresolved/items/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new MAX_DRIVE_TIME enum value to the unresolved/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new MAX_DRIVE_TIME enum value to the unresolved/items/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new MAX_DRIVE_TIME_JOB enum value to the unresolved/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new MAX_DRIVE_TIME_JOB enum value to the unresolved/items/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new METHOD_NOT_ALLOWED enum value to the status response property for the response status 400

      response-property-enum-value-added

    • added the new METHOD_NOT_ALLOWED enum value to the status response property for the response status 427

      response-property-enum-value-added

    • added the new METHOD_NOT_ALLOWED enum value to the status response property for the response status 500

      response-property-enum-value-added

    • added the new MINIMISE_TRIP_USAGE enum value to the unresolved/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new MINIMISE_TRIP_USAGE enum value to the unresolved/items/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new MOVED_PERMANENTLY enum value to the status response property for the response status 400

      response-property-enum-value-added

    • added the new MOVED_PERMANENTLY enum value to the status response property for the response status 427

      response-property-enum-value-added

    • added the new MOVED_PERMANENTLY enum value to the status response property for the response status 500

      response-property-enum-value-added

    • added the new MULTIPLE_CHOICES enum value to the status response property for the response status 400

      response-property-enum-value-added

    • added the new MULTIPLE_CHOICES enum value to the status response property for the response status 427

      response-property-enum-value-added

    • added the new MULTIPLE_CHOICES enum value to the status response property for the response status 500

      response-property-enum-value-added

    • added the new NEIGHBOR enum value to the unresolved/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new NEIGHBOR enum value to the unresolved/items/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new NETWORK_AUTHENTICATION_REQUIRED enum value to the status response property for the response status 400

      response-property-enum-value-added

    • added the new NETWORK_AUTHENTICATION_REQUIRED enum value to the status response property for the response status 427

      response-property-enum-value-added

    • added the new NETWORK_AUTHENTICATION_REQUIRED enum value to the status response property for the response status 500

      response-property-enum-value-added

    • added the new NOT_ACCEPTABLE enum value to the status response property for the response status 400

      response-property-enum-value-added

    • added the new NOT_ACCEPTABLE enum value to the status response property for the response status 427

      response-property-enum-value-added

    • added the new NOT_ACCEPTABLE enum value to the status response property for the response status 500

      response-property-enum-value-added

    • added the new NOT_FOUND enum value to the status response property for the response status 400

      response-property-enum-value-added

    • added the new NOT_FOUND enum value to the status response property for the response status 427

      response-property-enum-value-added

    • added the new NOT_FOUND enum value to the status response property for the response status 500

      response-property-enum-value-added

    • added the new NOT_IMPLEMENTED enum value to the status response property for the response status 400

      response-property-enum-value-added

    • added the new NOT_IMPLEMENTED enum value to the status response property for the response status 427

      response-property-enum-value-added

    • added the new NOT_IMPLEMENTED enum value to the status response property for the response status 500

      response-property-enum-value-added

    • added the new NOT_MODIFIED enum value to the status response property for the response status 400

      response-property-enum-value-added

    • added the new NOT_MODIFIED enum value to the status response property for the response status 427

      response-property-enum-value-added

    • added the new NOT_MODIFIED enum value to the status response property for the response status 500

      response-property-enum-value-added

    • added the new NO_CONTENT enum value to the status response property for the response status 400

      response-property-enum-value-added

    • added the new NO_CONTENT enum value to the status response property for the response status 427

      response-property-enum-value-added

    • added the new NO_CONTENT enum value to the status response property for the response status 500

      response-property-enum-value-added

    • added the new OK enum value to the status response property for the response status 400

      response-property-enum-value-added

    • added the new OK enum value to the status response property for the response status 427

      response-property-enum-value-added

    • added the new OK enum value to the status response property for the response status 500

      response-property-enum-value-added

    • added the new OPEN_DAYS enum value to the unresolved/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new OPEN_DAYS enum value to the unresolved/items/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new OVERTIME_END_CONFLICT enum value to the unresolved/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new OVERTIME_END_CONFLICT enum value to the unresolved/items/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new PARTIAL_CONTENT enum value to the status response property for the response status 400

      response-property-enum-value-added

    • added the new PARTIAL_CONTENT enum value to the status response property for the response status 427

      response-property-enum-value-added

    • added the new PARTIAL_CONTENT enum value to the status response property for the response status 500

      response-property-enum-value-added

    • added the new PAYMENT_REQUIRED enum value to the status response property for the response status 400

      response-property-enum-value-added

    • added the new PAYMENT_REQUIRED enum value to the status response property for the response status 427

      response-property-enum-value-added

    • added the new PAYMENT_REQUIRED enum value to the status response property for the response status 500

      response-property-enum-value-added

    • added the new PERMANENT_REDIRECT enum value to the status response property for the response status 400

      response-property-enum-value-added

    • added the new PERMANENT_REDIRECT enum value to the status response property for the response status 427

      response-property-enum-value-added

    • added the new PERMANENT_REDIRECT enum value to the status response property for the response status 500

      response-property-enum-value-added

    • added the new PLANNED_ARRIVAL enum value to the unresolved/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new PLANNED_ARRIVAL enum value to the unresolved/items/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new PLANNED_DATE enum value to the unresolved/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new PLANNED_DATE enum value to the unresolved/items/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new PLANNED_RESOURCE enum value to the unresolved/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new PLANNED_RESOURCE enum value to the unresolved/items/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new PRECONDITION_FAILED enum value to the status response property for the response status 400

      response-property-enum-value-added

    • added the new PRECONDITION_FAILED enum value to the status response property for the response status 427

      response-property-enum-value-added

    • added the new PRECONDITION_FAILED enum value to the status response property for the response status 500

      response-property-enum-value-added

    • added the new PRECONDITION_REQUIRED enum value to the status response property for the response status 400

      response-property-enum-value-added

    • added the new PRECONDITION_REQUIRED enum value to the status response property for the response status 427

      response-property-enum-value-added

    • added the new PRECONDITION_REQUIRED enum value to the status response property for the response status 500

      response-property-enum-value-added

    • added the new PREFERRED_RESOURCE_CONFLICT enum value to the unresolved/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new PREFERRED_RESOURCE_CONFLICT enum value to the unresolved/items/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new PROXY_AUTHENTICATION_REQUIRED enum value to the status response property for the response status 400

      response-property-enum-value-added

    • added the new PROXY_AUTHENTICATION_REQUIRED enum value to the status response property for the response status 427

      response-property-enum-value-added

    • added the new PROXY_AUTHENTICATION_REQUIRED enum value to the status response property for the response status 500

      response-property-enum-value-added

    • added the new RANKING_SOFT enum value to the unresolved/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new RANKING_SOFT enum value to the unresolved/items/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new REGION_TIME enum value to the unresolved/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new REGION_TIME enum value to the unresolved/items/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new REQUESTED_RANGE_NOT_SATISFIABLE enum value to the status response property for the response status 400

      response-property-enum-value-added

    • added the new REQUESTED_RANGE_NOT_SATISFIABLE enum value to the status response property for the response status 427

      response-property-enum-value-added

    • added the new REQUESTED_RANGE_NOT_SATISFIABLE enum value to the status response property for the response status 500

      response-property-enum-value-added

    • added the new REQUEST_ENTITY_TOO_LARGE enum value to the status response property for the response status 400

      response-property-enum-value-added

    • added the new REQUEST_ENTITY_TOO_LARGE enum value to the status response property for the response status 427

      response-property-enum-value-added

    • added the new REQUEST_ENTITY_TOO_LARGE enum value to the status response property for the response status 500

      response-property-enum-value-added

    • added the new REQUEST_HEADER_FIELDS_TOO_LARGE enum value to the status response property for the response status 400

      response-property-enum-value-added

    • added the new REQUEST_HEADER_FIELDS_TOO_LARGE enum value to the status response property for the response status 427

      response-property-enum-value-added

    • added the new REQUEST_HEADER_FIELDS_TOO_LARGE enum value to the status response property for the response status 500

      response-property-enum-value-added

    • added the new REQUEST_TIMEOUT enum value to the status response property for the response status 400

      response-property-enum-value-added

    • added the new REQUEST_TIMEOUT enum value to the status response property for the response status 427

      response-property-enum-value-added

    • added the new REQUEST_TIMEOUT enum value to the status response property for the response status 500

      response-property-enum-value-added

    • added the new REQUEST_URI_TOO_LONG enum value to the status response property for the response status 400

      response-property-enum-value-added

    • added the new REQUEST_URI_TOO_LONG enum value to the status response property for the response status 427

      response-property-enum-value-added

    • added the new REQUEST_URI_TOO_LONG enum value to the status response property for the response status 500

      response-property-enum-value-added

    • added the new RESET_CONTENT enum value to the status response property for the response status 400

      response-property-enum-value-added

    • added the new RESET_CONTENT enum value to the status response property for the response status 427

      response-property-enum-value-added

    • added the new RESET_CONTENT enum value to the status response property for the response status 500

      response-property-enum-value-added

    • added the new RESOURCE_ACTIVATION enum value to the unresolved/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new RESOURCE_ACTIVATION enum value to the unresolved/items/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new RESOURCE_CAPACITY enum value to the unresolved/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new RESOURCE_CAPACITY enum value to the unresolved/items/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new RESOURCE_CAPACITY2 enum value to the unresolved/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new RESOURCE_CAPACITY2 enum value to the unresolved/items/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new RESOURCE_COMPATIBILITY enum value to the unresolved/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new RESOURCE_COMPATIBILITY enum value to the unresolved/items/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new RESOURCE_PERIOD_MAX_COMPLEXITY enum value to the unresolved/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new RESOURCE_PERIOD_MAX_COMPLEXITY enum value to the unresolved/items/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new RESOURCE_PERIOD_MAX_DRIVE_TIME enum value to the unresolved/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new RESOURCE_PERIOD_MAX_DRIVE_TIME enum value to the unresolved/items/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new RESOURCE_PERIOD_MAX_SERVICE_TIME enum value to the unresolved/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new RESOURCE_PERIOD_MAX_SERVICE_TIME enum value to the unresolved/items/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new RESOURCE_PERIOD_MAX_WORK_TIME enum value to the unresolved/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new RESOURCE_PERIOD_MAX_WORK_TIME enum value to the unresolved/items/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new RESOURCE_PERIOD_MIN_COMPLEXITY enum value to the unresolved/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new RESOURCE_PERIOD_MIN_COMPLEXITY enum value to the unresolved/items/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new RESOURCE_PERIOD_MIN_DRIVE_TIME enum value to the unresolved/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new RESOURCE_PERIOD_MIN_DRIVE_TIME enum value to the unresolved/items/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new RESOURCE_PERIOD_MIN_SERVICE_TIME enum value to the unresolved/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new RESOURCE_PERIOD_MIN_SERVICE_TIME enum value to the unresolved/items/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new RESOURCE_PERIOD_MIN_WORK_TIME enum value to the unresolved/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new RESOURCE_PERIOD_MIN_WORK_TIME enum value to the unresolved/items/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new RESOURCE_USAGE enum value to the unresolved/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new RESOURCE_USAGE enum value to the unresolved/items/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new SAME_RESOURCE enum value to the unresolved/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new SAME_RESOURCE enum value to the unresolved/items/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new SAME_TIME enum value to the unresolved/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new SAME_TIME enum value to the unresolved/items/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new SAME_TRIP enum value to the unresolved/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new SAME_TRIP enum value to the unresolved/items/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new SEE_OTHER enum value to the status response property for the response status 400

      response-property-enum-value-added

    • added the new SEE_OTHER enum value to the status response property for the response status 427

      response-property-enum-value-added

    • added the new SEE_OTHER enum value to the status response property for the response status 500

      response-property-enum-value-added

    • added the new SEQUENCE enum value to the unresolved/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new SEQUENCE enum value to the unresolved/items/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new SERVICE_UNAVAILABLE enum value to the status response property for the response status 400

      response-property-enum-value-added

    • added the new SERVICE_UNAVAILABLE enum value to the status response property for the response status 427

      response-property-enum-value-added

    • added the new SERVICE_UNAVAILABLE enum value to the status response property for the response status 500

      response-property-enum-value-added

    • added the new SHIFT_END_CONFLICT enum value to the unresolved/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new SHIFT_END_CONFLICT enum value to the unresolved/items/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new TAG_HARD enum value to the unresolved/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new TAG_HARD enum value to the unresolved/items/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new TAG_SOFT enum value to the unresolved/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new TAG_SOFT enum value to the unresolved/items/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new TEMPORARY_REDIRECT enum value to the status response property for the response status 400

      response-property-enum-value-added

    • added the new TEMPORARY_REDIRECT enum value to the status response property for the response status 427

      response-property-enum-value-added

    • added the new TEMPORARY_REDIRECT enum value to the status response property for the response status 500

      response-property-enum-value-added

    • added the new TIME_WINDOW_CONFLICT enum value to the unresolved/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new TIME_WINDOW_CONFLICT enum value to the unresolved/items/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new TOO_MANY_REQUESTS enum value to the status response property for the response status 400

      response-property-enum-value-added

    • added the new TOO_MANY_REQUESTS enum value to the status response property for the response status 427

      response-property-enum-value-added

    • added the new TOO_MANY_REQUESTS enum value to the status response property for the response status 500

      response-property-enum-value-added

    • added the new TRAVEL_TIME enum value to the unresolved/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new TRAVEL_TIME enum value to the unresolved/items/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new TRIP_CAPACITY enum value to the unresolved/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new TRIP_CAPACITY enum value to the unresolved/items/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new TYPE_REQUIREMENT enum value to the unresolved/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new TYPE_REQUIREMENT enum value to the unresolved/items/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new TYPE_REQUIREMENT_SOFT enum value to the unresolved/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new TYPE_REQUIREMENT_SOFT enum value to the unresolved/items/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new UNAUTHORIZED enum value to the status response property for the response status 400

      response-property-enum-value-added

    • added the new UNAUTHORIZED enum value to the status response property for the response status 427

      response-property-enum-value-added

    • added the new UNAUTHORIZED enum value to the status response property for the response status 500

      response-property-enum-value-added

    • added the new UNAVAILABLE_FOR_LEGAL_REASONS enum value to the status response property for the response status 400

      response-property-enum-value-added

    • added the new UNAVAILABLE_FOR_LEGAL_REASONS enum value to the status response property for the response status 427

      response-property-enum-value-added

    • added the new UNAVAILABLE_FOR_LEGAL_REASONS enum value to the status response property for the response status 500

      response-property-enum-value-added

    • added the new UNSERVED_JOBS enum value to the unresolved/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new UNSERVED_JOBS enum value to the unresolved/items/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new UNSUPPORTED_MEDIA_TYPE enum value to the status response property for the response status 400

      response-property-enum-value-added

    • added the new UNSUPPORTED_MEDIA_TYPE enum value to the status response property for the response status 427

      response-property-enum-value-added

    • added the new UNSUPPORTED_MEDIA_TYPE enum value to the status response property for the response status 500

      response-property-enum-value-added

    • added the new URGENCY enum value to the unresolved/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new URGENCY enum value to the unresolved/items/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new USE_PROXY enum value to the status response property for the response status 400

      response-property-enum-value-added

    • added the new USE_PROXY enum value to the status response property for the response status 427

      response-property-enum-value-added

    • added the new USE_PROXY enum value to the status response property for the response status 500

      response-property-enum-value-added

    • added the new WAIT_TIME enum value to the unresolved/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new WAIT_TIME enum value to the unresolved/items/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new WORKING_TIME enum value to the unresolved/constraint response property for the response status 200

      response-property-enum-value-added

    • added the new WORKING_TIME enum value to the unresolved/items/constraint response property for the response status 200

      response-property-enum-value-added

    • removed OnrouteConstraint from the unresolved/constraint response property allOf list for the response status 200

      response-property-all-of-removed

    • removed OnrouteConstraint from the unresolved/items/constraint response property allOf list for the response status 200

      response-property-all-of-removed

    • removed Status from the status response property allOf list for the response status 400

      response-property-all-of-removed

    • removed Status from the status response property allOf list for the response status 427

      response-property-all-of-removed

    • removed Status from the status response property allOf list for the response status 500

      response-property-all-of-removed

    • added the new RESOURCE_COMPATIBILITY enum value to the unresolved/constraint/allOf[OnrouteConstraint]/ response property for the response status 200

      response-property-enum-value-added

    • added the new RESOURCE_COMPATIBILITY enum value to the unresolved/items/constraint/allOf[OnrouteConstraint]/ response property for the response status 200

      response-property-enum-value-added

    • added the new JOBTYPE_VIOLATION enum value to the unresolved/constraint/allOf[OnrouteConstraint]/ response property for the response status 200

      response-property-enum-value-added

    • added the new JOBTYPE_VIOLATION enum value to the unresolved/items/constraint/allOf[OnrouteConstraint]/ response property for the response status 200

      response-property-enum-value-added