---
title: "POST /location"
method: POST
path: "/location"
tags: ["locationController"]
---

# POST /location

`POST /location`

## Request body

- Newlocation — (tsType: Omit<location, >, schemaOptions: { title: 'Newlocation', exclude: [] })
  - `location_id` number
  - `address_1` string
  - `address_2` string
  - `city` string
  - `state` string
  - `zip` string
  - `county` string
  - `location_source_value` string
  - `country_concept_id` number
  - `country_source_value` string
  - `latitude` number
  - `longitude` number

## Response `200`

location instance created

- Location
  - `location_id` number
  - `address_1` string
  - `address_2` string
  - `city` string
  - `state` string
  - `zip` string
  - `county` string
  - `location_source_value` string
  - `country_concept_id` number
  - `country_source_value` string
  - `latitude` number
  - `longitude` number

---

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