Vehicle
Submit command for vehicle
This endpoint creates a command request that is asynchronously executed.
POST
Authorizations
ApiKey used for authorization and authentication
Path Parameters
Vehicle ID
Name of the command to execute
Available options:
CHARGING_START
, CHARGING_STOP
Response
200 - application/json
The timestamp when command is created.
The ID of the vehicle.
The ID of the command.
The state of the command.
PENDING
- Command is waiting to be executed.FAILED
- Execution of command has failed.EXECUTED
- Command has been executed successfully.
Available options:
PENDING
, EXECUTED
, FAILED
The ID of the user.