---
title: "Create Person"
method: POST
path: "/contacts/people"
---

# Create Person

`POST /contacts/people`

Create a new person.

## Request body

- object
  - `first_name` string, required — Person first name
  - `last_name` string — Person last name
  - `birthday` object — Person birthday
    - `day` integer, required
    - `month` integer, required
    - `year` integer
  - `email` string — Valid email
  - `phones` object[] — List of phone numbers
    - `title` string, required — Phone's name
    - `phone` string, required — Phone number in international format
    - `notify` boolean, required — Is sending SMS allowed to this number?
    - `has_viber` boolean, required — Is sending Viber messaged allowed to this number?
    - `has_whatsapp` boolean, required — Is sending WhatsApp messages allowed to this number?
  - `notes` string — Notes text
  - `address` string — Person address
  - `supplier` boolean — Is this person your supplier?
  - `manager_id` integer — Employee ID
  - `ad_campaign_id` integer — Ad Campaign ID
  - `discount_code` string — Discount code
  - `custom_fields` string, json — Custom fields values in format {"f123": "value", "f234": "value"}, where "f123" and "f234" is a custom field id.
  - `tags` string[] — Array of tags
  - `tax_identification_number` string — Tax identification number

## Response `200`

200

- object

## Other responses

- `400` — 400

---

[API](https://skmtc.net/roapp/apis/ro-app-public-api-v2.md) · [All operations](https://skmtc.net/roapp/apis/ro-app-public-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/roapp/ro-app-public-api-v2/revisions/85de4353ed28/schema)
