---
title: "Updates correspondence address of a given client."
method: PUT
path: "/customers/{customerId}/correspondenceAddress"
tags: ["Clients"]
---

# Updates correspondence address of a given client.

`PUT /customers/{customerId}/correspondenceAddress`

Updates correspondence address of a given client.

## Path parameters

- `customerId` integer, required

## Request body

- AddressDTO
  - `sameAsBillingAddress` boolean — should billing address be used instead of this one
  - `addressLine1` string — first line of address
  - `addressLine2` string — second line of address
  - `city` string — city
  - `postalCode` string — postal code
  - `provinceId` integer — province
  - `countryId` integer — country

## Response `default`

Success

---

[API](https://skmtc.dev/xtrf/apis/xtrf-home-portal-api.md) · [All operations](https://skmtc.dev/xtrf/apis/xtrf-home-portal-api/llms.txt) · [OpenAPI document](https://skmtc.dev/xtrf/apis/xtrf-home-portal-api/revisions/6a8697db56c6?raw)
