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 bodyTypeDescription
chargingPointIdstringThe ID of the charging point.
connectorIdstringThe ID of the connector.

Example response

{
  "sessionId": "61"
}
VariableTypeDescription
sessionIdstringThe charging session ID that was created on the vendor's side.