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