Start charging session.

POSTStart charging session

Remotely initiate START charging session

URLhttps://api-gateway-evnnovator.com/api/v1/commands/START_SESSION

Parameters

None

Sample Request and Response

POST https://api-gateway-evnnovator.com/api/ocpi/api/v1/commands/START_SESSION

Request Json :

{
  "autostop_session": {
    "type": "ENERGY",
    "value": 1
  },
  "evse_uid":"F17195C3-7028-446A-B51D-B114FCAA7416",
  "location_id": "2b10508db844fada81778c8b1bce853e",
  "token_uid": "aGyJYcVTJDYXykvp"
}

Success Response :

{
  "result": "ACCEPTED"
}

or

Failed Response :

{
  "result": "REJECTED"
}

Request Body

{
"autostop_session": {
"type": "ENERGY",
"value": 0
},
"evse_uid": "string",
"location_id": "string",
"token_uid": "string"
}

Response

CodeDescription
200OK
401Unauthorized
403Forbidden
404Not Found

Powered by BetterDocs