Subdivide a Room for purposes of selling Booths.
You must have the exhibitors
or scheduling
ConventionPrivilege to access this.
Room Zones are accessed via /api/roomzone
.
See "Object Properties" in Introduction for basic shared properties.
Complete details in RoomZoneProperties.
See "Related Objects" in Introduction for how to use them.
The Convention this roomzone belongs to.
The Room this zone is in.
See "Relationships" in Introduction for how to use them.
The list of Booths attached to this zone.
The list of Exhibitors approved to buy booths in this zone.
The services used to fetch and manipulate room zones.
This will search across all conventions. To search on a single convention see "Relationships" in Convention.
GET /api/roomzone
Searches a partial name.
Returns:
{ "paging" : {...}, "items" : [ { "id" : "xxx", "name" : "Aisle 100", ... }, ... ] }
POST /api/roomzone
Returns the same as a normal read.
GET /api/roomzone/xxx
Returns:
{ "id" : "xxx", "name" : "Aisle 100", ... }
PUT /api/roomzone/xxx
Returns the same as a normal read.
DELETE /api/roomzone/xxx
Returns:
{ "success" : 1 }