change Airports
PUT {{HostName}}/ent/config/v1/hotels/{{HotelId}}/airports/{{AirportCode}}
Request Body
{"airports"=>[{"hotelId"=>"{{HotelId}}", "description"=>"London Heathrow Airport", "distance"=>"15", "distanceType"=>"MI", "drivingTime"=>"45min", "direction"=>"South East", "transportationOptions"=>[{"label"=>"B", "description"=>"Local Bus Station", "code"=>"BUS STATION"}, {"label"=>"T", "description"=>"taxi fare from airport", "code"=>"TAXI"}], "sequence"=>"1", "code"=>"LHW"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
x-hotelid | string | ||
x-app-key | string |