Create a charging session
Response
A Charging Session represents a real-time or completed EV charging event. It tracks the energy consumed, session duration, billing information, and associations to a driver, vehicle, charging station, and connector.
Unique identifier for the charging session object.
null
String representing the object’s type. Always charging_session
.
null
Total cost of the charging session, in the smallest currency unit (e.g., cents).
null
ID of the authorization or token used to initiate the session, if applicable.
null
ID of the charging station where the session occurred.
null
ID of the specific connector used during the session.
null
Country code (ISO 3166-1 alpha-2) where the session took place.
null
Time when the charging session was created or initialized.
null
ISO 4217 three-letter currency code (e.g., usd
).
null
ID of the driver who initiated the session.
null
Amount of energy delivered during the session, in watt-hours (Wh).
null
ID of the fleet the driver or session is associated with.
null
ID of the payment method used to pay for the session.
null
Time at which the charging session ended, if completed.
null
Time when the session began and charging started.
null
Current status of the session.
active
, completed
, cancelled
, failed
null
Time at which the session was last updated.
null