---
title: "Assign vehicle"
method: POST
path: "/loadpoints/{id}/vehicle/{name}"
tags: ["loadpoints"]
---

# Assign vehicle

`POST /loadpoints/{id}/vehicle/{name}`

Assigns vehicle to loadpoint.

## Path parameters

- `id` integer, required — Loadpoint index starting at 1.
- `name` string, required

## Response `200`

Success

- object
  - `vehicle` string

## Changes

> 37 revisions in range; 2 could not be searched.

- **2026-07-20** `32e824ccacfe` — 1 warning, 1 info
  - removed the optional property `result` from the response with the `200` status
  - added the optional property `vehicle` to the response with the `200` status
- **2025-08-10** `c4027a2cb484` — 1 info
  - api operation id `assignLoadpointVehicle` was added
- **2025-08-01** `2429e9297a5c` — 1 info
  - api operation id `assignLoadpointVehicle` removed and replaced with ``

[Change history](https://skmtc.dev/evcc-io/apis/evcc/changes/loadpoints/:id/vehicle/:name/post.md)

---

[API](https://skmtc.dev/evcc-io/apis/evcc.md) · [All operations](https://skmtc.dev/evcc-io/apis/evcc/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/evcc-io/evcc/revisions/5152af83a070/schema)
