Skip Navigation

Tier

Tier

Return Tier information for a hotel. A hotel may only belong to 0 or 1 hotel tiers.

Note: Only applicable for Loyalty programs that support Points Only Using Tiers and Points and Cash Using Tiers Rates.

Sample Request

Use include=Tier to return Tier information of the hotel

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

Response (partial)

{
    "hotelList": [{
        "Tier": {
            "Code": "103",
            "Name": "Tier 103"
        },
        "ID": "80214",
        "Name": "Hamilton Park Hotel"
    }]
}