Validate connection and accessibility of the API.
PTV OptiFlow Planning API (1.10.0)
The planning API provides information about plannings and their lifecycle.
You can find out more in our developer portal.
Download OpenAPI description
Overview
Servers
Mock server
https://developer.conundra.eu/_mock/apis/plannings/planning-api
Production Api
https://api.conundra.eu/planning/v1
- Mock serverhttps://developer.conundra.eu/_mock/apis/plannings/planning-api/settings/order-order-restriction-sets
- Production Apihttps://api.conundra.eu/planning/v1/settings/order-order-restriction-sets
OK
Subset of Order-Order Restriction Sets matching the provided query, limited to the limit specified in the request.
The cursor for this page. Not present when the result contains no data.
Example: "c2VsZl9fcGFnZQ"
The cursor for the previous page. Not present when fetching data for the first page.
Example: "cHJldmlvdXNfX3BhZ2U"
Response
application/json
{ "data": [ { … } ], "cursor": { "self": "c2VsZl9fcGFnZQ", "prev": "cHJldmlvdXNfX3BhZ2U", "next": "bmV4dF9fcGFnZQ" } }
Security
clientCredentials
- Mock serverhttps://developer.conundra.eu/_mock/apis/plannings/planning-api/settings/order-order-restriction-sets/{business_id}
- Production Apihttps://api.conundra.eu/planning/v1/settings/order-order-restriction-sets/{business_id}
Response
application/json
{ "business_id": "cb1fb12c-0abc-413c-a69d-63c62566685f", "name": "Ambient goods not with chilled goods", "restrictions": [ { … } ] }
Request
Create or update an order-order restriction set. A unique ID (business_id) is required to identify the order-order restriction set. Calling this endpoint with an existing business_id will update the order-order restriction set.
Security
clientCredentials
The name of the order-order restriction set
Example: "Ambient goods not with chilled goods"
List of order-order restrictions in this set
Type of restriction
Enum"NOT_TOGETHER_IN_VEHICLE_WITH""NOT_LOADED_OR_UNLOADED_WHILE_VEHICLE_CONTAINS""NOT_AFTER""NOT_IMMEDIATELY_AFTER""NOT_BEFORE""NOT_LOADED_WHILE_VEHICLE_CONTAINS""NOT_UNLOADED_WHILE_VEHICLE_CONTAINS"
- Mock serverhttps://developer.conundra.eu/_mock/apis/plannings/planning-api/settings/order-order-restriction-sets/{business_id}
- Production Apihttps://api.conundra.eu/planning/v1/settings/order-order-restriction-sets/{business_id}
Response
No content