flight-booking
Get Flight Hotel Checkout
get/flight-booking/sessions/{session_id}/hotel-offer
Path parameters
session_idstring uuid required
Response
Successful Response
Example response
{
"obligation": {
"hotel_search_context": {
"guests": {
"rooms": [
{
"adults": 2,
"children": [
{
"age": 5
}
]
}
]
}
}
}
}