Skip Navigation

Services

Services

Return a list of Services for the hotel

Sample Request

Use include=Services to return a list of Services for the hotel

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

Response (partial)

{
    "hotelList": [{
        "ServiceList": [{
            "Type": {
                "Code": "BUS",
                "Id": "39",
                "Name": "Business Center"
            },
            "OnProperty": true,
            "Note": ""
        }, {
            "Type": {
                "Name": "Express Check-in Fee"
            },
            "OnProperty": true,
            "Note": ""
        }, {
            "Type": {
                "Code": "HAC",
                "Id": "116",
                "Name": "Accessible parking"
            },
            "OnProperty": true,
            "Note": ""
        }]
    }]
}


Request Services in a specified language.

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

Response (partial)

{
    "hotelList": [{
        "ServiceList": [{
            "Type": {
                "Code": "BUS",
                "Id": "39",
                "Name": "Centre d'affaires"
            },
            "OnProperty": true,
            "Note": ""
        }, {
            "Type": {
                "Name": "Frais de départ rapide"
            },
            "OnProperty": true,
            "Note": ""
        }, {
            "Type": {
                "Code": "HAC",
                "Id": "116",
                "Name": "Parking accessible"
            },
            "OnProperty": true,
            "Note": ""
        }]
    }]
}