Locals 路客酒店开放接口
    Locals 路客酒店开放接口
    • 预订API
      • 订单创建
      • 订单取消
      • 查询订单
    • 可用性API
      • 报价信息
    • 内容API
      • 酒店列表
      • 酒店详情
    • 数据模型
      • Data
      • ReserveRes
      • CheckDays
      • Customer
      • HudsonCustomer
      • RoomCustomer
      • HudsonCustomerInfo
      • DailyPrice
      • MapBigDecimal
      • ContactInfo
      • MapString
      • StdReserveRQ
      • Data
      • CancelRes
      • CancelRQ
      • BedType
      • Breakfast
      • RoomBed
      • DayInfo
      • Meal
      • ExtraFee
      • DailyInfo
      • GiftService
      • Fee
      • RefundRule
      • Gift
      • GoodsRoom
      • Rate
      • key
      • HotelRate
      • NationRule
      • MapHotelGoods
      • Data
      • AvailabilityRes
      • StdPricesRQ
      • Hotel
      • Data
      • HotelRes
      • BreakfastPolicy
      • Image
      • Room
      • HotelDetail
      • HotelDetailRes

    HotelDetail

    com.locals.hudson.ota.openapi.hotel.response.HotelDetailRes.HotelDetail

    {
        "hotelId": 1296369727399878700,
        "name": "Hilton Motif Seattle",
        "nameCn": "西雅图莫提夫希尔顿酒店",
        "type": "ECONOMY",
        "star": "FIVE_STAR_CERT",
        "checkinBegin": "12:00",
        "checkinEnd": "16:00",
        "checkoutBegin": "12:00",
        "desc": "string",
        "breakfastPolicies": [
            {
                "condition": "children below 8 years old",
                "fee": "Free"
            }
        ],
        "facilities": [
            "CHINESE_RESTAURANT"
        ],
        "service": [
            "WIFI_FREE"
        ],
        "images": [
            {
                "url": "https://hudson-ota-openapi.oss-cn-hangzhou.aliyuncs.com/hotel/image/1296369727399878657/1.jpg",
                "type": "Around"
            }
        ],
        "rooms": [
            {
                "roomId": 1296369727399878700,
                "name": "Deluxe Double Room",
                "nameCn": "豪华双人间",
                "roomBed": {
                    "relation": "AND",
                    "beds": [
                        {
                            "type": "KING_BED",
                            "count": 1
                        }
                    ]
                },
                "extraBed": true,
                "maxOccupancy": 2,
                "view": "NONE",
                "area": "25",
                "floor": 5,
                "window": "HAS_WINDOW",
                "desc": "string",
                "facilities": [
                    "BATHROOM"
                ],
                "images": [
                    {
                        "url": "https://hudson-ota-openapi.oss-cn-hangzhou.aliyuncs.com/hotel/image/1296369727399878657/1.jpg",
                        "type": "Around"
                    }
                ]
            }
        ]
    }
    Built with