SeatDescriptionTemplate

Templates to allow different seat description for seats

Fields

FieldDescription
id
int 
(required)

The ID of the template

Example value:1
name
string 
(required)

The name of the template

Example value:"Upper balcony"
template
string 
(required)

The template itself with placeholders for rowname, seatname and zonename

Example value:"{{zonename}} Upper balcony {{rowname}}:{{seatname}}"

Example

1{
2    "id": 1,
3    "name": "Upper balcony",
4    "template": "{{zonename}} Upper balcony {{rowname}}:{{seatname}}"
5}