---
title: "Applies given OCPP configuration version to specified charger"
method: POST
path: "/local-ocpp/v1/connections/chargers/{serialNumber}"
tags: ["Direct OCPP - For Users"]
---

# Applies given OCPP configuration version to specified charger

`POST /local-ocpp/v1/connections/chargers/{serialNumber}`

Sets settings and instructs charger that new settings are available to ensure the device receive updated settings

## Path parameters

- `serialNumber` string, required

## Request body

- EaseeOCPPConfigurationAPIApplyOcppForUserChargerRequest
  - `version` string, required — Version identifier, used to fetch specific configuration versions

## Response `200`

Success

- EaseeOCPPConfigurationAPIEmptyResponse

## Other responses

- `204` — No Content
- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `502`
- `504`

---

[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)
