Create a Quote

This endpoint allows the creation of a price quote for a reservation. It requires details such as the listing ID, check-in and check-out dates, and guest count. The response includes detailed information about the quote, including rates, promotions, and applicable fees.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
boolean
required
boolean

Include payments template information in the response

boolean
Defaults to true

If set to true, Markups, ExtraPersonFee, and Discounts are hidden from both the nightly rates and invoice items—they are included within the Accommodation Fee (AF). If set to false, these components are itemized separately in the response.

Body Params
string
required

Localized to listing timezone reservation check-in date (YYYY-MM-DD)

string
required

Localized to listing timezone reservation checkout date (YYYY-MM-DD)

string
required

Guesty listing ID

string
required

Define the source for getting an updated price quote

number
required
≥ 1

Number of guests to be included in the quote

numberOfGuests
object

Keeps information on the number of guests

boolean

The system will check calendar availability and decline (401) if unavailable unless this flag is set to true

boolean

The system will ensure the reservation accords with the terms (min, max nights, any other terms) of the property and will decline(401) if it is. To override, set this flag to true

boolean

Set this flag to true to ignore existing flexible blocks (advance notice, preparation time, etc)

string

Coupon code to be applied to the quote

Responses

400

Returned if required fields are missing or there is a validation error in the request body

500

Indicates server-side error while processing the request

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json