Skip Navigation

Recreations

Recreations

Return a list of Recreation information for the hotel

Sample Request

Use include=Recreations to return Recreation information for the hotel

/v1/api/hotel/13098/details?primaryChannel=WEB&include=Recreations

Response (partial)

{
    "hotelList": [{
        "RecreationList": [{
            "Type": "Children Activities",
            "Distance": "0",
            "OnProperty": true,
            "OtaCode": "125",
            "OtaType": "RST",
            "OtaDescription": "Childrens Activities",
            "Note": "asdaf"
        }, {
            "Type": "Game Room",
            "Distance": "0",
            "OnProperty": true,
            "OtaCode": "44",
            "OtaType": "HAC",
            "OtaDescription": "Game Room",
            "Note": ""
        }, {
            "Type": "Tennis Courts",
            "Distance": "0",
            "OnProperty": true,
            "OtaCode": "94",
            "OtaType": "RST",
            "OtaDescription": "Tennis Courts",
            "Note": "Book at front desk"
        }]
    }]
}


Request Recreation Type in a specified language.

Note: Use Accept-Language to return language specific content.

Response (partial)

{
    "hotelList": [{
        "RecreationList": [{
            "Type": "Activités pour enfants",
            "Distance": "0",
            "OnProperty": true,
            "OtaCode": "125",
            "OtaType": "RST",
            "OtaDescription": "Childrens Activities",
            "Note": "asdaf"
        }, {
            "Type": "Salle de jeux",
            "Distance": "0",
            "OnProperty": true,
            "OtaCode": "44",
            "OtaType": "HAC",
            "OtaDescription": "Game Room",
            "Note": ""
        }, {
            "Type": "Courts de tennis",
            "Distance": "0",
            "OnProperty": true,
            "OtaCode": "94",
            "OtaType": "RST",
            "OtaDescription": "Tennis Courts",
            "Note": "Book at front desk"
        }]
    }]
}