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
Request
Create or update a depot set. A unique ID (business_id) is required to identify the depot set. Calling this endpoint with an existing business_id will update the depot set.
Security
clientCredentials
List of depots in this set
Identifier of a depot unique within the set
Address information for the depot. When geo_point is provided, address fields (address_line, city, zip_code, country_code) are optional. When geo_point is omitted, address fields must be provided so that the address can be geo-coded.
The part of the address that includes the street name, house number, bus number etc. Required when omitting geo_point.
Example: "Voordries 41"
- Mock serverhttps://developer.conundra.eu/_mock/apis/plannings/planning-api/locations/depot-sets/{business_id}
- Production Apihttps://api.conundra.eu/planning/v1/locations/depot-sets/{business_id}
Response
No content- Mock serverhttps://developer.conundra.eu/_mock/apis/plannings/planning-api/locations/depot-sets/{business_id}
- Production Apihttps://api.conundra.eu/planning/v1/locations/depot-sets/{business_id}