| 1 |
[ |
| 2 |
{ |
| 3 |
"code": "SUMMER2024", |
| 4 |
"description": "Summer special discount - 15% off all trips", |
| 5 |
"type": "percentage", |
| 6 |
"amount": 15.00, |
| 7 |
"usage_limit": 100, |
| 8 |
"usage_limit_per_customer": 1, |
| 9 |
"status": "publish", |
| 10 |
"applicable_to": "all", |
| 11 |
"first_time_customer_only": 0, |
| 12 |
"is_group_discount": 0, |
| 13 |
"discount_mode": "promo" |
| 14 |
}, |
| 15 |
{ |
| 16 |
"code": "EARLYBIRD", |
| 17 |
"description": "Early bird discount for bookings 60+ days in advance", |
| 18 |
"type": "percentage", |
| 19 |
"amount": 20.00, |
| 20 |
"usage_limit": 50, |
| 21 |
"status": "publish", |
| 22 |
"applicable_to": "all", |
| 23 |
"first_time_customer_only": 0, |
| 24 |
"is_group_discount": 0, |
| 25 |
"discount_mode": "promo" |
| 26 |
}, |
| 27 |
{ |
| 28 |
"code": "GROUP10", |
| 29 |
"description": "Group discount for 10 or more travelers", |
| 30 |
"type": "percentage", |
| 31 |
"amount": 10.00, |
| 32 |
"usage_limit": 0, |
| 33 |
"status": "publish", |
| 34 |
"applicable_to": "all", |
| 35 |
"first_time_customer_only": 0, |
| 36 |
"is_group_discount": 1, |
| 37 |
"min_group_size": 10, |
| 38 |
"discount_mode": "group" |
| 39 |
}, |
| 40 |
{ |
| 41 |
"code": "WELCOME50", |
| 42 |
"description": "Welcome discount for first-time customers", |
| 43 |
"type": "fixed", |
| 44 |
"amount": 50.00, |
| 45 |
"usage_limit": 200, |
| 46 |
"usage_limit_per_customer": 1, |
| 47 |
"status": "publish", |
| 48 |
"applicable_to": "all", |
| 49 |
"first_time_customer_only": 1, |
| 50 |
"is_group_discount": 0, |
| 51 |
"discount_mode": "promo" |
| 52 |
}, |
| 53 |
{ |
| 54 |
"code": "FAMILY20", |
| 55 |
"description": "Family package discount for 4+ travelers", |
| 56 |
"type": "percentage", |
| 57 |
"amount": 20.00, |
| 58 |
"usage_limit": 0, |
| 59 |
"status": "publish", |
| 60 |
"applicable_to": "all", |
| 61 |
"first_time_customer_only": 0, |
| 62 |
"is_group_discount": 1, |
| 63 |
"min_group_size": 4, |
| 64 |
"max_group_size": 8, |
| 65 |
"discount_mode": "group" |
| 66 |
}, |
| 67 |
{ |
| 68 |
"code": "LASTMINUTE", |
| 69 |
"description": "Last minute deals - book within 7 days of departure", |
| 70 |
"type": "percentage", |
| 71 |
"amount": 25.00, |
| 72 |
"usage_limit": 30, |
| 73 |
"status": "publish", |
| 74 |
"applicable_to": "all", |
| 75 |
"first_time_customer_only": 0, |
| 76 |
"is_group_discount": 0, |
| 77 |
"discount_mode": "promo" |
| 78 |
}, |
| 79 |
{ |
| 80 |
"code": "LOYAL100", |
| 81 |
"description": "Loyalty discount for returning customers", |
| 82 |
"type": "fixed", |
| 83 |
"amount": 100.00, |
| 84 |
"usage_limit": 0, |
| 85 |
"usage_limit_per_customer": 1, |
| 86 |
"status": "publish", |
| 87 |
"applicable_to": "all", |
| 88 |
"first_time_customer_only": 0, |
| 89 |
"is_group_discount": 0, |
| 90 |
"discount_mode": "promo" |
| 91 |
}, |
| 92 |
{ |
| 93 |
"code": "WINTER2024", |
| 94 |
"description": "Winter special - 18% off winter trips", |
| 95 |
"type": "percentage", |
| 96 |
"amount": 18.00, |
| 97 |
"usage_limit": 75, |
| 98 |
"status": "publish", |
| 99 |
"applicable_to": "all", |
| 100 |
"first_time_customer_only": 0, |
| 101 |
"is_group_discount": 0, |
| 102 |
"discount_mode": "promo" |
| 103 |
} |
| 104 |
] |
| 105 |
|