---
title: "Update Person"
method: PATCH
path: "/contacts/people/{person_id}"
---

# Update Person

`PATCH /contacts/people/{person_id}`

Update an existing person.

## Path parameters

- `person_id` integer, required

## Request body

- object
  - `first_name` string — 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
- `404` — 404

---

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