---
title: "Create Region"
method: POST
path: "/setup/v1/companies/regions"
tags: ["Companies"]
---

# Create Region

`POST /setup/v1/companies/regions`

Use this endpoint to **Create** a region object. Regions can be mapped to business locations. They can be used by the locations endpoints to filter locations by region id.

## Request body

- RegionInputModel
  - `name` string, nullable

## Response `200`

Success

- RegionViewModel
  - `object` string, nullable
  - `id` string, nullable
  - `name` string, nullable

---

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