Error
A valid request URL is required to generate request examples{
"item": {
"id": "<string>",
"vehicleProfile": {
"type": "fly",
"kmph": 123
},
"workingTimeWindow": {
"begin": "2019-11-15T12:34:56Z",
"end": "2019-11-15T12:34:56Z"
},
"properties": {},
"state": {
"mode": "free",
"assignments": [
{
"stopId": "<string>",
"type": "stop",
"status": "fixed",
"arrivalTime": "2019-11-15T12:34:56Z",
"beginTime": "2019-11-15T12:34:56Z",
"departureTime": "2019-11-15T12:34:56Z"
}
]
},
"cost": {
"workedHours": {
"constantCost": 123,
"costFloor": 123,
"costCoeff": 123,
"overcostFloor": 123,
"overcostCoeff": 123
},
"km": {
"constantCost": 123,
"costFloor": 123,
"costCoeff": 123,
"overcostFloor": 123,
"overcostCoeff": 123
},
"using": 123,
"costsByStopTag": {},
"costsByCapacity": {},
"costPerCapacityPerTravelledKm": {
"weight": {
"costCoeff": 0.2
},
"volume": {
"costCoeff": 0.1
}
},
"costPerCapacityPerTravelledHour": {
"weight": {
"costCoeff": 0.05
}
}
},
"CO2EmissionCalculation": {
"km": {
"costCoeff": 0.55
},
"costPerCapacityPerTravelledKm": {
"weight": {
"costCoeff": 0.2
}
},
"costPerCapacityPerTravelledHour": {
"weight": {
"costCoeff": 0.05
}
}
},
"priority": 0,
"skills": [
"forklift",
"truck"
],
"preferredStopTags": [
"access:parking33",
"capa:bat22",
"setup:france"
],
"tags": [
"trailer"
],
"capacities": {
"volume": 9.5,
"weight": 2200,
"nbPackages": 23
},
"departure": {
"lon": 2.3269331,
"lat": 48.8812658
},
"arrival": {
"lon": 2.3269331,
"lat": 48.8812658
},
"maxWorkingDuration": "PT4M",
"maxDistanceInKm": 123,
"maxInterStopDistanceInKm": 50,
"maxInterStopDuration": "PT4M",
"breaks": [
{
"duration": "PT4M",
"timeWindow": {
"begin": "2019-11-15T12:34:56Z",
"end": "2019-11-15T12:34:56Z"
},
"type": "timeWindowBreak"
}
],
"operationDurationPolicies": [
{
"stopTags": [
"access:parking33",
"capa:bat22",
"setup:france"
]
}
],
"travelTimeCoefficient": 1.05,
"emptyThresholdByCapacity": {
"volume": 50,
"weight": 100,
"nbPackages": 23
},
"avoidEarlyLoadings": [
{
"stopTag": "depot1",
"capacities": [
"weight",
"volume"
]
}
]
},
"agencyId": "LND_Agency-42",
"planId": "plan-AB",
"planVersion": 42
}{
"errors": [
{
"code": "<string>",
"message": "<string>",
"properties": {}
}
]
}{
"errors": [
{
"code": "<string>",
"message": "<string>",
"properties": {}
}
]
}{
"errors": [
{
"code": "<string>",
"message": "<string>",
"properties": {}
}
]
}{
"errors": [
{
"code": "<string>",
"message": "<string>",
"properties": {}
}
]
}Resource
Retrieve a plan's resource
GET
/
agencies
/
{agencyId}
/
plans
/
{planId}
/
resources
/
{resourceId}
Error
A valid request URL is required to generate request examples{
"item": {
"id": "<string>",
"vehicleProfile": {
"type": "fly",
"kmph": 123
},
"workingTimeWindow": {
"begin": "2019-11-15T12:34:56Z",
"end": "2019-11-15T12:34:56Z"
},
"properties": {},
"state": {
"mode": "free",
"assignments": [
{
"stopId": "<string>",
"type": "stop",
"status": "fixed",
"arrivalTime": "2019-11-15T12:34:56Z",
"beginTime": "2019-11-15T12:34:56Z",
"departureTime": "2019-11-15T12:34:56Z"
}
]
},
"cost": {
"workedHours": {
"constantCost": 123,
"costFloor": 123,
"costCoeff": 123,
"overcostFloor": 123,
"overcostCoeff": 123
},
"km": {
"constantCost": 123,
"costFloor": 123,
"costCoeff": 123,
"overcostFloor": 123,
"overcostCoeff": 123
},
"using": 123,
"costsByStopTag": {},
"costsByCapacity": {},
"costPerCapacityPerTravelledKm": {
"weight": {
"costCoeff": 0.2
},
"volume": {
"costCoeff": 0.1
}
},
"costPerCapacityPerTravelledHour": {
"weight": {
"costCoeff": 0.05
}
}
},
"CO2EmissionCalculation": {
"km": {
"costCoeff": 0.55
},
"costPerCapacityPerTravelledKm": {
"weight": {
"costCoeff": 0.2
}
},
"costPerCapacityPerTravelledHour": {
"weight": {
"costCoeff": 0.05
}
}
},
"priority": 0,
"skills": [
"forklift",
"truck"
],
"preferredStopTags": [
"access:parking33",
"capa:bat22",
"setup:france"
],
"tags": [
"trailer"
],
"capacities": {
"volume": 9.5,
"weight": 2200,
"nbPackages": 23
},
"departure": {
"lon": 2.3269331,
"lat": 48.8812658
},
"arrival": {
"lon": 2.3269331,
"lat": 48.8812658
},
"maxWorkingDuration": "PT4M",
"maxDistanceInKm": 123,
"maxInterStopDistanceInKm": 50,
"maxInterStopDuration": "PT4M",
"breaks": [
{
"duration": "PT4M",
"timeWindow": {
"begin": "2019-11-15T12:34:56Z",
"end": "2019-11-15T12:34:56Z"
},
"type": "timeWindowBreak"
}
],
"operationDurationPolicies": [
{
"stopTags": [
"access:parking33",
"capa:bat22",
"setup:france"
]
}
],
"travelTimeCoefficient": 1.05,
"emptyThresholdByCapacity": {
"volume": 50,
"weight": 100,
"nbPackages": 23
},
"avoidEarlyLoadings": [
{
"stopTag": "depot1",
"capacities": [
"weight",
"volume"
]
}
]
},
"agencyId": "LND_Agency-42",
"planId": "plan-AB",
"planVersion": 42
}{
"errors": [
{
"code": "<string>",
"message": "<string>",
"properties": {}
}
]
}{
"errors": [
{
"code": "<string>",
"message": "<string>",
"properties": {}
}
]
}{
"errors": [
{
"code": "<string>",
"message": "<string>",
"properties": {}
}
]
}{
"errors": [
{
"code": "<string>",
"message": "<string>",
"properties": {}
}
]
}Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The agency id.
Pattern:
^[A-Z]{3,6}_[a-zA-Z0-9-._~:@!$,]+$Example:
"LND_Agency-42"
The plan id. At least one character among those allowed: unaccented alpha-numeric characters, "-", ".", "_", "~", ":", "@", "!", "$", ",".
Pattern:
^[a-zA-Z0-9-._~:@!$,]+$The resource id. At least one character among those allowed: unaccented alpha-numeric characters, "-", ".", "_", "~", ":", "@", "!", "$", ",".
Pattern:
^[a-zA-Z0-9-._~:@!$,]+$Response
Resource response.
[TO_VALIDATE] Description pending review by a Kardinal engineer.
[TO_VALIDATE] Description pending review by a Kardinal engineer.
Show child attributes
Show child attributes
The agency id.
Pattern:
^[A-Z]{3,6}_[a-zA-Z0-9-._~:@!$,]+$Example:
"LND_Agency-42"
The plan id.
Pattern:
^[a-zA-Z0-9-._~:@!$,]+$Example:
"plan-AB"
The plan version.
Required range:
x >= 1Example:
42
⌘I