NOTE HERE ABOUT WHAT THIS IS FOR.
You must have the exhibitors
ConventionPrivilege to access this.
Booth Type Discounts are accessed via /api/boothtypediscount
.
See "Object Properties" in Introduction for basic shared properties.
Complete details in BoothTypeDiscountProperties. It also has these extra read-only properties:
See "Related Objects" in Introduction for how to use them.
The BoothType this boothtypediscount belongs to.
The Discount this boothtypediscount belongs to.
The services used to fetch and manipulate booth type discounts.
POST /api/boothtypediscount
Returns the same as a normal read.
GET /api/boothtypediscount/xxx
Returns:
{ "id" : "xxx", "name" : "The Captain is Dead", ... }
PUT /api/boothtypediscount/xxx
Returns the same as a normal read.
DELETE /api/boothtypediscount/xxx
Returns:
{ "success" : 1 }