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

check_instring date required
check_outstring date required

Example response

{
  "guests": {
    "rooms": [
      {
        "adults": 2,
        "children": [
          {
            "age": 5
          }
        ]
      }
    ]
  }
}

Changes