---
title: "Update Company"
method: PATCH
path: "/provider/companies/{id}"
tags: ["Company"]
---

# Update Company

`PATCH /provider/companies/{id}`

## Path parameters

- `id` string, required

## Request body

- CompanyUpdateSanitizer
  - `name` string
  - `address` Address
    - `line1` string, required
    - `line2` string
    - `city` string, required
    - `state` string, required
    - `zip` string, required
    - `country` string
  - `phones` PhoneNumber[]
    - `id` string
    - `number` number, required
    - `type` string, required
    - `us_formattable` boolean — Make this false if your number is not exactly 10 digits

## Response `200`

Successful response

- PublicCompanyBlueprintOne
  - `id` string
  - `employee_divisions_count` integer
  - `name` string
  - `status` string
  - `address` PublicAddressBlueprintLeaf
    - `id` string
    - `city` string
    - `country` string
    - `line1` string
    - `line2` string
    - `state` string
    - `zip` string
    - `latitude` number, float
    - `longitude` number, float
  - `default_location` PublicLocationBlueprintMin
    - `id` string
    - `name` string
  - `default_plan` PublicPlanBlueprintMin
    - `id` string
    - `name` string
    - `plan_type` string
  - `default_practitioner` PublicPractitionerBlueprintMin
    - `id` string
    - `name` string
  - `employee_divisions` PublicEmployeeDivisionBlueprintLeaf
    - `id` string
    - `name` string
  - `phones` PublicPhoneBlueprintLeaf
    - `number` string
    - `type` string

---

[API](https://skmtc.net/hint/apis/partner-endpoints.md) · [All operations](https://skmtc.net/hint/apis/partner-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hint/partner-endpoints/revisions/a92ae2a6fa90/schema)
