---
title: "Update business"
method: PATCH
path: "/businesses/{id}"
tags: ["Business"]
---

# Update business

`PATCH /businesses/{id}`

## Path parameters

- `id` string, int64, required

## Request body

- object
  - `additional_information` string, nullable
  - `additional_invoice_information` string, nullable
  - `address_1` string, nullable
  - `address_2` string, nullable
  - `appointment_reminders_enabled` boolean, nullable
  - `business_name` string, nullable
  - `business_registration_name` string, nullable
  - `business_registration_value` string, nullable
  - `city` string, nullable
  - `contact_information` string, nullable
  - `country_code` string, nullable — [ISO 3166-1](https://en.wikipedia.org/wiki/ISO_3166-1#Current_codes) country code
  - `display_name` string, nullable
  - `email_reply_to` string, nullable
  - `logo` string — Base64 encoded file attachment
  - `logo_height` integer
  - `post_code` string, nullable
  - `remove_logo` boolean
  - `show_in_online_bookings` boolean, nullable
  - `state` string, nullable
  - `time_zone` string, nullable — See: [supported time zones](/guides/time_zone_support/#accepted-values-for-time_zone)
  - `time_zone_identifier` string, nullable — See: [supported time zone identifiers](/guides/time_zone_support/#accepted-values-for-time_zone_identifier)
  - `website_address` string, nullable
  - `appointment_type_ids` string[], nullable

## Response `200`

Resource was updated

- Business
  - `additional_information` string, nullable
  - `additional_invoice_information` string, nullable
  - `address_1` string, nullable
  - `address_2` string, nullable
  - `appointment_reminders_enabled` boolean, nullable
  - `appointment_type_ids` string[], nullable
  - `appointments` object
    - `links` object
      - `self` string, uri
  - `archived_at` string, date-time, nullable
  - `business_name` string, nullable
  - `business_registration_name` string, nullable
  - `business_registration_value` string, nullable
  - `city` string, nullable
  - `contact_information` string, nullable
  - `country` string, nullable
  - `country_code` string, nullable — [ISO 3166-1](https://en.wikipedia.org/wiki/ISO_3166-1#Current_codes) country code
  - `created_at` string, date-time
  - `display_name` string, nullable
  - `email_reply_to` string, nullable
  - `id` string, int64
  - `label` string, nullable
  - `links` object
    - `self` string, uri
  - `post_code` string, nullable
  - `practitioners` object
    - `links` object
      - `self` string, uri
  - `show_in_online_bookings` boolean, nullable
  - `state` string, nullable
  - `time_zone` string, nullable — Human-readable label for a time zone. See link below for supported values.
  - `time_zone_identifier` string, nullable — IANA identifier for a time zone. See link below for supported values.
  - `updated_at` string, date-time
  - `website_address` string, nullable

## Other responses

- `422` — Resource could not be saved due to validation errors

---

[API](https://skmtc.net/cliniko/apis/cliniko-api.md) · [All operations](https://skmtc.net/cliniko/apis/cliniko-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cliniko/cliniko-api/versions/c129a555ff44/schema)
