Body
ID of the charging station being evaluated.
ID of the vehicle to use for battery capacity and connector checks.
Current state-of-charge (percentage) of the vehicle battery.
0 <= x <= 100Desired target state-of-charge after charging completes.
1 <= x <= 100Optional ISO 4217 currency code to override station default (e.g., usd). If omitted, uses station’s currency.
Response
Returns the newly created Estimation object containing the cost breakdown and duration prediction for the requested parameters.
Unique identifier for the estimation object.
null
String representing the object’s type. Always estimation.
null
Current battery level of the vehicle before charging, as a percentage (0–100).
null
Target battery level for this session, as a percentage (0–100).
null
Itemized list of costs included in the estimate, such as energy, session, and idle fees.
Time at which the estimation was generated.
null
ISO 4217 three-letter currency code (e.g., usd).
null
Estimated charging duration in seconds.
null
Estimated energy needed to reach the target battery level, in kilowatt-hours (kWh).
null
Total estimated cost for the session in currency units.
null
ID of the charging station used for this estimation.
null
Expiration timestamp for this estimate. The values may change after this point.
null
ID of the vehicle used for the estimation.
null

