---
title: "Update Organization"
method: PATCH
path: "/contacts/organizations/{organization_id}"
---

# Update Organization

`PATCH /contacts/organizations/{organization_id}`

## Path parameters

- `organization_id` integer, required

## Request body

- object
  - `name` string — Organization name
  - `email` string — Organization 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 — Organization address
  - `supplier` boolean — Is this organization 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
  - `business_registration_number` string — Business registration 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)
