v33

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-03722657.7 KB
vehicles

Set a SoC-based charging plan

Create charging plan with fixed time and SoC target.

post/vehicles/{name}/plan/soc/{soc}/{timestamp}

Path parameters

namestring required
Example:vehicle_1

Vehicle name

socnumber required

SOC in %

Example:60

SOC in %

timestampstring date-time required

Timestamp in RFC3339 format

Timestamp in RFC3339 format

Response

Success

socnumber

SOC in %

timestring date-time

Timestamp in RFC3339 format

Example response

{
  "soc": 60
}