{
"prop_456": [
{
"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_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
}
],
"prop_789": [
{
"id": "promo_003",
"code": "WEEKEND10",
"title": "Weekend Special",
"description": "10% off on weekend stays",
"discountMethod": "PERCENTAGE",
"discountPercentage": 10.0,
"status": "ACTIVE",
"type": "COUPON",
"weekendOnly": true,
"rank": 1
}
]
}