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

    Data

    com.locals.hudson.ota.openapi.hotel.response.AvailabilityRes.Data

    {
        "hotelMap": {
            "key": {
                "currencyCode": "string",
                "timeZone": "string",
                "rooms": [
                    {
                        "roomId": "string",
                        "roomName": "string",
                        "roomView": "string",
                        "ratePlanCode": "string",
                        "breakfast": {
                            "count": 0,
                            "desc": "string"
                        },
                        "checkInTime": "string",
                        "checkOutTime": "string",
                        "dayInfos": [
                            {
                                "date": "string",
                                "basePrice": 0,
                                "status": 0,
                                "counts": 0
                            }
                        ],
                        "extraFees": [
                            {
                                "name": "string",
                                "fee": 0
                            }
                        ],
                        "giftService": [
                            {
                                "type": 0,
                                "giftName": "string",
                                "giftDesc": "string",
                                "giftPrice": 0,
                                "giftRule": 0,
                                "giftPack": true,
                                "giftPackType": 0
                            }
                        ],
                        "freeChildrenNumber": 0,
                        "freeChildrenAgeLimit": "string",
                        "hotelFee": 0,
                        "occupancyNumber": 0,
                        "refundRules": [
                            {
                                "type": "FREE",
                                "amount": 0,
                                "maxHoursBeforeCheckIn": 0,
                                "minHoursBeforeCheckIn": 0
                            }
                        ],
                        "nationalityRules": 0,
                        "nationalityCodes": [
                            "string"
                        ],
                        "giftPackTop": true
                    }
                ]
            }
        }
    }
    Built with