flight-hotel-offers
Get Flight Hotel Proposals
get/flight-hotel-offers/{proposal_id}
Path parameters
proposal_idstring uuid required
Response
Successful Response
Example response
{
"hotel_search_context": {
"guests": {
"rooms": [
{
"adults": 2,
"children": [
{
"age": 5
}
]
}
]
}
}
}