Booth Type Discount

NOTE HERE ABOUT WHAT THIS IS FOR. You must have the exhibitors ConventionPrivilege to access this. Booth Type Discounts are accessed via /api/boothtypediscount.

Properties

See "Object Properties" in Introduction for basic shared properties.

Complete details in BoothTypeDiscountProperties. It also has these extra read-only properties:

Related Objects

See "Related Objects" in Introduction for how to use them.

boothtype

The BoothType this boothtypediscount belongs to.

discount

The Discount this boothtypediscount belongs to.

Services

The services used to fetch and manipulate booth type discounts.

Create Booth Type Discount

 POST /api/boothtypediscount
Required Params
session_id
discount_id
boothtype_id

Returns the same as a normal read.

Read Booth Type Discount

 GET /api/boothtypediscount/xxx

Returns:

 {
   "id" : "xxx",
   "name" : "The Captain is Dead",
   ...
 }

Update Booth Type Discount

 PUT /api/boothtypediscount/xxx

Returns the same as a normal read.

Delete Booth Type Discount

 DELETE /api/boothtypediscount/xxx

Returns:

 {
   "success" : 1
 }