Get Venue Room Option List
Get Venue Room Option List
POST
[PlatformAddress]/api/1.0/venue?action=getVenueRoomOptionList
Get a list of room options for a venue.
Request Body
venueId
integer
The unique id of the venue to which the room options belong
start
integer
The starting result of the page. Note this is zero based (i.e. sending start=0 will start from the first result.)
perPage
integer
The number of booking accomodation groups to fetch
The result from this call will be a collection of room options the user has access to. This call also accepts the pagination and filter properties.
Venue Room Option
id
integer
The unique id of the room option
venueId
integer
The unique id of the venue to which the room option belongs
name
string
The name of the room option (e.g. "Breakfast")
description
string
The description of the room option. This can be html formatted text
price
number
The sale price of the room option. The amount either includes or excludes tax depending on how the venue is configured
priceExcludedTaxIds
array of integers
The unique ids of the taxes that are excluded from price
cost
number
The cost of the room option. The amount either includes or excludes tax depending on how the venue is configured
costExcludedTaxIds
array of integers
The unique ids of the taxes that are excluded from cost
costcenterId
integer
The unique id of the cost center assigned to the room option
createdDate
datetime
The date & time the room option was created
modifiedDate
datetime
The date & time the room option was last modified
Last updated