Validate connection and accessibility of the API.
/
Get plan profile
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/plan-profiles
- Production Apihttps://api.conundra.eu/planning/v1/plan-profiles
Response
application/json
{ "data": [ { … } ], "cursors": { "next": "bmV4dF9fcGFnZQ" } }
- Mock serverhttps://developer.conundra.eu/_mock/apis/plannings/planning-api/plan-profiles/{business_id}
- Production Apihttps://api.conundra.eu/planning/v1/plan-profiles/{business_id}
Response
application/json
{ "business_id": "cb1fb12c-0abc-413c-a69d-63c62566685f", "name": "Default Profile", "depot_set_business_id": "cb1fb12c-0abc-413c-a69d-63c62566685f", "charging_location_set_business_id": "cb1fb12c-0abc-413c-a69d-63c62566685f", "break_rule_set_business_id": "cb1fb12c-0abc-413c-a69d-63c62566685f" }
Request
Create or update a plan profile. A unique ID (business_id) is required to identify the plan profile. Calling this endpoint with an existing business_id will update the plan profile.
Security
clientCredentials
The business ID of the depot set to use for this profile
Example: "belgian-depots"
The business ID of the charging location set to use for this profile
Example: "flanders-charging-locations"
- Mock serverhttps://developer.conundra.eu/_mock/apis/plannings/planning-api/plan-profiles/{business_id}
- Production Apihttps://api.conundra.eu/planning/v1/plan-profiles/{business_id}
Response
No content