Skip to main content

Static Packages

Static Packages

Static Packages are Add-Ons that are associated to a Rate. If the rate is booked, then the static package is included in the reservation.

ParameterDescriptionType
CodeCode for the package associated to the rateString
NameName of the package associated to the rateString
DescriptionDescription of the package associated to the rateString

Successful Response (partial)

A successful response will include an optional RateList/PackageList node containg static package information associated to the rate if the Request includes content=full.

 

{
    "contentLists": {
        "RateList": [{
            "PackageList": [{
                "Code": "BKFST",
                "Name": "Breakfast Upgrade - Adult",
                "Description": "Hot Breakfast upgrade for each Adult."
            }],
            "CategoryCode": "BAR",
            "Code": "BAR",
            "CurrencyCode": "USD",
            "Name": "Best Available Rate"
        }]
    }
}