---
title: "SaveOcppConfig"
method: POST
path: "/api/cloud-ocpp/partners/{partnerId}"
tags: ["Cloud OCPP"]
---

# SaveOcppConfig

`POST /api/cloud-ocpp/partners/{partnerId}`

Updates existing ocpp config for operator.

## Path parameters

- `partnerId` string, required

## Request body

- EaseeCloudOcppApiSaveOcppConfigRequest — Connection details and OCPP messages configuration for a partner.
  - `partnerName` string, required — The name of the partner.
  - `url` string, required — Web socket URL for the backoffice system.
  - `httpBasicAuth` string, required — Hexadecimal representation of password for basic authentication.
  - `timeFormat` string, required — DateTime data types formatting in OCPP messages.
  - `jsonIgnoreNulls` boolean, required — Skip properties with null values when sending OCPP messages.
  - `maxBootChunk` integer, required — Number of charge points to connect to Csms and maximum queue length for Bulkhead Policy.
  - `maxCsmsConnects` integer, required — Maximum number of concurrent executions for Bulkhead Policy.
  - `networkDnsRefreshTimeout` integer, nullable — Defines when to refresh Domain Name Service (DNS) resolution in milliseconds. If not set, the default value is used.
  - `networkEnableDnsRoundRobin` boolean, required — Indicates whether a Domain Name Service (DNS) resolution rotates among the applicable Internet Protocol (IP) addresses.

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