Explanation
Contains the explanation, once solved.
Path parameters
Response
Status
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_SEQUENCEenum value to theunresolved/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
GROUP_SEQUENCEenum value to theunresolved/items/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
JOB_PROXIMITYenum value to theunresolved/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
JOB_PROXIMITYenum value to theunresolved/items/constraintresponse property for the response status200response-property-enum-value-added
- ●
- ▲
the
conflictsresponse's property type/format changed fromobject/toarraynullobject/for status200response-property-type-changed
- ▲
the
unresolvedresponse's property type/format changed fromobject/toarraynullobject/for status200response-property-type-changed
- ●
added the new
ACCEPTEDenum value to thestatusresponse property for the response status400response-property-enum-value-added
- ●
added the new
ACCEPTEDenum value to thestatusresponse property for the response status427response-property-enum-value-added
- ●
added the new
ACCEPTEDenum value to thestatusresponse property for the response status500response-property-enum-value-added
- ●
added the new
ALLOWED_RESOURCESenum value to theunresolved/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
ALLOWED_RESOURCESenum value to theunresolved/items/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
BAD_GATEWAYenum value to thestatusresponse property for the response status400response-property-enum-value-added
- ●
added the new
BAD_GATEWAYenum value to thestatusresponse property for the response status427response-property-enum-value-added
- ●
added the new
BAD_GATEWAYenum value to thestatusresponse property for the response status500response-property-enum-value-added
- ●
added the new
BAD_REQUESTenum value to thestatusresponse property for the response status400response-property-enum-value-added
- ●
added the new
BAD_REQUESTenum value to thestatusresponse property for the response status427response-property-enum-value-added
- ●
added the new
BAD_REQUESTenum value to thestatusresponse property for the response status500response-property-enum-value-added
- ●
added the new
CONFLICTenum value to thestatusresponse property for the response status400response-property-enum-value-added
- ●
added the new
CONFLICTenum value to thestatusresponse property for the response status427response-property-enum-value-added
- ●
added the new
CONFLICTenum value to thestatusresponse property for the response status500response-property-enum-value-added
- ●
added the new
CREATEDenum value to thestatusresponse property for the response status400response-property-enum-value-added
- ●
added the new
CREATEDenum value to thestatusresponse property for the response status427response-property-enum-value-added
- ●
added the new
CREATEDenum value to thestatusresponse property for the response status500response-property-enum-value-added
- ●
added the new
DATE_TIME_WINDOW_CONFLICTenum value to theunresolved/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
DATE_TIME_WINDOW_CONFLICTenum value to theunresolved/items/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
DATE_TIME_WINDOW_CONFLICT_SOFTenum value to theunresolved/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
DATE_TIME_WINDOW_CONFLICT_SOFTenum value to theunresolved/items/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
DELIVERY_BEFORE_PICKUPenum value to theunresolved/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
DELIVERY_BEFORE_PICKUPenum value to theunresolved/items/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
DELIVERY_NOT_ON_SAME_VEHICLEenum value to theunresolved/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
DELIVERY_NOT_ON_SAME_VEHICLEenum value to theunresolved/items/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
DIRECT_SEQUENCEenum value to theunresolved/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
DIRECT_SEQUENCEenum value to theunresolved/items/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
DISALLOWED_RESOURCESenum value to theunresolved/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
DISALLOWED_RESOURCESenum value to theunresolved/items/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
DRIVE_TIMEenum value to theunresolved/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
DRIVE_TIMEenum value to theunresolved/items/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
END_LOCATION_TRAVEL_TIMEenum value to theunresolved/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
END_LOCATION_TRAVEL_TIMEenum value to theunresolved/items/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
EXPECTATION_FAILEDenum value to thestatusresponse property for the response status400response-property-enum-value-added
- ●
added the new
EXPECTATION_FAILEDenum value to thestatusresponse property for the response status427response-property-enum-value-added
- ●
added the new
EXPECTATION_FAILEDenum value to thestatusresponse property for the response status500response-property-enum-value-added
- ●
added the new
FAIR_COMPLEXITY_PER_RESOURCEenum value to theunresolved/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
FAIR_COMPLEXITY_PER_RESOURCEenum value to theunresolved/items/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
FAIR_COMPLEXITY_PER_TRIPenum value to theunresolved/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
FAIR_COMPLEXITY_PER_TRIPenum value to theunresolved/items/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
FAIR_TOTAL_WORKenum value to theunresolved/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
FAIR_TOTAL_WORKenum value to theunresolved/items/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
FAIR_WORKenum value to theunresolved/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
FAIR_WORKenum value to theunresolved/items/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
FORBIDDENenum value to thestatusresponse property for the response status400response-property-enum-value-added
- ●
added the new
FORBIDDENenum value to thestatusresponse property for the response status427response-property-enum-value-added
- ●
added the new
FORBIDDENenum value to thestatusresponse property for the response status500response-property-enum-value-added
- ●
added the new
FOUNDenum value to thestatusresponse property for the response status400response-property-enum-value-added
- ●
added the new
FOUNDenum value to thestatusresponse property for the response status427response-property-enum-value-added
- ●
added the new
FOUNDenum value to thestatusresponse property for the response status500response-property-enum-value-added
- ●
added the new
GATEWAY_TIMEOUTenum value to thestatusresponse property for the response status400response-property-enum-value-added
- ●
added the new
GATEWAY_TIMEOUTenum value to thestatusresponse property for the response status427response-property-enum-value-added
- ●
added the new
GATEWAY_TIMEOUTenum value to thestatusresponse property for the response status500response-property-enum-value-added
- ●
added the new
GONEenum value to thestatusresponse property for the response status400response-property-enum-value-added
- ●
added the new
GONEenum value to thestatusresponse property for the response status427response-property-enum-value-added
- ●
added the new
GONEenum value to thestatusresponse property for the response status500response-property-enum-value-added
- ●
added the new
HARD_JOBSenum value to theunresolved/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
HARD_JOBSenum value to theunresolved/items/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
HOURLY_COSTenum value to theunresolved/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
HOURLY_COSTenum value to theunresolved/items/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
HTTP_VERSION_NOT_SUPPORTEDenum value to thestatusresponse property for the response status400response-property-enum-value-added
- ●
added the new
HTTP_VERSION_NOT_SUPPORTEDenum value to thestatusresponse property for the response status427response-property-enum-value-added
- ●
added the new
HTTP_VERSION_NOT_SUPPORTEDenum value to thestatusresponse property for the response status500response-property-enum-value-added
- ●
added the new
INTERNAL_SERVER_ERRORenum value to thestatusresponse property for the response status400response-property-enum-value-added
- ●
added the new
INTERNAL_SERVER_ERRORenum value to thestatusresponse property for the response status427response-property-enum-value-added
- ●
added the new
INTERNAL_SERVER_ERRORenum value to thestatusresponse property for the response status500response-property-enum-value-added
- ●
added the new
JOBTYPE_VIOLATIONenum value to theunresolved/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
JOBTYPE_VIOLATIONenum value to theunresolved/items/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
JOB_DAY_INDEXenum value to theunresolved/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
JOB_DAY_INDEXenum value to theunresolved/items/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
JOB_PRECEDENCEenum value to theunresolved/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
JOB_PRECEDENCEenum value to theunresolved/items/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
LENGTH_REQUIREDenum value to thestatusresponse property for the response status400response-property-enum-value-added
- ●
added the new
LENGTH_REQUIREDenum value to thestatusresponse property for the response status427response-property-enum-value-added
- ●
added the new
LENGTH_REQUIREDenum value to thestatusresponse property for the response status500response-property-enum-value-added
- ●
added the new
LINKED_JOB_CONFLICTenum value to theunresolved/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
LINKED_JOB_CONFLICTenum value to theunresolved/items/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
MAX_DRIVE_TIMEenum value to theunresolved/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
MAX_DRIVE_TIMEenum value to theunresolved/items/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
MAX_DRIVE_TIME_JOBenum value to theunresolved/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
MAX_DRIVE_TIME_JOBenum value to theunresolved/items/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
METHOD_NOT_ALLOWEDenum value to thestatusresponse property for the response status400response-property-enum-value-added
- ●
added the new
METHOD_NOT_ALLOWEDenum value to thestatusresponse property for the response status427response-property-enum-value-added
- ●
added the new
METHOD_NOT_ALLOWEDenum value to thestatusresponse property for the response status500response-property-enum-value-added
- ●
added the new
MINIMISE_TRIP_USAGEenum value to theunresolved/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
MINIMISE_TRIP_USAGEenum value to theunresolved/items/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
MOVED_PERMANENTLYenum value to thestatusresponse property for the response status400response-property-enum-value-added
- ●
added the new
MOVED_PERMANENTLYenum value to thestatusresponse property for the response status427response-property-enum-value-added
- ●
added the new
MOVED_PERMANENTLYenum value to thestatusresponse property for the response status500response-property-enum-value-added
- ●
added the new
MULTIPLE_CHOICESenum value to thestatusresponse property for the response status400response-property-enum-value-added
- ●
added the new
MULTIPLE_CHOICESenum value to thestatusresponse property for the response status427response-property-enum-value-added
- ●
added the new
MULTIPLE_CHOICESenum value to thestatusresponse property for the response status500response-property-enum-value-added
- ●
added the new
NEIGHBORenum value to theunresolved/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
NEIGHBORenum value to theunresolved/items/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
NETWORK_AUTHENTICATION_REQUIREDenum value to thestatusresponse property for the response status400response-property-enum-value-added
- ●
added the new
NETWORK_AUTHENTICATION_REQUIREDenum value to thestatusresponse property for the response status427response-property-enum-value-added
- ●
added the new
NETWORK_AUTHENTICATION_REQUIREDenum value to thestatusresponse property for the response status500response-property-enum-value-added
- ●
added the new
NOT_ACCEPTABLEenum value to thestatusresponse property for the response status400response-property-enum-value-added
- ●
added the new
NOT_ACCEPTABLEenum value to thestatusresponse property for the response status427response-property-enum-value-added
- ●
added the new
NOT_ACCEPTABLEenum value to thestatusresponse property for the response status500response-property-enum-value-added
- ●
added the new
NOT_FOUNDenum value to thestatusresponse property for the response status400response-property-enum-value-added
- ●
added the new
NOT_FOUNDenum value to thestatusresponse property for the response status427response-property-enum-value-added
- ●
added the new
NOT_FOUNDenum value to thestatusresponse property for the response status500response-property-enum-value-added
- ●
added the new
NOT_IMPLEMENTEDenum value to thestatusresponse property for the response status400response-property-enum-value-added
- ●
added the new
NOT_IMPLEMENTEDenum value to thestatusresponse property for the response status427response-property-enum-value-added
- ●
added the new
NOT_IMPLEMENTEDenum value to thestatusresponse property for the response status500response-property-enum-value-added
- ●
added the new
NOT_MODIFIEDenum value to thestatusresponse property for the response status400response-property-enum-value-added
- ●
added the new
NOT_MODIFIEDenum value to thestatusresponse property for the response status427response-property-enum-value-added
- ●
added the new
NOT_MODIFIEDenum value to thestatusresponse property for the response status500response-property-enum-value-added
- ●
added the new
NO_CONTENTenum value to thestatusresponse property for the response status400response-property-enum-value-added
- ●
added the new
NO_CONTENTenum value to thestatusresponse property for the response status427response-property-enum-value-added
- ●
added the new
NO_CONTENTenum value to thestatusresponse property for the response status500response-property-enum-value-added
- ●
added the new
OKenum value to thestatusresponse property for the response status400response-property-enum-value-added
- ●
added the new
OKenum value to thestatusresponse property for the response status427response-property-enum-value-added
- ●
added the new
OKenum value to thestatusresponse property for the response status500response-property-enum-value-added
- ●
added the new
OPEN_DAYSenum value to theunresolved/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
OPEN_DAYSenum value to theunresolved/items/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
OVERTIME_END_CONFLICTenum value to theunresolved/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
OVERTIME_END_CONFLICTenum value to theunresolved/items/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
PARTIAL_CONTENTenum value to thestatusresponse property for the response status400response-property-enum-value-added
- ●
added the new
PARTIAL_CONTENTenum value to thestatusresponse property for the response status427response-property-enum-value-added
- ●
added the new
PARTIAL_CONTENTenum value to thestatusresponse property for the response status500response-property-enum-value-added
- ●
added the new
PAYMENT_REQUIREDenum value to thestatusresponse property for the response status400response-property-enum-value-added
- ●
added the new
PAYMENT_REQUIREDenum value to thestatusresponse property for the response status427response-property-enum-value-added
- ●
added the new
PAYMENT_REQUIREDenum value to thestatusresponse property for the response status500response-property-enum-value-added
- ●
added the new
PERMANENT_REDIRECTenum value to thestatusresponse property for the response status400response-property-enum-value-added
- ●
added the new
PERMANENT_REDIRECTenum value to thestatusresponse property for the response status427response-property-enum-value-added
- ●
added the new
PERMANENT_REDIRECTenum value to thestatusresponse property for the response status500response-property-enum-value-added
- ●
added the new
PLANNED_ARRIVALenum value to theunresolved/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLANNED_ARRIVALenum value to theunresolved/items/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLANNED_DATEenum value to theunresolved/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLANNED_DATEenum value to theunresolved/items/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLANNED_RESOURCEenum value to theunresolved/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLANNED_RESOURCEenum value to theunresolved/items/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
PRECONDITION_FAILEDenum value to thestatusresponse property for the response status400response-property-enum-value-added
- ●
added the new
PRECONDITION_FAILEDenum value to thestatusresponse property for the response status427response-property-enum-value-added
- ●
added the new
PRECONDITION_FAILEDenum value to thestatusresponse property for the response status500response-property-enum-value-added
- ●
added the new
PRECONDITION_REQUIREDenum value to thestatusresponse property for the response status400response-property-enum-value-added
- ●
added the new
PRECONDITION_REQUIREDenum value to thestatusresponse property for the response status427response-property-enum-value-added
- ●
added the new
PRECONDITION_REQUIREDenum value to thestatusresponse property for the response status500response-property-enum-value-added
- ●
added the new
PREFERRED_RESOURCE_CONFLICTenum value to theunresolved/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
PREFERRED_RESOURCE_CONFLICTenum value to theunresolved/items/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
PROXY_AUTHENTICATION_REQUIREDenum value to thestatusresponse property for the response status400response-property-enum-value-added
- ●
added the new
PROXY_AUTHENTICATION_REQUIREDenum value to thestatusresponse property for the response status427response-property-enum-value-added
- ●
added the new
PROXY_AUTHENTICATION_REQUIREDenum value to thestatusresponse property for the response status500response-property-enum-value-added
- ●
added the new
RANKING_SOFTenum value to theunresolved/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
RANKING_SOFTenum value to theunresolved/items/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
REGION_TIMEenum value to theunresolved/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
REGION_TIMEenum value to theunresolved/items/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
REQUESTED_RANGE_NOT_SATISFIABLEenum value to thestatusresponse property for the response status400response-property-enum-value-added
- ●
added the new
REQUESTED_RANGE_NOT_SATISFIABLEenum value to thestatusresponse property for the response status427response-property-enum-value-added
- ●
added the new
REQUESTED_RANGE_NOT_SATISFIABLEenum value to thestatusresponse property for the response status500response-property-enum-value-added
- ●
added the new
REQUEST_ENTITY_TOO_LARGEenum value to thestatusresponse property for the response status400response-property-enum-value-added
- ●
added the new
REQUEST_ENTITY_TOO_LARGEenum value to thestatusresponse property for the response status427response-property-enum-value-added
- ●
added the new
REQUEST_ENTITY_TOO_LARGEenum value to thestatusresponse property for the response status500response-property-enum-value-added
- ●
added the new
REQUEST_HEADER_FIELDS_TOO_LARGEenum value to thestatusresponse property for the response status400response-property-enum-value-added
- ●
added the new
REQUEST_HEADER_FIELDS_TOO_LARGEenum value to thestatusresponse property for the response status427response-property-enum-value-added
- ●
added the new
REQUEST_HEADER_FIELDS_TOO_LARGEenum value to thestatusresponse property for the response status500response-property-enum-value-added
- ●
added the new
REQUEST_TIMEOUTenum value to thestatusresponse property for the response status400response-property-enum-value-added
- ●
added the new
REQUEST_TIMEOUTenum value to thestatusresponse property for the response status427response-property-enum-value-added
- ●
added the new
REQUEST_TIMEOUTenum value to thestatusresponse property for the response status500response-property-enum-value-added
- ●
added the new
REQUEST_URI_TOO_LONGenum value to thestatusresponse property for the response status400response-property-enum-value-added
- ●
added the new
REQUEST_URI_TOO_LONGenum value to thestatusresponse property for the response status427response-property-enum-value-added
- ●
added the new
REQUEST_URI_TOO_LONGenum value to thestatusresponse property for the response status500response-property-enum-value-added
- ●
added the new
RESET_CONTENTenum value to thestatusresponse property for the response status400response-property-enum-value-added
- ●
added the new
RESET_CONTENTenum value to thestatusresponse property for the response status427response-property-enum-value-added
- ●
added the new
RESET_CONTENTenum value to thestatusresponse property for the response status500response-property-enum-value-added
- ●
added the new
RESOURCE_ACTIVATIONenum value to theunresolved/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
RESOURCE_ACTIVATIONenum value to theunresolved/items/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
RESOURCE_CAPACITYenum value to theunresolved/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
RESOURCE_CAPACITYenum value to theunresolved/items/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
RESOURCE_CAPACITY2enum value to theunresolved/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
RESOURCE_CAPACITY2enum value to theunresolved/items/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
RESOURCE_COMPATIBILITYenum value to theunresolved/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
RESOURCE_COMPATIBILITYenum value to theunresolved/items/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
RESOURCE_PERIOD_MAX_COMPLEXITYenum value to theunresolved/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
RESOURCE_PERIOD_MAX_COMPLEXITYenum value to theunresolved/items/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
RESOURCE_PERIOD_MAX_DRIVE_TIMEenum value to theunresolved/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
RESOURCE_PERIOD_MAX_DRIVE_TIMEenum value to theunresolved/items/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
RESOURCE_PERIOD_MAX_SERVICE_TIMEenum value to theunresolved/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
RESOURCE_PERIOD_MAX_SERVICE_TIMEenum value to theunresolved/items/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
RESOURCE_PERIOD_MAX_WORK_TIMEenum value to theunresolved/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
RESOURCE_PERIOD_MAX_WORK_TIMEenum value to theunresolved/items/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
RESOURCE_PERIOD_MIN_COMPLEXITYenum value to theunresolved/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
RESOURCE_PERIOD_MIN_COMPLEXITYenum value to theunresolved/items/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
RESOURCE_PERIOD_MIN_DRIVE_TIMEenum value to theunresolved/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
RESOURCE_PERIOD_MIN_DRIVE_TIMEenum value to theunresolved/items/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
RESOURCE_PERIOD_MIN_SERVICE_TIMEenum value to theunresolved/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
RESOURCE_PERIOD_MIN_SERVICE_TIMEenum value to theunresolved/items/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
RESOURCE_PERIOD_MIN_WORK_TIMEenum value to theunresolved/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
RESOURCE_PERIOD_MIN_WORK_TIMEenum value to theunresolved/items/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
RESOURCE_USAGEenum value to theunresolved/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
RESOURCE_USAGEenum value to theunresolved/items/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
SAME_RESOURCEenum value to theunresolved/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
SAME_RESOURCEenum value to theunresolved/items/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
SAME_TIMEenum value to theunresolved/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
SAME_TIMEenum value to theunresolved/items/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
SAME_TRIPenum value to theunresolved/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
SAME_TRIPenum value to theunresolved/items/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
SEE_OTHERenum value to thestatusresponse property for the response status400response-property-enum-value-added
- ●
added the new
SEE_OTHERenum value to thestatusresponse property for the response status427response-property-enum-value-added
- ●
added the new
SEE_OTHERenum value to thestatusresponse property for the response status500response-property-enum-value-added
- ●
added the new
SEQUENCEenum value to theunresolved/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
SEQUENCEenum value to theunresolved/items/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
SERVICE_UNAVAILABLEenum value to thestatusresponse property for the response status400response-property-enum-value-added
- ●
added the new
SERVICE_UNAVAILABLEenum value to thestatusresponse property for the response status427response-property-enum-value-added
- ●
added the new
SERVICE_UNAVAILABLEenum value to thestatusresponse property for the response status500response-property-enum-value-added
- ●
added the new
SHIFT_END_CONFLICTenum value to theunresolved/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
SHIFT_END_CONFLICTenum value to theunresolved/items/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
TAG_HARDenum value to theunresolved/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
TAG_HARDenum value to theunresolved/items/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
TAG_SOFTenum value to theunresolved/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
TAG_SOFTenum value to theunresolved/items/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
TEMPORARY_REDIRECTenum value to thestatusresponse property for the response status400response-property-enum-value-added
- ●
added the new
TEMPORARY_REDIRECTenum value to thestatusresponse property for the response status427response-property-enum-value-added
- ●
added the new
TEMPORARY_REDIRECTenum value to thestatusresponse property for the response status500response-property-enum-value-added
- ●
added the new
TIME_WINDOW_CONFLICTenum value to theunresolved/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
TIME_WINDOW_CONFLICTenum value to theunresolved/items/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
TOO_MANY_REQUESTSenum value to thestatusresponse property for the response status400response-property-enum-value-added
- ●
added the new
TOO_MANY_REQUESTSenum value to thestatusresponse property for the response status427response-property-enum-value-added
- ●
added the new
TOO_MANY_REQUESTSenum value to thestatusresponse property for the response status500response-property-enum-value-added
- ●
added the new
TRAVEL_TIMEenum value to theunresolved/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
TRAVEL_TIMEenum value to theunresolved/items/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
TRIP_CAPACITYenum value to theunresolved/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
TRIP_CAPACITYenum value to theunresolved/items/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
TYPE_REQUIREMENTenum value to theunresolved/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
TYPE_REQUIREMENTenum value to theunresolved/items/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
TYPE_REQUIREMENT_SOFTenum value to theunresolved/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
TYPE_REQUIREMENT_SOFTenum value to theunresolved/items/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
UNAUTHORIZEDenum value to thestatusresponse property for the response status400response-property-enum-value-added
- ●
added the new
UNAUTHORIZEDenum value to thestatusresponse property for the response status427response-property-enum-value-added
- ●
added the new
UNAUTHORIZEDenum value to thestatusresponse property for the response status500response-property-enum-value-added
- ●
added the new
UNAVAILABLE_FOR_LEGAL_REASONSenum value to thestatusresponse property for the response status400response-property-enum-value-added
- ●
added the new
UNAVAILABLE_FOR_LEGAL_REASONSenum value to thestatusresponse property for the response status427response-property-enum-value-added
- ●
added the new
UNAVAILABLE_FOR_LEGAL_REASONSenum value to thestatusresponse property for the response status500response-property-enum-value-added
- ●
added the new
UNSERVED_JOBSenum value to theunresolved/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
UNSERVED_JOBSenum value to theunresolved/items/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
UNSUPPORTED_MEDIA_TYPEenum value to thestatusresponse property for the response status400response-property-enum-value-added
- ●
added the new
UNSUPPORTED_MEDIA_TYPEenum value to thestatusresponse property for the response status427response-property-enum-value-added
- ●
added the new
UNSUPPORTED_MEDIA_TYPEenum value to thestatusresponse property for the response status500response-property-enum-value-added
- ●
added the new
URGENCYenum value to theunresolved/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
URGENCYenum value to theunresolved/items/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
USE_PROXYenum value to thestatusresponse property for the response status400response-property-enum-value-added
- ●
added the new
USE_PROXYenum value to thestatusresponse property for the response status427response-property-enum-value-added
- ●
added the new
USE_PROXYenum value to thestatusresponse property for the response status500response-property-enum-value-added
- ●
added the new
WAIT_TIMEenum value to theunresolved/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
WAIT_TIMEenum value to theunresolved/items/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
WORKING_TIMEenum value to theunresolved/constraintresponse property for the response status200response-property-enum-value-added
- ●
added the new
WORKING_TIMEenum value to theunresolved/items/constraintresponse property for the response status200response-property-enum-value-added
- ○
removed
OnrouteConstraintfrom theunresolved/constraintresponse propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
OnrouteConstraintfrom theunresolved/items/constraintresponse propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
Statusfrom thestatusresponse propertyallOflist for the response status400response-property-all-of-removed
- ○
removed
Statusfrom thestatusresponse propertyallOflist for the response status427response-property-all-of-removed
- ○
removed
Statusfrom thestatusresponse propertyallOflist for the response status500response-property-all-of-removed
- ▲
- ●
added the new
RESOURCE_COMPATIBILITYenum value to theunresolved/constraint/allOf[OnrouteConstraint]/response property for the response status200response-property-enum-value-added
- ●
added the new
RESOURCE_COMPATIBILITYenum value to theunresolved/items/constraint/allOf[OnrouteConstraint]/response property for the response status200response-property-enum-value-added
- ●
- ●
added the new
JOBTYPE_VIOLATIONenum value to theunresolved/constraint/allOf[OnrouteConstraint]/response property for the response status200response-property-enum-value-added
- ●
added the new
JOBTYPE_VIOLATIONenum value to theunresolved/items/constraint/allOf[OnrouteConstraint]/response property for the response status200response-property-enum-value-added
- ●