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
}
]
}
]
}
}
}Changes
Changed in 2 of the 22 revisions of this API.2
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
- ○
endpoint added
endpoint-added
- ○
Of the 22 revisions, 1 has no diff computed.