Breadcrumb
- Hotel Availability
- Response
- Examples
- Static Packages
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.
Parameter | Description | Type |
---|---|---|
Code | Code for the package associated to the rate | String |
Name | Name of the package associated to the rate | String |
Description | Description of the package associated to the rate | String |
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"
}]
}
}