Join our community at https://www.reddit.com/r/HotelByte/

HotelByte
HomepageWaitlist
HomepageWaitlist
Hotel Partners Roadmap
Submit issues
    • 1. Get started
      • Overview
      • Booking flow
      • Certification and Go Live
      • Frequently Asked Questions (FAQ)
    • 2. Guides
      • Quick start
      • Error handling
      • Rate limit
      • Certification cases
      • Test more scenarios
    • 3. API Reference
      • Authentication
        • Ticket
      • Content
        • Destinations
        • HotelStaticDetail
        • HotelsMetadata
      • Search
        • HotelList
        • HotelRates
      • Make bookings
        • CheckAvail
        • Book
      • Manage bookings
        • QueryOrders
        • Cancel
    • Schemas
      • Schemas
      • hotel.common.bff.Table
      • OrderHomeFunctionReq
      • TicketReq
      • TicketResp
      • DestinationInclude
      • DestinationExtra
      • Coordinates
      • CheckAvailReq
      • CheckAvailResp
      • HotelsMetadataListResp
      • HotelsMetadataReq
      • ComputedCancelPolicyItem
      • OrderHomeFunctionResp
      • OriginalRoomNaming
      • Rate
      • CancelResp
      • Tax
      • Holder
      • HotelOrder
      • OrderRoomRefundInfo
      • HotelListReq
      • HotelListResp
      • HotelListBasicInfo
      • BaseHeader
      • BookingHeader
      • ContentHeader
      • HotelMeta
      • DestinationType
      • Guest
      • DestinationsReq
      • DestinationsResp
      • OrderStatus
      • GuestPerRoom
      • RatePkgId
      • RoomRatePkg
      • HotelRatesReq
      • BookReq
      • HotelRatesResp
      • BookResp
      • CancelReq
      • QueryOrdersReq
      • HotelStaticDetailReq
      • QueryOrdersResp
      • HotelStaticDetailResp

    hotel.search.protocol.DestinationsResp(DestinationsResp)

    {
        "destinations": [
            {
                "id": "string",
                "type": 0,
                "name": {
                    "en": "string",
                    "zh": "string",
                    "ar": "string"
                },
                "nameFull": {
                    "en": "string",
                    "zh": "string",
                    "ar": "string"
                },
                "countryCode": "string",
                "coordinates": {
                    "centerLat": 0,
                    "centerLng": 0,
                    "boundingPolygon": {
                        "type": "string",
                        "coordinates": [
                            {
                                "lat": 0,
                                "lng": 0
                            }
                        ]
                    }
                },
                "extra": {
                    "cityName": {
                        "en": "string",
                        "zh": "string",
                        "ar": "string"
                    },
                    "provinceName": {
                        "en": "string",
                        "zh": "string",
                        "ar": "string"
                    },
                    "continentName": {
                        "en": "string",
                        "zh": "string",
                        "ar": "string"
                    },
                    "hotelCount": 0
                },
                "countryName": {
                    "en": "string",
                    "zh": "string",
                    "ar": "string"
                },
                "destinationName": {
                    "en": "string",
                    "zh": "string",
                    "ar": "string"
                },
                "parentDestinationName": {
                    "en": "string",
                    "zh": "string",
                    "ar": "string"
                },
                "parentDestinationId": "string"
            }
        ]
    }
    Built with