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

# Updates contact of a given client.

`PUT /customers/{customerId}/contact`

Updates contact of a given client.

## Path parameters

- `customerId` integer, required

## Request body

- ContactDTO
  - `phones` string[] — phones' numbers
  - `sms` string — mobile phone for which SMS notifications will be sent (if configured)
  - `fax` string — fax number
  - `emails` CustomerContactEmailsDTO — emails
    - `primary` string, required — primary e-mail
    - `cc` string[] — e-mails which will be included in the CC list
    - `additional` string[] — additional e-mails addresses
  - `websites` string[] — websites

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