Order Book provides ready-to-run domain-specific logistic data governance for your route optimization.
- [EXPERIMENTAL] Get PartialRoute
Conundra Order Book API (1.6.1)
Locations
Locations can be managed separately in Order Book, which allows the user to capture their related business rules in a reusable manner. This is especially valuable in business cases where a select set of Locations is reused across many orders.
Typical use cases include capturing regular opening hours or requirements tied to a specific Location.
The (optional) plan group this PartialRoute belong to. Plan Groups can be used for filtering the data included in a logistical optimization.
The (optional) route group this PartialRoute belongs to. All PartialRoutes within a same_route_group must share the same executor, ie: they will belong to the same route.
The requirements that need to be fulfilled for this PartialRoute to be considered feasible for an executor in a logistical optimization.
Labels can be used for identifying sets of PartialRoutes, or Orders within these PartialRoutes.
A Stop has a specific location where one or more pickups or deliveries need to be made, taking into account the timings for a stop.
Either address information should be present, or otherwise the geo point. The resolved information will be read-only and be filled out after resolving.
An ISO3166-1 alpha-2 two letter country code.
Required when no geo point is provided.
The planned time of arrival at the Stop
The stop time for this Stop.
Must be specified as a valid ISO Duration (see wikipedia ISO-8601 and RFC-3339). Must be non negative.
- Mock serverhttps://developer.conundra.eu/_mock/apis/order-book/order-book-api/preplanned/partial-routes/{business_id}
- Order Book API Productionhttps://api.conundra.eu/orderbook/v1/preplanned/partial-routes/{business_id}
PartialRoute created or updated, when the Prefer header was set to return=representation.
to indicate whether a preference has been applied. (ex Preference-Applied: return=representation)
Unique identifier for this PartialRoute.
The (optional) plan group this PartialRoute belong to. Plan Groups can be used for filtering the data included in a logistical optimization.
The (optional) route group this PartialRoute belongs to. All PartialRoutes within a same_route_group must share the same executor, ie: they will belong to the same route.
The requirements that need to be fulfilled for this PartialRoute to be considered feasible for an executor in a logistical optimization.
Labels can be used for identifying sets of PartialRoutes, or Orders within these PartialRoutes.
A Stop has a specific location where one or more pickups or deliveries need to be made, taking into account the timings for a stop.
Either address information should be present, or otherwise the geo point. The resolved information will be read-only and be filled out after resolving.
An ISO3166-1 alpha-2 two letter country code.
Required when no geo point is provided.
The geo point identifying this location. If this is provided, all textual address information is optional.
The planned time of arrival at the Stop
The stop time for this Stop.
Must be specified as a valid ISO Duration (see wikipedia ISO-8601 and RFC-3339). Must be non negative.
{ "business_id": "PPT-1", "plan_group": "a plan group", "same_route_group": "route-group-01", "requirements": { "tags": [], "forbidden_tags": [] }, "labels": [], "stops": [ { … } ], "breaks": [] }
- Mock serverhttps://developer.conundra.eu/_mock/apis/order-book/order-book-api/preplanned/partial-routes/{business_id}
- Order Book API Productionhttps://api.conundra.eu/orderbook/v1/preplanned/partial-routes/{business_id}
OK
Unique identifier for this PartialRoute.
The (optional) plan group this PartialRoute belong to. Plan Groups can be used for filtering the data included in a logistical optimization.
The (optional) route group this PartialRoute belongs to. All PartialRoutes within a same_route_group must share the same executor, ie: they will belong to the same route.
The requirements that need to be fulfilled for this PartialRoute to be considered feasible for an executor in a logistical optimization.
Labels can be used for identifying sets of PartialRoutes, or Orders within these PartialRoutes.
A Stop has a specific location where one or more pickups or deliveries need to be made, taking into account the timings for a stop.
Either address information should be present, or otherwise the geo point. The resolved information will be read-only and be filled out after resolving.
An ISO3166-1 alpha-2 two letter country code.
Required when no geo point is provided.
The geo point identifying this location. If this is provided, all textual address information is optional.
The planned time of arrival at the Stop
The stop time for this Stop.
Must be specified as a valid ISO Duration (see wikipedia ISO-8601 and RFC-3339). Must be non negative.
{ "business_id": "PPT-1", "plan_group": "a plan group", "same_route_group": "route-group-01", "requirements": { "tags": [], "forbidden_tags": [] }, "labels": [], "stops": [ { … } ], "breaks": [] }
- Mock serverhttps://developer.conundra.eu/_mock/apis/order-book/order-book-api/preplanned/partial-routes/{business_id}
- Order Book API Productionhttps://api.conundra.eu/orderbook/v1/preplanned/partial-routes/{business_id}