---
title: "Add a stop to a booking"
method: POST
path: "/bookings/{booking_id}/stops"
tags: ["Booking Stops"]
---

# Add a stop to a booking

`POST /bookings/{booking_id}/stops`

## Path parameters

- `booking_id` string, uuid, required

## Request body

- object
  - `location` union, required
    - string, uuid — Location UUID from a previously created location
    - number[] — Coordinates as [longitude, latitude] in decimal degrees
    - string — Free-form address string (street address, business name, or place)

## Response `201`

Created

## Other responses

- `401` — Unauthorized
- `404` — Not Found
- `422` — Unprocessable Content

---

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