---
title: "Create Location"
method: POST
path: "/provider/locations"
tags: ["Location"]
---

# Create Location

`POST /provider/locations`

## Request body

- ProviderLocationsControllerCreateBody
  - `name` string, required
  - `address_line1` string
  - `address_line2` string
  - `address_city` string
  - `address_state` string
  - `address_zip` string
  - `address_country` string
  - `phone_number` string
  - `virtual` boolean
  - `location_group` Association
    - `id` string, required

## Response `200`

Successful response

- PublicLocationBlueprintOne
  - `id` string
  - `address_city` string
  - `address_country` string
  - `address_latitude` number, float
  - `address_line1` string
  - `address_line2` string
  - `address_longitude` number, float
  - `address_state` string
  - `address_zip` string
  - `distance` string
  - `name` string
  - `phone_number` string
  - `virtual` boolean
  - `location_group` PublicLocationGroupBlueprintLeaf
    - `id` string
    - `created_at` string, date-time
    - `integration_record_id` string
    - `name` string
    - `updated_at` string, date-time

---

[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)
