---
title: "Atualizar contato"
method: PUT
path: "/contacts/{contact_id}"
tags: ["crm-v1-contacts"]
---

# Atualizar contato

`PUT /contacts/{contact_id}`

Atualizar contato

## Path parameters

- `contact_id` string, required

## Request body

- object
  - `contact` object
    - `birthday` object
      - `day` number
      - `month` number
      - `year` number
    - `contact_custom_fields` object[]
      - `custom_field_id` string
      - `value` string
    - `deal_ids` string[]
    - `emails` object[]
      - `email` string
    - `facebook` string
    - `legal_bases` object[]
      - `category` string
      - `status` string
      - `type` string
    - `linkedin` string
    - `name` string
    - `organization_id` string
    - `phones` object[]
      - `phone` string
      - `type` string
    - `skype` string
    - `title` string

## Response `200`

Success

- object
  - `_id` string
  - `birthday` object
    - `_id` string
    - `created_at` string, date-time
    - `day` number
    - `month` number
    - `updated_at` string, date-time
    - `year` number
  - `contact_c_f` object
  - `contact_custom_fields` object[]
    - `_id` string
    - `created_at` string, date-time
    - `custom_field_id` string
    - `updated_at` string, date-time
    - `value` string
  - `created_at` string
  - `deal_ids` string[]
  - `emails` object[]
    - `_id` string
    - `created_at` string, date-time
    - `email` string
    - `updated_at` string, date-time
  - `facebook` string
  - `id` string
  - `legal_bases` object[]
    - `category` string
    - `status` string
    - `type` string
  - `linkedin` string
  - `name` string
  - `notes` unknown
  - `organization` object
    - `_id` string
    - `name` string
    - `resume` unknown
    - `url` unknown
  - `organization_id` string
  - `phones` object[]
    - `_id` string
    - `created_at` string, date-time
    - `phone` string
    - `type` string
    - `updated_at` string, date-time
  - `skype` string
  - `title` string
  - `updated_at` string

---

[API](https://skmtc.net/rdstation/apis/webhook-service.md) · [All operations](https://skmtc.net/rdstation/apis/webhook-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rdstation/webhook-service/revisions/3867c21388e8/schema)
