POST | Stop charging session |
Remotely initiate STOP charging 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
Code | Description |
200 | OK |
401 | Unauthorized |
403 | Forbidden |
404 | Not Found |