---
title: "Set Charging Price"
method: POST
path: "/api/sites/{siteId}/price"
tags: ["Site"]
---

# Set Charging Price

`POST /api/sites/{siteId}/price`

Set fixed cost per kWh for a site.

## Path parameters

- `siteId` string, required

## Request body

- EaseeCloudAPISiteCostDTO
  - `currencyId` string, required
  - `costPerKWh` number, nullable
  - `costPerKwhExcludeVat` number, nullable
  - `vat` number, nullable

## 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/revisions/46ccab4af8b1/schema)
