Skip to main content

GetVenueSeatPriorityResponse

Response containing the seat priorities of a venue.

seatPriorities object[]nullable

The seat priorities of the venue.

  • Array [
  • physicalSeatIdinteger<int32>required

    Physical seat identifier (SOAP: ID_PhysicalSeat).

    groupinteger<int32>required

    Priority group (SOAP: Group).

    priorityinteger<int32>required

    Seat priority within the group (SOAP: Priority).

  • ]
  • GetVenueSeatPriorityResponse
    {
    "seatPriorities": [
    {
    "physicalSeatId": 0,
    "group": 0,
    "priority": 0
    }
    ]
    }