Create a charging session
Learn how to start a charging session
This API is to start a charging session with the selected connector at the charging point.
Example request
Request header
To be defined by the vendor.
Request body | Type | Description |
---|---|---|
chargingPointId | string | The ID of the charging point. |
connectorId | string | The ID of the connector. |
Example response
{
"sessionId": "61"
}
Variable | Type | Description |
---|---|---|
sessionId | string | The charging session ID that was created on the vendor's side. |
Updated over 1 year ago