Skip Navigation

Mobile Device Rates

Mobile Rates

Hoteliers may choose to offer specific rates for users on a mobile device vs. a desktop/laptop. By including the parameter deviceType=Mobile the response will include any available rates that are configured for Mobile devices.


Request Parameters

Parameter Description Type
deviceType Device type of the guest. Used to unlock device specific rates.
Values: Mobile, Default
String


Sample Request

/v1/api/hotel/availability?hotelId=13098&chainId=12723&adults=2&startDate=2023-12-17&endDate=2023-12-20&numRooms=1&primaryChannel=WEB&secondaryChannel=WEB&deviceType=Mobile


Successful Response (partial)

A successful response will return Mobile rates along with any publicly available rates.


{
    "productAvailability": {
        "Prices": [{
            "Product": {
                "Rate": {
                    "Code": "Mobile1"
                },
                "Room": {
                    "Code": "SUPK"
                }
            }
        }],
        "ProductResult": "Success"
    }
}