---
title: "Set an inspections start or finish location"
method: PUT
path: "/inspections/v1/inspections/{inspection_id}/location"
tags: ["Inspections"]
---

# Set an inspections start or finish location

`PUT /inspections/v1/inspections/{inspection_id}/location`

## Path parameters

- `inspection_id` string, required

## Request body

- S12InspectionsV1InspectionServiceSetInspectionLocationBody
  - `geo_position` S12CommonGeoPosition, required — A position is the fundamental geographical geometry construct.
    - `longitude` number, double — The geographical longitude
    - `latitude` number, double — The geographical latitude
    - `accuracy` integer — The accuracy in meters
  - `is_start_location` boolean, required — Required. Whether this is the inspections starting or completing location

## Response `200`

A successful response.

- S12InspectionsV1SetInspectionLocationResponse
  - `inspection_id` string — The unique identifier for the inspection

## Other responses

- `default` — An unexpected error response.

---

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