Promotions / Offers
Adds the ability to use offer codes and have combination discounts
Get Available Offers
Request Body
Name
Type
Description
[
{
//...rest of the availability object
"offers": [
{
"code": "promotion/983972a2-84e9-4506-8c84-fb2885f6375b",
"title": "10% OFF",
"description": "Winter Special 10% off",
"rateAdjustment": "COMMISSION",
"restrictions": {
"minUnits": 0,
"maxUnits": null,
"minTotal": 0,
"maxTotal": null,
"unitIds": [
"adult",
"youth",
"child"
]
}
}
]
}
]Discount Booking
Path Parameters
Name
Type
Description
Request Body
Name
Type
Description
Product Comparisons
Path Parameters
Name
Type
Description
Product Combinations
Path Parameters
Name
Type
Description
Last updated