---
title: "Book Hotel"
method: POST
path: "/hotel-search/hotels/{hotel_id}/book"
tags: ["hotel-search"]
---

# Book Hotel

`POST /hotel-search/hotels/{hotel_id}/book`

Book a hotel room from a cached offer.

## Path parameters

- `hotel_id` integer, required

## Request body

- object

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/helloaxel/apis/client-api-gateway.md) · [All operations](https://skmtc.dev/helloaxel/apis/client-api-gateway/llms.txt) · [OpenAPI document](https://skmtc.dev/helloaxel/apis/client-api-gateway/revisions/82939784d881?raw)
