[
{
"id": "rp_123",
"propertyId": "prop_456",
"name": "Standard Room Rate",
"code": "european-plan",
"description": "Room only - no meals included",
"rate": 1500,
"minimumRate": 1200,
"extraAdultRate": 300,
"extraChildRate": 150,
"applicableGuest": 2,
"applicableAdult": 2,
"applicableChild": 1,
"restrictions": [
{
"date": "2025-08-01",
"rate": 1500,
"stopSell": false
},
{
"date": "2025-08-02",
"rate": 1800,
"stopSell": false
},
{
"date": "2025-08-03",
"rate": 1800,
"stopSell": false
}
]
},
{
"id": "rp_124",
"propertyId": "prop_456",
"name": "All-Inclusive",
"code": "all-inclusive",
"description": "All meals and activities included",
"rate": 3000,
"minimumRate": 2500,
"extraAdultRate": 500,
"extraChildRate": 250,
"applicableGuest": 2,
"applicableAdult": 2,
"applicableChild": 1,
"restrictions": []
}
]