Skip to main content

AllocateBestSeatsResponse

Response of the automatic allocation.

cartIdinteger<int32>required

Resolved cart identifier (SOAP: id_TemporaryOrder).

cartItemIdinteger<int32>required

Created cart item identifier (SOAP: id_TemporaryOrderRow).

isContiguousbooleanrequired

Overall contiguity (SOAP: isContiguous out parameter = last group).

groups object[]nullable

Seat groups, in request order (SOAP: listAllocResponse).

  • Array [
  • isContiguousbooleanrequired

    Whether the seats of this group are contiguous (SOAP: isContiguous).

    seats object[]nullable

    Allocated seats (SOAP: ListAllocSeat).

  • Array [
  • seatIdinteger<int32>required

    Seat article identifier (SOAP: ID_SeatArticle.ID_Article).

    categoryIdinteger<int32>required

    Category identifier (SOAP: ID_Category).

    physicalSeatIdinteger<int32>required

    Physical seat identifier (SOAP: ID_PhysicalSeat).

    eventSessionIdinteger<int32>required

    Event session identifier (SOAP: ID_CatalogContents).

  • ]
  • ]
  • AllocateBestSeatsResponse
    {
    "cartId": 0,
    "cartItemId": 0,
    "isContiguous": true,
    "groups": [
    {
    "isContiguous": true,
    "seats": [
    {
    "seatId": 0,
    "categoryId": 0,
    "physicalSeatId": 0,
    "eventSessionId": 0
    }
    ]
    }
    ]
    }