Extra things that can be added to a Booth such as chairs,
tables,
or electricity.
You must have the exhibitors
ConventionPrivilege to access this.
Booth Options are accessed via /api/boothoption
.
See "Object Properties" in Introduction for basic shared properties.
Complete details in BoothOptionProperties.
See "Related Objects" in Introduction for how to use them.
The BoothType this option is available for.
The Convention this boothoption belongs to.
See "Relationships" in Introduction for how to use them.
The BoothAddOns that have actually taken advantage of this option.
The services used to fetch and manipulate booth options.
Searching all booth options across conventions is no longer supported. To search on a single convention see "Relationships" in Convention.
POST /api/boothoption
Returns the same as a normal read.
GET /api/boothoption/xxx
Returns:
{ "id" : "xxx", "name" : "Extra Chair", ... }
PUT /api/boothoption/xxx
Returns the same as a normal read.
DELETE /api/boothoption/xxx
Returns:
{ "success" : 1 }
Gets any Discounts still available to the booth option.
GET /api/boothoption/xxx/available-discounts
Returns the list of Discounts.