The kinds of booths you're allowing at your convention.
You must have the exhibitors
ConventionPrivilege to access this.
Booth Types are accessed via /api/boothtype
.
See "Object Properties" in Introduction for basic shared properties.
Complete details in BoothTypeProperties.
See "Related Objects" in Introduction for how to use them.
The BadgeType that exhibitors get for free with this booth type.
The Convention this boothtype belongs to.
See "Relationships" in Introduction for how to use them.
The list of BoothOptions that are available with this booth type.
The list Booths that are configured by this booth type.
The relationships that manage the Discounts that are allowed to be used on this booth type.
The Discounts that are allowed to be used on this booth type.
The services used to fetch and manipulate booth types.
Searching all booth types across conventions is no longer supported. To search on a single convention see "Relationships" in Convention.
POST /api/boothtype
Returns the same as a normal read.
GET /api/boothtype/xxx
Returns:
{ "id" : "xxx", "name" : "Corner Booth", ... }
PUT /api/boothtype/xxx
Returns the same as a normal read.
DELETE /api/boothtype/xxx
Returns:
{ "success" : 1 }
Gets any Discounts still available to the booth type.
GET /api/boothtype/xxx/available-discounts
Returns the list of Discounts.