---
title: "Creates a quote for a booking"
method: POST
path: "/v1/reservation/booking/{id}/quote"
tags: ["Reservations"]
---

# Creates a quote for a booking

`POST /v1/reservation/booking/{id}/quote`

Creates a new Quote for a specific booking.

## Path parameters

- `id` integer, required

## Request body

- LodgifyApiPublicReservationsModelsV1CreateQuoteDto — Represents the data required to create a quote and assign it to a booking.
  - `is_policy_active` boolean — Indicates whether the quote should be created with active policies and workflows.
  - `add_ons` LodgifyApiPublicReservationsModelsV1QuoteAddOnDto[], nullable — The list of add-ons included in the quote.
    - `add_on_id` integer — Identifier of the addon
    - `units` integer, nullable — Number of units to be reserved or null, in case the addon is not per unit
  - `room_types` LodgifyApiPublicReservationsModelsV1QuoteRoomTypeDto[], nullable — The list of room types and their specific quote details.
    - `room_type_id` integer — Represents a Room Type id
    - `custom_fee_amount` LodgifyAppTypesMoney1

## Response `201`

Created

- integer

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

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