---
title: "Update a company"
method: PATCH
path: "/companies/{id}"
tags: ["Companies"]
---

# Update a company

`PATCH /companies/{id}`

## Path parameters

- `id` string, required

## Request body

- Body6
  - `name` string — Name of company
  - `attributes` object — Attributes for company update
  - `countryCode` integer — Country code if phone_number is passed in attributes.

## Response `200`

Company updated successfully

- Company — Company Details
  - `id` string — Unique company id
  - `attributes` object — Company attributes with values
  - `linkedContactsIds` integer[] — Contact ids for contacts linked to this company
  - `linkedDealsIds` string[] — Deals ids for companies linked to this company

## Other responses

- `400` — Returned when invalid data posted
- `404` — Returned when company id is not found

---

[API](https://skmtc.net/getbrevo/apis/brevo-api.md) · [All operations](https://skmtc.net/getbrevo/apis/brevo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbrevo/brevo-api/revisions/2aec3cf66501/schema)
