Route Optimization API - Api Changes 1.62.0 (29.04.2026)

Questions refering to the PTV Optiflow based API within PTV Developer (launched on 20.12.2023)
Post Reply
User avatar
Bernd Welter
Site Admin
Posts: 3093
Joined: Mon Apr 14, 2014 10:28 am
Contact:

Route Optimization API - Api Changes 1.62.0 (29.04.2026)

Post by Bernd Welter »

ApiVarVersionTypeDateDescription
Route Optimization OptiFlow API1.62.0FEATURE29.04.2026Added breaks field to charging station to control whether breaks may overlap with charging.
Example created by PTV Mira

Code: Select all

{
  "locations": [
    {
      "id": "DEPOT_MAIN",
      "latitude": 50.9375,
      "longitude": 6.9603,
      "chargingStations": [
        {
          "id": "CHARGER_DEPOT",
          "maximumPower": 150,
          "preparationDuration": 300,
          "completionDuration": 180,
          "breaks": {
            "mayOverlap": true
          }
        }
      ]
    }
  ],
  "vehicles": [
    {
      "id": "EV_001",
      "battery": {
        "capacity": 80,
        "consumption": { "perHundredKilometers": 25 }
      },
      "breaks": {
        "driving": [
          { "maximumDrivingDuration": 16200, "minimumBreakDuration": 2700 }
        ]
      }
    }
  ]
}
Attachments
MIRA-1.62.pdf
PTV Mira's initial summary (maybe incomplete because of delay between deployment and access)
(34.17 KiB) Downloaded 1 time
Bernd Welter
Technical Partner Manager Developer Components
PTV Logistics - Germany

Bernd at... The Forum,LinkedIn, Youtube, StackOverflow
I like the smell of PTV Developer in the morning... :twisted:
Image
Post Reply