Skip to content
EN | DE

Assign vehicle

POST
/loadpoints/{id}/vehicle/{name}
curl --request POST \
--url https://demo.evcc.io/api/loadpoints/1/vehicle/vehicle_1

Assigns vehicle to loadpoint.

More information

id
required

Loadpoint index starting at 1.

integer
>= 1
Example
1

Loadpoint index starting at 1

name
required

More information

string
>= 1 characters /[a-zA-Z0-9_.:-]+/
Example
vehicle_1

Vehicle name

Success

Media type application/json
object
result
object
vehicle
Example
{
"result": {
"vehicle": "blauer e-Golf"
}
}