flight-hotel-offers
Create Flight Hotel Proposals
post/flight-hotel-offers/
Request body
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.4
- ○
the request property
became optionalrequest-property-became-optional
- ○
request property
list-of-types was widened by adding typesnullto media typeapplication/jsonrequest-property-list-of-types-widened
- ○
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.