Get Venue Room Option List
Get Venue Room Option List
Request Body
Name
Type
Description
{
"meta": {
"totalResults": 2,
"start": 0,
"perPage": 100,
"count": 2
},
"results": [
{
"id": 1,
"venueId": 1,
"name": "Test Room Option 1",
"description": "Test Room Option 1",
"price": 100,
"priceExcludedTaxIds": [1],
"cost": 100,
"costExcludedTaxIds": [1],
"costcenterId": null,
"createdDate": "2018-08-08 12:37:14 UTC",
"modifiedDate": "2018-08-08 12:37:14 UTC"
},
{
"id": 2,
"venueId": 1,
"name": "Test Room Option 2",
"description": "Test Room Option 2",
"price": 100,
"priceExcludedTaxIds": [1],
"cost": 100,
"costExcludedTaxIds": [1],
"costcenterId": null,
"createdDate": "2018-08-08 18:21:59 UTC",
"modifiedDate": "2018-08-08 18:21:59 UTC"
}
]
}Venue Room Option
Property
Type
Description
Last updated