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
}
]
}
]
}
}
}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.