Creates a quote for a listing with the specified parameters
Optional tenant ID to specify which tenant to operate as. Controls access to listings and affects quote creation. If not provided, the default tenant will be used.
Currency to display pricing in (ISO 4217)
"USD"
Quote details including listing ID, dates, and number of guests
ID of the listing to create a quote for
"123e4567-e89b-12d3-a456-426614174000"
Check-in date (must not be before today)
"2025-06-01"
Check-out date (must be after check-in date)
"2025-06-05"
Number of guests
x >= 12
Guest count information
{
"adults": 2,
"children": 1,
"infants": 0,
"pets": 0
}
ID of the promotion to apply to the quote
"123e4567-e89b-12d3-a456-426614174000"
Quote created successfully
ID of the listing the quote is for
"123e4567-e89b-12d3-a456-426614174000"
Check-in date
"2025-12-15"
Check-out date
"2025-12-20"
Number of guests
2
Currency code (ISO 4217)
"USD"
Total price after all modifications
485
Total price before taxes, after discounts and markups
400
Price component breakdown
{
"basePrice": {
"amount": 393.85,
"breakdown": [
{
"name": "Base rate",
"description": "Base rate",
"price": 393.85
}
]
},
"fees": { "amount": 0, "breakdown": [] },
"taxes": {
"amount": 90.42,
"breakdown": [
{
"name": "City / Tourism tax",
"description": "City / Tourism tax",
"price": 10.36
},
{
"name": "Hotel tax",
"description": "Hotel tax",
"price": 10.36
},
{
"name": "Lodging tax",
"description": "Lodging tax",
"price": 10.36
},
{
"name": "Occupancy tax",
"description": "Occupancy tax",
"price": 10.36
},
{
"name": "Other taxes",
"description": "Other taxes",
"price": 10.36
},
{
"name": "Room tax",
"description": "Room tax",
"price": 10.36
},
{
"name": "Sales tax",
"description": "Sales tax",
"price": 9.42
},
{
"name": "VAT / GST",
"description": "VAT / GST",
"price": 18.84
}
]
},
"discounts": { "amount": 0, "breakdown": [] }
}
Price modifications applied to the quote
Original total price before modifications
600
Original base price component before modifications
Required deposit amount, if applicable
200
ID of the applied promotion, if any
"123e4567-e89b-12d3-a456-426614174000"
Name of the applied promotion, if any
"Summer Special"