---
title: "Update contact"
method: PUT
path: "/v1beta/contacts/{id}"
tags: ["ContactService"]
---

# Update contact

`PUT /v1beta/contacts/{id}`

## Path parameters

- `id` integer, required

## Request body

- ContactUpdateContactRequest
  - `additional_data` ContactAdditionalData
    - `birth_city` string
    - `birth_date` string
    - `social_security_number` string
  - `address` ContactAddress
    - `city` string
    - `country` string
    - `number` string
    - `state` string
    - `street` string
    - `suffix` string
    - `zipcode` string
  - `api_access_enabled` boolean
  - `api_client_ip_list` ContactClientIpList
    - `allow` string[]
    - `deny` string[]
  - `auth_type` string
  - `comments` string
  - `company_name` string
  - `email` string
  - `id` integer
  - `inn` string
  - `is_active` boolean
  - `kpp` string
  - `locale` string
  - `name` ContactName
    - `first_name` string
    - `full_name` string
    - `initials` string
    - `last_name` string
    - `prefix` string
  - `password_change_declined_at` string
  - `phone` ContactPhone
    - `area_code` string
    - `country_code` string
    - `subscriber_number` string
  - `rcp_client_ip_list` ContactClientIpList
    - `allow` string[]
    - `deny` string[]
  - `role` string
  - `type` string
  - `vat` string

## Response `200`

A successful response.

- ContactUpdateContactResponse
  - `code` integer
  - `data` ContactUpdateContactResponseData
    - `success` boolean
  - `desc` string
  - `maintenance` boolean
  - `warnings` ErrorWarning[]
    - `code` integer
    - `data` string
    - `desc` string

## Other responses

- `default` — (empty)

---

[API](https://skmtc.net/openprovider/apis/rest-api.md) · [All operations](https://skmtc.net/openprovider/apis/rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openprovider/rest-api/revisions/55b7a0062507/schema)
