---
title: "Post Measurement Locations"
method: POST
path: "/measurement_locations"
---

# Post Measurement Locations

`POST /measurement_locations`

## Headers

- `x-client-secret` string, required — A secret token identifying the client connecting to the API

## Request body

- CreateMeasurementLocationRequest
  - `supplier_reference_id` string, required — A string that must be unique for all resources created by a specific supplier. It can be used by a client to identify the correct objects in their system.
  - `latitude` number, required — A WGS84 latitude in decimal degrees, between -90 and 90.
  - `longitude` number, required — A WGS84 longitude in decimal degrees, between -180 and 180.
  - `project_id` string, required

## Response `200`

Successful Response

- MeasurementLocation
  - `id` string, required
  - `latitude` number, required — A WGS84 latitude in decimal degrees, between -90 and 90.
  - `longitude` number, required — A WGS84 longitude in decimal degrees, between -180 and 180.
  - `supplier_reference_id` string, nullable, required — A string that must be unique for all resources created by a specific supplier. It can be used by a client to identify the correct objects in their system.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/isometric/apis/isometric-certify-data-ingestion-api.md) · [All operations](https://skmtc.net/isometric/apis/isometric-certify-data-ingestion-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/isometric/isometric-certify-data-ingestion-api/versions/9819e9c8ccf0/schema)
