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

# Set Weekly Charge Plan

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

> **Deprecated.**

Set weekly charge plan of charger.
            
This endpoint is marked for deprecation and will become unavailable after 01.09.2026. Use the [Create weekly schedule](https://developer.easee.com/reference/PostChargersSchedulesWeekly) endpoint instead.

## Path parameters

- `chargerId` string, required

## Request body

- EaseeCloudAPIWeeklyChargeScheduleRequestDTO
  - `isEnabled` boolean
  - `days` EaseeCloudAPIWeeklyChargeScheduleDateDTO[], nullable
    - `dayOfWeek` 0 | 1 | 2 | 3 | 4 | 5 | 6
    - `ranges` EaseeCloudAPIWeeklyChargeScheduleRangeDTO[], nullable
      - `startTime` string, nullable
      - `stopTime` string, 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)
