Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
GET /v1/properties/promotions
Api-Key
Channel-Id
curl -X GET "https://sandbox.elivaas.com/v1/properties/promotions" \ -H "Api-Key: YOUR_API_KEY" \ -H "Channel-Id: YOUR_CHANNEL_ID"
200 OK
{propertyId}
{ "prop_456": [ { "id": "promo_001", "code": "SUMMER20", "title": "Summer Discount", "description": "Get 20% off on stays during summer season", "startDateTime": "2025-06-01T00:00:00", "endDateTime": "2025-08-31T23:59:59", "discountMethod": "PERCENTAGE", "discountPercentage": 20.0, "maximumDiscountAllowed": 5000, "minimumBookingAmount": 3000, "status": "ACTIVE", "type": "COUPON", "nonRefundable": false, "clubbed": false, "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 } ] }
200
{}
401
500