---
title: "Set Basic Charge Plan"
method: POST
path: "/api/chargers/{chargerId}/basic_charge_plan"
tags: ["Charger"]
deprecated: true
---

# Set Basic Charge Plan

`POST /api/chargers/{chargerId}/basic_charge_plan`

> **Deprecated.**

Set basic charge plan of charger. IsEnabled attribute allow to IsEnabled the charge plan
            
This endpoint is marked for deprecation and will become unavailable after 01.09.2026. Use the [Create daily schedule](https://developer.easee.com/reference/PostChargersSchedulesDaily) endpoint instead.

## Path parameters

- `chargerId` string, required

## Request body

- EaseeCloudAPIChargePlanDTO
  - `id` string, nullable
  - `chargeStartTime` string, date-time
  - `chargeStopTime` string, date-time, nullable
  - `repeat` boolean
  - `isEnabled` boolean, nullable
  - `chargingCurrentLimit` integer

## Response `200`

---

[API](https://skmtc.net/easee/apis/easee-cloud-api.md) · [All operations](https://skmtc.net/easee/apis/easee-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/easee/easee-cloud-api/versions/46ccab4af8b1/schema)
