An Exhibitor can purchase a Sponsorship to sponsor a convention.
You must have the exhibitors
ConventionPrivilege to manage this.
Sponsorships are accessed via /api/sponsorship
.
See "Object Properties" in Introduction for basic shared properties.
Complete details in SponsorshipProperties. It also has these extra read-only properties:
The number of the sponsorship still available.
Fields sold_count
and max_available_count
are deprecated and replaced in use by taken_count
and max_quantity
,
respectively.
See "Related Objects" in Introduction for how to use them.
The Convention this sponsorship belongs to.
If the sponsorship includes complimentary badges, this is the BadgeType that the complimentary badges must be.
See "Relationships" in Introduction for how to use them.
Exhibitor Sponsors who have purchased or been granted this sponsorship.
The services used to fetch and manipulate sponsorships.
Searching all sponsorships across conventions is no longer supported. To search on a single convention see "Relationships" in Convention.
POST /api/sponsorship
Returns the same as a normal read.
GET /api/sponsorship/xxx
Returns:
{ "id" : "xxx", "name" : "Full Page Sponsorship", ... }
PUT /api/sponsorship/xxx
Returns the same as a normal read.
DELETE /api/sponsorship/xxx
Returns:
{ "success" : 1 }
Gets any Discounts still available to the sponsorship.
GET /api/sponsorship/xxx/available-discounts
Returns the list of Discounts.