Get Venue Rate Plan Room Rate List
Get Rate Plan Room Rate List
Path Parameters
Name
Type
Description
{
"meta": {
"totalResults": 3,
"start": 0,
"perPage": 3,
"count": 3
},
"results": [
{
"id": 1,
"barId": 1,
"barRateId": 1,
"roomId": 1,
"cost": 55,
"costDouble": null,
"costTriple": null,
"costQuad": null,
"costExcludedTaxIds": [],
"actualCost": 45,
"actualCostDouble": null,
"actualCostTriple": null,
"actualCostQuad": null,
"actualCostExcludedTaxIds": []
},
{
"id": 2,
"barId": 1,
"barRateId": 1,
"roomId": 22,
"cost": 50,
"costDouble": null,
"costTriple": null,
"costQuad": null,
"costExcludedTaxIds": [],
"actualCost": 45,
"actualCostDouble": null,
"actualCostTriple": null,
"actualCostQuad": null,
"actualCostExcludedTaxIds": []
},
{
"id": 3,
"barId": 1,
"barRateId": 1,
"roomId": 23,
"cost": 50,
"costDouble": 70,
"costTriple": 0,
"costQuad": 0,
"costExcludedTaxIds": [],
"actualCost": 0,
"actualCostDouble": 0,
"actualCostTriple": 0,
"actualCostQuad": 0,
"actualCostExcludedTaxIds": []
}
]
}Example Request
Rate Plan Room Rate
Property
Type
Description
Last updated