---
title: "PATCH /clinic-config/region - Update region settings"
method: PATCH
path: "/clinic-config/region"
tags: ["ClinicConfig"]
---

# PATCH /clinic-config/region - Update region settings

`PATCH /clinic-config/region`

## Request body

- RegionSettingsDto — Region and locale settings for internationalization
  - `regionCode` string — BCP 47 locale code: "en-US" or "en-GB"
  - `currencyCode` string — ISO 4217 currency code: "USD" or "GBP"
  - `weightSystem` string — Weight system: "imperial" (lbs) or "metric" (kg)
  - `temperatureSystem` string — Temperature system: "fahrenheit" or "celsius"
  - `distanceSystem` string — Distance system: "miles" or "kilometers"

## Response `200`

OK

- RegionSettingsDto — Region and locale settings for internationalization
  - `regionCode` string — BCP 47 locale code: "en-US" or "en-GB"
  - `currencyCode` string — ISO 4217 currency code: "USD" or "GBP"
  - `weightSystem` string — Weight system: "imperial" (lbs) or "metric" (kg)
  - `temperatureSystem` string — Temperature system: "fahrenheit" or "celsius"
  - `distanceSystem` string — Distance system: "miles" or "kilometers"

---

[API](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1.md) · [All operations](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinicos/pawthosx-business-api-v1/revisions/a905bde4e796/schema)
