---
title: "Set a SoC-based charging plan"
method: POST
path: "/vehicles/{name}/plan/soc/{soc}/{timestamp}"
tags: ["vehicles"]
---

# Set a SoC-based charging plan

`POST /vehicles/{name}/plan/soc/{soc}/{timestamp}`

Create charging plan with fixed time and SoC target.

## Path parameters

- `name` string, required
- `soc` number, required — SOC in %
- `timestamp` string, date-time, required — Timestamp in RFC3339 format

## Response `200`

Success

- object
  - `soc` number — SOC in %
  - `time` string, date-time — Timestamp in RFC3339 format

---

[API](https://skmtc.net/evcc-io/apis/evcc.md) · [All operations](https://skmtc.net/evcc-io/apis/evcc/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/evcc-io/evcc/versions/1d484c790b11/schema)
