Retrieve a Quote by ID

This endpoint allows retrieval of a specific quote using its unique ID. It is used to fetch details of a previously created quote. If the quote has expired, the endpoint returns an error message indicating that the quote is expired and suggests creating a new quote.

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

The unique identifier of the quote being retrieved

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.

Responses

400

Returned if the quoteId is missing or malformed

404

Returned if the quote with the specified ID does not exist

410

Returned if the quote has expired. The error message should indicate "Quote is expired, please create a new quote."

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