Sections

The following operations are available for this resource.

Http Verb Operation
Get ReferenceData/Sections/{id}?maintenanceMode={maintenanceMode} Get the details of a section by id.
GET Method: Get, URL: ReferenceData/Sections/{id}?maintenanceMode={maintenanceMode} Test

Get the details of a section by id.

GetAll ReferenceData/Sections?seatMapId={seatMapId}&maintenanceMode={maintenanceMode} 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: 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).

GetSummaries ReferenceData/Sections/Summary Get a summary representation of all sections.
GET Method: GetSummaries, URL: ReferenceData/Sections/Summary Test

Get a summary representation of all sections.

Create ReferenceData/Sections Create a new section.
POST Method: Create, URL: ReferenceData/Sections Test

Create a new section.

Update ReferenceData/Sections/{id} Update an existing section.
PUT Method: Update, URL: ReferenceData/Sections/{id} Test

Update an existing section.

Delete ReferenceData/Sections/{id} Delete an existing section.
DELETE Method: Delete, URL: ReferenceData/Sections/{id} Test

Delete an existing section.