---
title: "Prebook Hotel Purchase"
method: POST
path: "/hotel-purchases/prebook"
tags: ["hotel-purchases"]
---

# Prebook Hotel Purchase

`POST /hotel-purchases/prebook`

Prebook a quote before payment authorization.

## Request body

- PrebookHotelPurchaseRequest
  - `quote_id` string, required — Quote ID from /prices endpoint

## Response `200`

Successful Response

- PrebookHotelPurchaseResponse
  - `quote_id` string, required
  - `validated_book_hash` string, nullable, required
  - `amount_cents` integer, required
  - `currency` string, required
  - `original_amount_cents` integer, required
  - `original_currency` string, required
  - `price_changed` boolean, required

## 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-service-production.skmtc.workers.dev/v1/apis/helloaxel/client-api-gateway/revisions/d3c4c29fede7/schema)
