{
"COUPON": [
{
"id": "promo_001",
"code": "SUMMER20",
"title": "Summer Discount",
"description": "Get 20% off on stays during summer season",
"discountMethod": "PERCENTAGE",
"discountPercentage": 20.0,
"maximumDiscountAllowed": 5000,
"status": "ACTIVE",
"type": "COUPON",
"rank": 1
},
{
"id": "promo_005",
"code": "WEEKEND10",
"title": "Weekend Special",
"description": "10% off on weekend stays",
"discountMethod": "PERCENTAGE",
"discountPercentage": 10.0,
"status": "ACTIVE",
"type": "COUPON",
"weekendOnly": true,
"rank": 3
}
],
"EARLY_BOOKER": [
{
"id": "promo_002",
"code": "EARLY15",
"title": "Early Bird Offer",
"description": "Book 30 days in advance and get 15% off",
"discountMethod": "PERCENTAGE",
"discountPercentage": 15.0,
"status": "ACTIVE",
"type": "EARLY_BOOKER",
"earlyBookerValueInDays": 30,
"rank": 2
}
],
"FREE_NIGHT": [
{
"id": "promo_003",
"code": "STAY3PAY2",
"title": "Stay 3, Pay 2",
"description": "Get one night free when you book 3 nights",
"minimumNights": 3,
"freeNights": 1,
"status": "ACTIVE",
"type": "FREE_NIGHT",
"rank": 1
}
]
}