The following operations are available for this resource.
| Http Verb | Operation | ||
|---|---|---|---|
| GET | Method: Get, URL: ReferenceData/Sections/{id}?maintenanceMode={maintenanceMode} | Test | |
|
Get the details of a section by id. |
|||
| GET | Method: GetAll, URL: ReferenceData/Sections?seatMapId={seatMapId}&maintenanceMode={maintenanceMode} | Test | |
|
Get all sections. To get the resources in maintenance mode(ignore Control Groups), pass maintenanceMode="true". Maintenance mode requires users to have access to the reference tables. (Specified in TX_REFTABLE_USERGROUP). |
|||
| GET | Method: GetSummaries, URL: ReferenceData/Sections/Summary | Test | |
|
Get a summary representation of all sections. |
|||
| POST | Method: Create, URL: ReferenceData/Sections | Test | |
|
Create a new section. |
|||
| PUT | Method: Update, URL: ReferenceData/Sections/{id} | Test | |
|
Update an existing section. |
|||
| DELETE | Method: Delete, URL: ReferenceData/Sections/{id} | Test | |
|
Delete an existing section. |
|||