---
title: "PATCH /checkout_steps/{booking_id}"
method: PATCH
path: "/checkout_steps/{booking_id}"
tags: ["checkoutSteps"]
---

# PATCH /checkout_steps/{booking_id}

`PATCH /checkout_steps/{booking_id}`

Updates the status of steps for the specified booking. Send incomplete/complete for each
step in the list.

## Path parameters

- `booking_id` integer, required

## Request body

- UpdateRequest
  - `id` integer
  - `name` string
  - `status` string
  - `steps` CheckoutStep[]
    - `name` string
    - `order` integer
    - `status` string

## Response `200`

- ReadResponse
  - `id` integer
  - `imminent_departure` boolean
  - `readonly_insurance` boolean
  - `route` string
  - `steps` CheckoutStep[]
    - `name` string
    - `order` integer
    - `status` string

## Other responses

- `401` — Unauthorized error
- `404` — Not found error
- `default` — An unknown, unexpected error.

---

[API](https://skmtc.net/outdoorsy/apis/outdoorsy-api-documentation.md) · [All operations](https://skmtc.net/outdoorsy/apis/outdoorsy-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/outdoorsy/outdoorsy-api-documentation/versions/f0cf8f605ea0/schema)
