conversational
Get Trip Hotel Search Context
Editable hotel defaults resolved from this user's intended destination.
get/conv/trips/{trip_id}/hotel-search-context
Path parameters
trip_idstring uuid required
Response
Successful Response
Example response
{
"guests": {
"rooms": [
{
"adults": 2,
"children": [
{
"age": 5
}
]
}
]
}
}Changes
Changed in 1 of the 22 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○
Of the 22 revisions, 1 has no diff computed.