Get Venue Rate Plan List
Get Venue Rate Plan List
Path Parameters
Name
Type
Description
{
"meta": {
"totalResults": 2,
"start": 0,
"perPage": null,
"count": 2
},
"results": [
{
"id": 1,
"name": "Basic Rate Plan",
"code": "2-1",
"description": "<p>Basic Room Pan</p> "
},
{
"id": 2,
"name": "Luxrious Plan",
"code": "2-2",
"description": "<p><strong>This is bit good:) here  </strong></p> "
}
]
}Example Request
Last updated