---
title: "Sync Circuits"
method: POST
path: "/api/sites/{siteId}/circuit_collection"
tags: ["Site"]
---

# Sync Circuits

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

Create or update circuits with backplates on a site.

## Path parameters

- `siteId` string, required

## Request body

- EaseeCloudAPISyncCircuitDTO[]
  - `id` integer
  - `siteId` integer
  - `circuitPanelId` integer
  - `panelName` string, nullable
  - `ratedCurrent` number, double
  - `fuse` number, double, nullable
  - `backplates` EaseeCloudAPIBackPlateDTO[], nullable
    - `id` string, nullable
    - `masterBackPlateId` string, nullable
    - `name` string, nullable
    - `features` EaseeCloudAPIBackPlateFeature[], nullable
    - `variant` string, nullable
  - `uuid` string, guid, 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)
