flight-hotel-offers
Accept Flight Hotel Proposal
post/flight-hotel-offers/{proposal_id}/accept
Path parameters
proposal_idstring uuid required
Request body
Response
Successful Response
Example response
{
"hotel_search_context": {
"guests": {
"rooms": [
{
"adults": 2,
"children": [
{
"age": 5
}
]
}
]
}
}
}