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 |
---|---|---|
|
| The ID of the charging point. |
|
| The ID of the connector. |
Example response
{
"sessionId": "61"
}
Variable | Type | Description |
---|---|---|
|
| The charging session ID that was created on the vendor's side. |
Updated 16 days ago