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.
- 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}
OK
The unique identifier for the depot set.
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.
{ "business_id": "cb1fb12c-0abc-413c-a69d-63c62566685f", "name": "Belgian Depots", "depots": [ { … } ] }
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.
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.
- 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}
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}