---
title: "Create contact"
method: POST
path: "/v1beta/contacts"
tags: ["ContactService"]
---

# Create contact

`POST /v1beta/contacts`

## Request body

- ContactCreateContactRequest
  - `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
  - `comments` string
  - `company_name` string
  - `email` string
  - `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` string
  - `phone` ContactPhone
    - `area_code` string
    - `country_code` string
    - `subscriber_number` string
  - `role` string
  - `username` string
  - `vat` string

## Response `200`

A successful response.

- ContactCreateContactResponse
  - `code` integer
  - `data` ContactCreateContactResponseData
    - `id` integer
    - `token` string
  - `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)
