loadpoints

Assign vehicle

Assigns vehicle to loadpoint.

post/loadpoints/{id}/vehicle/{name}

Path parameters

idinteger required

Loadpoint index starting at 1.

Example:1

Loadpoint index starting at 1

namestring required
Example:vehicle_1

Vehicle name

Response

Success

Example response

{
  "result": {
    "vehicle": "blauer e-Golf"
  }
}

Changes