Stop charging session

POSTStop charging session

Remotely initiate STOP charging session

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

Parameters

None

Sample Request and Response

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

Request Json :

{
  "session_id": "ae18c8e04f45946f0706735285a0a069"
}

Success Response :

{
  "result": "ACCEPTED"
}

or

Failed Response :

Failed Response :
{
  "result": "REJECTED"
}

Request Body

{
"session_id": "string"
}

Response

CodeDescription
200OK
401Unauthorized
403Forbidden
404Not Found

Powered by BetterDocs