Add chargers to driver
x-ms-visibility: "important"
Add a list of chargers to the specified driver.
Path Parameters
driverId int64 required
Unique driver identifier.
application/json
Request Body required
List of charger IDs to be added.
chargerIds string[]
Responses
- 204
- 400
Chargers successfully added to the driver.
Invalid input provided
Loading...