Manages the relationship betweeen BadgeTypes and what ConventionDays they are able to access the Convention.
Badge Type Con Days are accessed via /api/badgetypeconday
.
See "Object Properties" in Introduction for basic shared properties.
Complete details in BadgeTypeConDayProperties. It also has these extra read-only properties:
See "Related Objects" in Introduction for how to use them.
The BadgeType this badgetypeconday belongs to.
The ConventionDay this badgetypeconday belongs to.
The services used to fetch and manipulate badgetypecondays.
POST /api/badgetypeconday
Returns the same as a normal read.
GET /api/badgetypeconday/xxx
Returns:
{ "id" : "xxx", "badgetype_id" : "xxx", ... }
PUT /api/badgetypeconday/xxx
Returns the same as a normal read.
DELETE /api/badgetypeconday/xxx
Returns:
{ "success" : 1 }