AirSeatMap

You can use this endpoint to get the seat map for a certain seat selection. Information about the ShoppingResponseID, OfferID, and the passenger list details is required to get the seat lists. This is an optional service.

Schema

  • Name: Provide the name for the request. This is a String value.

  • ReferenceVersion: Provide the version number. This is a Numeric value.


  • Travel Agency Sender:

    • Name: Provide the name for the request. This is a String value.

    • IATA Number: Provide the IATA number for the request. This is a String value.

    • Agency ID: Provide the agency ID for the request. This is a String value.

    • Contacts: This is an Array.

      • EmailContact: Provide the email contact for the request. This is a String value.

The Shopping Response ID is a unique identifier that is generated when a customer performs a search for flights and receives a list of available options.

This is the required field, and the value will be String.


OfferID: When a customer performs a search for flights, the airline generates a list of available offers that meet the customer’s search criteria. Each offer within that list is assigned a unique OfferID.It is important to provide the correct numeric value to ensure that the system can identify the correct offer.This is the required field, and the value will be String.

  • Passenger: This is an Array.

Note: This is a required field. The passenger list must have at least one adult. Infant object count should be less than or equal to adult count. Total passenger count should be less than or equal to 9.

  • PassengerID: Provide the passenger ID assigned to you. Valid values are T1, T2, and T3. The value will be String.

  • PTC: Provide the passenger type. Valid values are ADT, CHD, and INF. The value will be String.


TraceId: Provide the Trace ID. This is a String value.

Request URL

curl --location --request POST 'https://newapi.tltid.com/AirSeatMap' \
--header 'Authorization: <YOUR_ACCESS_TOKEN>' \

Request Body Sample

{
    "AirSeatMapRQ": {
        "Document": {
            "Name": "kathir",
            "ReferenceVersion": "1.0"
        },
        "Party": {
            "Sender": {
                "TravelAgencySender": {
                    "Name": "kathir",
                    "IATA_Number": "",
                    "AgencyID": "",
                    "Contacts": {
                        "Contact": [
                            {
                                "EmailContact": "pst@claritytts.com"
                            }
                        ]
                    }
                }
            }
        },
        "ShoppingResponseId": "1678884980680630342",
        "Query": {
            "Offer": [
                {
                    "OfferID": "137211721101678884984951212459"
                }
            ]
        },
        "DataLists": {
            "PassengerList": {
                "Passenger": [
                    {
                        "PassengerID": "T1",
                        "PTC": "ADT"
                    }
                ]
            }
        },
        "MetaData": {
            "TraceId": "161777799749"
        }
    }
}

Response Sample

{
    "AirSeatMapRS": {
        "Document": {
            "Name": "API GATEWAY",
            "ReferenceVersion": "1.2"
        },
        "Party": {
            "Sender": {
                "TravelAgencySender": {
                    "Name": "Lucky Travels",
                    "IATA_Number": "",
                    "AgencyID": "",
                    "Contacts": {
                        "Contact": [
                            {
                                "EmailContact": "pst@claritytts.com"
                            }
                        ]
                    }
                }
            }
        },
        "ShoppingResponseId": "1678884980680630342",
        "SeatResponseId": "1678885123663146513",
        "ALaCarteOffer": {
            "TimeLimits": {
                "OfferExpiration": "2023-03-15T13:28:47"
            },
            "ALaCarteOfferItem": [
                {
                    "OfferItemID": "ALaCarteOfferItem-1",
                    "Eligibility": {
                        "PassengerRefs": "ADT1",
                        "SegmentRefs": "Segment1"
                    },
                    "Price": {
                        "Base": {
                            "BookingCurrencyPrice": 45,
                            "EquivCurrencyPrice": 45
                        },
                        "Total": {
                            "BookingCurrencyPrice": 50.85,
                            "EquivCurrencyPrice": 50.85
                        },
                        "Tax": {
                            "BookingCurrencyPrice": 5.85,
                            "EquivCurrencyPrice": 5.85
                        }
                    }
                },
                {
                    "OfferItemID": "ALaCarteOfferItem-2",
                    "Eligibility": {
                        "PassengerRefs": "ADT1",
                        "SegmentRefs": "Segment1"
                    },
                    "Price": {
                        "Base": {
                            "BookingCurrencyPrice": 42,
                            "EquivCurrencyPrice": 42
                        },
                        "Total": {
                            "BookingCurrencyPrice": 47.46,
                            "EquivCurrencyPrice": 47.46
                        },
                        "Tax": {
                            "BookingCurrencyPrice": 5.46,
                            "EquivCurrencyPrice": 5.46
                        }
                    }
                },
                {
                    "OfferItemID": "ALaCarteOfferItem-3",
                    "Eligibility": {
                        "PassengerRefs": "ADT1",
                        "SegmentRefs": "Segment1"
                    },
                    "Price": {
                        "Base": {
                            "BookingCurrencyPrice": 34,
                            "EquivCurrencyPrice": 34
                        },
                        "Total": {
                            "BookingCurrencyPrice": 38.42,
                            "EquivCurrencyPrice": 38.42
                        },
                        "Tax": {
                            "BookingCurrencyPrice": 4.42,
                            "EquivCurrencyPrice": 4.42
                        }
                    }
                },
                {
                    "OfferItemID": "ALaCarteOfferItem-4",
                    "Eligibility": {
                        "PassengerRefs": "ADT1",
                        "SegmentRefs": "Segment1"
                    },
                    "Price": {
                        "Base": {
                            "BookingCurrencyPrice": 31,
                            "EquivCurrencyPrice": 31
                        },
                        "Total": {
                            "BookingCurrencyPrice": 35.03,
                            "EquivCurrencyPrice": 35.03
                        },
                        "Tax": {
                            "BookingCurrencyPrice": 4.03,
                            "EquivCurrencyPrice": 4.03
                        }
                    }
                },
                {
                    "OfferItemID": "ALaCarteOfferItem-5",
                    "Eligibility": {
                        "PassengerRefs": "ADT1",
                        "SegmentRefs": "Segment1"
                    },
                    "Price": {
                        "Base": {
                            "BookingCurrencyPrice": 31.999999999999996,
                            "EquivCurrencyPrice": 31.999999999999996
                        },
                        "Total": {
                            "BookingCurrencyPrice": 36.16,
                            "EquivCurrencyPrice": 36.16
                        },
                        "Tax": {
                            "BookingCurrencyPrice": 4.16,
                            "EquivCurrencyPrice": 4.16
                        }
                    }
                },
                {
                    "OfferItemID": "ALaCarteOfferItem-6",
                    "Eligibility": {
                        "PassengerRefs": "ADT1",
                        "SegmentRefs": "Segment1"
                    },
                    "Price": {
                        "Base": {
                            "BookingCurrencyPrice": 29.000000000000004,
                            "EquivCurrencyPrice": 29.000000000000004
                        },
                        "Total": {
                            "BookingCurrencyPrice": 32.77,
                            "EquivCurrencyPrice": 32.77
                        },
                        "Tax": {
                            "BookingCurrencyPrice": 3.77,
                            "EquivCurrencyPrice": 3.77
                        }
                    }
                },
                {
                    "OfferItemID": "ALaCarteOfferItem-7",
                    "Eligibility": {
                        "PassengerRefs": "ADT1",
                        "SegmentRefs": "Segment1"
                    },
                    "Price": {
                        "Base": {
                            "BookingCurrencyPrice": 41,
                            "EquivCurrencyPrice": 41
                        },
                        "Total": {
                            "BookingCurrencyPrice": 46.33,
                            "EquivCurrencyPrice": 46.33
                        },
                        "Tax": {
                            "BookingCurrencyPrice": 5.33,
                            "EquivCurrencyPrice": 5.33
                        }
                    }
                },
                {
                    "OfferItemID": "ALaCarteOfferItem-8",
                    "Eligibility": {
                        "PassengerRefs": "ADT1",
                        "SegmentRefs": "Segment1"
                    },
                    "Price": {
                        "Base": {
                            "BookingCurrencyPrice": 38,
                            "EquivCurrencyPrice": 38
                        },
                        "Total": {
                            "BookingCurrencyPrice": 42.94,
                            "EquivCurrencyPrice": 42.94
                        },
                        "Tax": {
                            "BookingCurrencyPrice": 4.94,
                            "EquivCurrencyPrice": 4.94
                        }
                    }
                },
                {
                    "OfferItemID": "ALaCarteOfferItem-9",
                    "Eligibility": {
                        "PassengerRefs": "ADT1",
                        "SegmentRefs": "Segment2"
                    },
                    "Price": {
                        "Base": {
                            "BookingCurrencyPrice": 46,
                            "EquivCurrencyPrice": 46
                        },
                        "Total": {
                            "BookingCurrencyPrice": 48.3,
                            "EquivCurrencyPrice": 48.3
                        },
                        "Tax": {
                            "BookingCurrencyPrice": 2.3,
                            "EquivCurrencyPrice": 2.3
                        }
                    }
                },
                {
                    "OfferItemID": "ALaCarteOfferItem-10",
                    "Eligibility": {
                        "PassengerRefs": "ADT1",
                        "SegmentRefs": "Segment2"
                    },
                    "Price": {
                        "Base": {
                            "BookingCurrencyPrice": 44,
                            "EquivCurrencyPrice": 44
                        },
                        "Total": {
                            "BookingCurrencyPrice": 46.2,
                            "EquivCurrencyPrice": 46.2
                        },
                        "Tax": {
                            "BookingCurrencyPrice": 2.2,
                            "EquivCurrencyPrice": 2.2
                        }
                    }
                },
                {
                    "OfferItemID": "ALaCarteOfferItem-11",
                    "Eligibility": {
                        "PassengerRefs": "ADT1",
                        "SegmentRefs": "Segment2"
                    },
                    "Price": {
                        "Base": {
                            "BookingCurrencyPrice": 43,
                            "EquivCurrencyPrice": 43
                        },
                        "Total": {
                            "BookingCurrencyPrice": 45.15,
                            "EquivCurrencyPrice": 45.15
                        },
                        "Tax": {
                            "BookingCurrencyPrice": 2.15,
                            "EquivCurrencyPrice": 2.15
                        }
                    }
                },
                {
                    "OfferItemID": "ALaCarteOfferItem-12",
                    "Eligibility": {
                        "PassengerRefs": "ADT1",
                        "SegmentRefs": "Segment2"
                    },
                    "Price": {
                        "Base": {
                            "BookingCurrencyPrice": 41,
                            "EquivCurrencyPrice": 41
                        },
                        "Total": {
                            "BookingCurrencyPrice": 43.05,
                            "EquivCurrencyPrice": 43.05
                        },
                        "Tax": {
                            "BookingCurrencyPrice": 2.05,
                            "EquivCurrencyPrice": 2.05
                        }
                    }
                },
                {
                    "OfferItemID": "ALaCarteOfferItem-13",
                    "Eligibility": {
                        "PassengerRefs": "ADT1",
                        "SegmentRefs": "Segment2"
                    },
                    "Price": {
                        "Base": {
                            "BookingCurrencyPrice": 35,
                            "EquivCurrencyPrice": 35
                        },
                        "Total": {
                            "BookingCurrencyPrice": 36.75,
                            "EquivCurrencyPrice": 36.75
                        },
                        "Tax": {
                            "BookingCurrencyPrice": 1.75,
                            "EquivCurrencyPrice": 1.75
                        }
                    }
                },
                {
                    "OfferItemID": "ALaCarteOfferItem-14",
                    "Eligibility": {
                        "PassengerRefs": "ADT1",
                        "SegmentRefs": "Segment2"
                    },
                    "Price": {
                        "Base": {
                            "BookingCurrencyPrice": 33,
                            "EquivCurrencyPrice": 33
                        },
                        "Total": {
                            "BookingCurrencyPrice": 34.65,
                            "EquivCurrencyPrice": 34.65
                        },
                        "Tax": {
                            "BookingCurrencyPrice": 1.65,
                            "EquivCurrencyPrice": 1.65
                        }
                    }
                }
            ]
        },
        "SeatMap": [
            {
                "SegmentRef": "Segment1",
                "RowInfo": {
                    "Start": "4",
                    "End": "23"
                },
                "WingRow": {
                    "Start": "9",
                    "End": "16"
                },
                "Deck": "MAIN",
                "ColumnLayOut": [
                    {
                        "Name": "A",
                        "Position": "W"
                    },
                    {
                        "Name": "B",
                        "Position": "C"
                    },
                    {
                        "Name": "C",
                        "Position": "A"
                    },
                    {
                        "Name": "GAP"
                    },
                    {
                        "Name": "D",
                        "Position": "A"
                    },
                    {
                        "Name": "E",
                        "Position": "C"
                    },
                    {
                        "Name": "F",
                        "Position": "W"
                    }
                ],
                "Rows": [
                    {
                        "Number": 4,
                        "RowExists": true,
                        "Seat": [
                            {
                                "Column": "A",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063445420",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "PreferredSeat/PreferentialSeat",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-1"
                            },
                            {
                                "Column": "B",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063230644",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "PreferredSeat/PreferentialSeat",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-2"
                            },
                            {
                                "Column": "C",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063669178",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "PreferredSeat/PreferentialSeat",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-1"
                            },
                            {
                                "Column": "D",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063269829",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "PreferredSeat/PreferentialSeat",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-1"
                            },
                            {
                                "Column": "E",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063295530",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "PreferredSeat/PreferentialSeat",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-2"
                            },
                            {
                                "Column": "F",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063481742",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "PreferredSeat/PreferentialSeat",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-1"
                            }
                        ]
                    },
                    {
                        "Number": 5,
                        "RowExists": true,
                        "Seat": [
                            {
                                "Column": "A",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063120504",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "PreferredSeat/PreferentialSeat",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-1"
                            },
                            {
                                "Column": "B",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063501849",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "PreferredSeat/PreferentialSeat",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-2"
                            },
                            {
                                "Column": "C",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063951297",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "PreferredSeat/PreferentialSeat",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-1"
                            },
                            {
                                "Column": "D",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063101976",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "PreferredSeat/PreferentialSeat",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-1"
                            },
                            {
                                "Column": "E",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063259922",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "PreferredSeat/PreferentialSeat",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-2"
                            },
                            {
                                "Column": "F",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063499695",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "PreferredSeat/PreferentialSeat",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-1"
                            }
                        ]
                    },
                    {
                        "Number": 6,
                        "RowExists": true,
                        "Seat": [
                            {
                                "Column": "A",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063287157",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "FrontOfCabin",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-3"
                            },
                            {
                                "Column": "B",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063644492",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "FrontOfCabin",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-4"
                            },
                            {
                                "Column": "C",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063218706",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "FrontOfCabin",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-3"
                            },
                            {
                                "Column": "D",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063331020",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "FrontOfCabin",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-3"
                            },
                            {
                                "Column": "E",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063158561",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "FrontOfCabin",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-4"
                            },
                            {
                                "Column": "F",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063387265",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "FrontOfCabin",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-3"
                            }
                        ]
                    },
                    {
                        "Number": 7,
                        "RowExists": true,
                        "Seat": [
                            {
                                "Column": "A",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063737248",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "FrontOfCabin",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-3"
                            },
                            {
                                "Column": "B",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063563940",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "FrontOfCabin",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-4"
                            },
                            {
                                "Column": "C",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063148112",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "FrontOfCabin",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-3"
                            },
                            {
                                "Column": "D",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063915209",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "FrontOfCabin",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-3"
                            },
                            {
                                "Column": "E",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063157178",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "FrontOfCabin",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-4"
                            },
                            {
                                "Column": "F",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063883389",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "FrontOfCabin",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-3"
                            }
                        ]
                    },
                    {
                        "Number": 8,
                        "RowExists": true,
                        "Seat": [
                            {
                                "Column": "A",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063932111",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "FrontOfCabin",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-3"
                            },
                            {
                                "Column": "B",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063645359",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "FrontOfCabin",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-4"
                            },
                            {
                                "Column": "C",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063825477",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "FrontOfCabin",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-3"
                            },
                            {
                                "Column": "D",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063783200",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "FrontOfCabin",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-3"
                            },
                            {
                                "Column": "E",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063370973",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "FrontOfCabin",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-4"
                            },
                            {
                                "Column": "F",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063847086",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "FrontOfCabin",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-3"
                            }
                        ]
                    },
                    {
                        "Number": 9,
                        "RowExists": true,
                        "Seat": [
                            {
                                "Column": "A",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063240804",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "FrontOfCabin",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-3"
                            },
                            {
                                "Column": "B",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063402189",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "FrontOfCabin",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-4"
                            },
                            {
                                "Column": "C",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063529298",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "FrontOfCabin",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-3"
                            },
                            {
                                "Column": "D",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063825499",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-5"
                            },
                            {
                                "Column": "E",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063942784",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-6"
                            },
                            {
                                "Column": "F",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063880403",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-5"
                            }
                        ]
                    },
                    {
                        "Number": 10,
                        "RowExists": true,
                        "Seat": [
                            {
                                "Column": "A",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063717078",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-5"
                            },
                            {
                                "Column": "B",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063776633",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-6"
                            },
                            {
                                "Column": "C",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063895620",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-5"
                            },
                            {
                                "Column": "D",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063681050",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-5"
                            },
                            {
                                "Column": "E",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063321792",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-6"
                            },
                            {
                                "Column": "F",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063748945",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-5"
                            }
                        ]
                    },
                    {
                        "Number": 11,
                        "RowExists": true,
                        "ExitRow": true,
                        "Seat": [
                            {
                                "Column": "A",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063692438",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-7"
                            },
                            {
                                "Column": "B",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063149874",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-8"
                            },
                            {
                                "Column": "C",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063538368",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-7"
                            },
                            {
                                "Column": "D",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063575247",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-7"
                            },
                            {
                                "Column": "E",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063239620",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-8"
                            },
                            {
                                "Column": "F",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063980103",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-7"
                            }
                        ]
                    },
                    {
                        "Number": 12,
                        "RowExists": true,
                        "Seat": [
                            {
                                "Column": "A",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063165216",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-5"
                            },
                            {
                                "Column": "B",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063355463",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-6"
                            },
                            {
                                "Column": "C",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063793990",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-5"
                            },
                            {
                                "Column": "D",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063273131",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-5"
                            },
                            {
                                "Column": "E",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063967765",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-6"
                            },
                            {
                                "Column": "F",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063966988",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-5"
                            }
                        ]
                    },
                    {
                        "Number": 13,
                        "RowExists": true,
                        "Seat": [
                            {
                                "Column": "A",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063908643",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-5"
                            },
                            {
                                "Column": "B",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063857075",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-6"
                            },
                            {
                                "Column": "C",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063323941",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-5"
                            },
                            {
                                "Column": "D",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063559427",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-5"
                            },
                            {
                                "Column": "E",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063143894",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-6"
                            },
                            {
                                "Column": "F",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063459687",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-5"
                            }
                        ]
                    },
                    {
                        "Number": 14,
                        "RowExists": true,
                        "Seat": [
                            {
                                "Column": "A",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063760742",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-5"
                            },
                            {
                                "Column": "B",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063890938",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-6"
                            },
                            {
                                "Column": "C",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063239182",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-5"
                            },
                            {
                                "Column": "D",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063220541",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-5"
                            },
                            {
                                "Column": "E",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063599022",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-6"
                            },
                            {
                                "Column": "F",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063431170",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-5"
                            }
                        ]
                    },
                    {
                        "Number": 15,
                        "RowExists": true,
                        "Seat": [
                            {
                                "Column": "A",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063192334",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-5"
                            },
                            {
                                "Column": "B",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063468895",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-6"
                            },
                            {
                                "Column": "C",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063370558",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-5"
                            },
                            {
                                "Column": "D",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063473124",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-5"
                            },
                            {
                                "Column": "E",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063521489",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-6"
                            },
                            {
                                "Column": "F",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063656652",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-5"
                            }
                        ]
                    },
                    {
                        "Number": 16,
                        "RowExists": true,
                        "Seat": [
                            {
                                "Column": "A",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063377747",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-5"
                            },
                            {
                                "Column": "B",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063601125",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-6"
                            },
                            {
                                "Column": "C",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063121810",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-5"
                            },
                            {
                                "Column": "D",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127063486989",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-5"
                            },
                            {
                                "Column": "E",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127064675585",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-6"
                            },
                            {
                                "Column": "F",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127064982181",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-5"
                            }
                        ]
                    },
                    {
                        "Number": 17,
                        "RowExists": true,
                        "Seat": [
                            {
                                "Column": "A",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127064573273",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-5"
                            },
                            {
                                "Column": "B",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127064189626",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-6"
                            },
                            {
                                "Column": "C",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127064585151",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-5"
                            },
                            {
                                "Column": "D",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127064289147",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-5"
                            },
                            {
                                "Column": "E",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127064608666",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-6"
                            },
                            {
                                "Column": "F",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127064265061",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-5"
                            }
                        ]
                    },
                    {
                        "Number": 18,
                        "RowExists": true,
                        "Seat": [
                            {
                                "Column": "A",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127064319128",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-5"
                            },
                            {
                                "Column": "B",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127064650187",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-6"
                            },
                            {
                                "Column": "C",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127064752192",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-5"
                            },
                            {
                                "Column": "D",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127064928692",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-5"
                            },
                            {
                                "Column": "E",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127064312845",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-6"
                            },
                            {
                                "Column": "F",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127064781349",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-5"
                            }
                        ]
                    },
                    {
                        "Number": 19,
                        "RowExists": true,
                        "Seat": [
                            {
                                "Column": "A",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127064360947",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-5"
                            },
                            {
                                "Column": "B",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127064300745",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-6"
                            },
                            {
                                "Column": "C",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127064910277",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-5"
                            },
                            {
                                "Column": "D",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127064642030",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-5"
                            },
                            {
                                "Column": "E",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127064950981",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-6"
                            },
                            {
                                "Column": "F",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127064390944",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-5"
                            }
                        ]
                    },
                    {
                        "Number": 20,
                        "RowExists": true,
                        "Seat": [
                            {
                                "Column": "A",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127064882757",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-5"
                            },
                            {
                                "Column": "B",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127064856399",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-6"
                            },
                            {
                                "Column": "C",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127064209443",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-5"
                            },
                            {
                                "Column": "D",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127064624261",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-5"
                            },
                            {
                                "Column": "E",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127064213825",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-6"
                            },
                            {
                                "Column": "F",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127064700828",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-5"
                            }
                        ]
                    },
                    {
                        "Number": 21,
                        "RowExists": true,
                        "Seat": [
                            {
                                "Column": "A",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127064933616",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-5"
                            },
                            {
                                "Column": "B",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127064892159",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-6"
                            },
                            {
                                "Column": "C",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127064373024",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-5"
                            },
                            {
                                "Column": "D",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127064786103",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-5"
                            },
                            {
                                "Column": "E",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127064623073",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-6"
                            },
                            {
                                "Column": "F",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127064246642",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-5"
                            }
                        ]
                    },
                    {
                        "Number": 22,
                        "RowExists": true,
                        "Seat": [
                            {
                                "Column": "A",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127064874723",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-5"
                            },
                            {
                                "Column": "B",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127064745064",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-6"
                            },
                            {
                                "Column": "C",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127064723045",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-5"
                            },
                            {
                                "Column": "D",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127064200220",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-5"
                            },
                            {
                                "Column": "E",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127064910518",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-6"
                            },
                            {
                                "Column": "F",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127064713814",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-5"
                            }
                        ]
                    },
                    {
                        "Number": 23,
                        "RowExists": true,
                        "Seat": [
                            {
                                "Column": "A",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127064801222",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-5"
                            },
                            {
                                "Column": "B",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127064109395",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-6"
                            },
                            {
                                "Column": "C",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127064800576",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-5"
                            },
                            {
                                "Column": "D",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127064672009",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-5"
                            },
                            {
                                "Column": "E",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127064549593",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-6"
                            },
                            {
                                "Column": "F",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885127064921420",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-5"
                            }
                        ]
                    }
                ]
            },
            {
                "SegmentRef": "Segment2",
                "RowInfo": {
                    "Start": "4",
                    "End": "30"
                },
                "WingRow": {
                    "Start": "10",
                    "End": "18"
                },
                "Deck": "MAIN",
                "ColumnLayOut": [
                    {
                        "Name": "A",
                        "Position": "W"
                    },
                    {
                        "Name": "B",
                        "Position": "C"
                    },
                    {
                        "Name": "C",
                        "Position": "A"
                    },
                    {
                        "Name": "GAP"
                    },
                    {
                        "Name": "D",
                        "Position": "A"
                    },
                    {
                        "Name": "E",
                        "Position": "C"
                    },
                    {
                        "Name": "F",
                        "Position": "W"
                    }
                ],
                "Rows": [
                    {
                        "Number": 4,
                        "RowExists": true,
                        "Seat": [
                            {
                                "Column": "A",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126860598917",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "PreferredSeat/PreferentialSeat",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-9"
                            },
                            {
                                "Column": "B",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126860469217",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "PreferredSeat/PreferentialSeat",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-10"
                            },
                            {
                                "Column": "C",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126860922533",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "PreferredSeat/PreferentialSeat",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-9"
                            },
                            {
                                "Column": "D",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126860517409",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "PreferredSeat/PreferentialSeat",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-9"
                            },
                            {
                                "Column": "E",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126860678610",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "PreferredSeat/PreferentialSeat",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-10"
                            },
                            {
                                "Column": "F",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126860248997",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "PreferredSeat/PreferentialSeat",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-9"
                            }
                        ]
                    },
                    {
                        "Number": 5,
                        "RowExists": true,
                        "Seat": [
                            {
                                "Column": "A",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126860464407",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "PreferredSeat/PreferentialSeat",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-9"
                            },
                            {
                                "Column": "B",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126860732787",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "PreferredSeat/PreferentialSeat",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-10"
                            },
                            {
                                "Column": "C",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126860354820",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "PreferredSeat/PreferentialSeat",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-9"
                            },
                            {
                                "Column": "D",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126860256089",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "PreferredSeat/PreferentialSeat",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-9"
                            },
                            {
                                "Column": "E",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126860576719",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "PreferredSeat/PreferentialSeat",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-10"
                            },
                            {
                                "Column": "F",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126860102735",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "PreferredSeat/PreferentialSeat",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-9"
                            }
                        ]
                    },
                    {
                        "Number": 6,
                        "RowExists": true,
                        "Seat": [
                            {
                                "Column": "A",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126860394911",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "PreferredSeat/PreferentialSeat",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-9"
                            },
                            {
                                "Column": "B",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126860706299",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "PreferredSeat/PreferentialSeat",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-10"
                            },
                            {
                                "Column": "C",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126860728688",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "PreferredSeat/PreferentialSeat",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-9"
                            },
                            {
                                "Column": "D",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126860189903",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "PreferredSeat/PreferentialSeat",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-9"
                            },
                            {
                                "Column": "E",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126860308043",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "PreferredSeat/PreferentialSeat",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-10"
                            },
                            {
                                "Column": "F",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126860203633",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "PreferredSeat/PreferentialSeat",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-9"
                            }
                        ]
                    },
                    {
                        "Number": 7,
                        "RowExists": true,
                        "Seat": [
                            {
                                "Column": "A",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126860599033",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "PreferredSeat/PreferentialSeat",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-9"
                            },
                            {
                                "Column": "B",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126860909154",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "PreferredSeat/PreferentialSeat",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-10"
                            },
                            {
                                "Column": "C",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126860805745",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "PreferredSeat/PreferentialSeat",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-9"
                            },
                            {
                                "Column": "D",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126860223228",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "PreferredSeat/PreferentialSeat",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-9"
                            },
                            {
                                "Column": "E",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126860905262",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "PreferredSeat/PreferentialSeat",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-10"
                            },
                            {
                                "Column": "F",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126860607502",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "PreferredSeat/PreferentialSeat",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-9"
                            }
                        ]
                    },
                    {
                        "Number": 8,
                        "RowExists": true,
                        "Seat": [
                            {
                                "Column": "A",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126860204924",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "FrontOfCabin",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-11"
                            },
                            {
                                "Column": "B",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126860247574",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "FrontOfCabin",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-12"
                            },
                            {
                                "Column": "C",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126860981049",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "FrontOfCabin",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-11"
                            },
                            {
                                "Column": "D",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126860840634",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "FrontOfCabin",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-11"
                            },
                            {
                                "Column": "E",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126860601468",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "FrontOfCabin",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-12"
                            },
                            {
                                "Column": "F",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126860461657",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "FrontOfCabin",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-11"
                            }
                        ]
                    },
                    {
                        "Number": 9,
                        "RowExists": true,
                        "Seat": [
                            {
                                "Column": "A",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126860544777",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "FrontOfCabin",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-11"
                            },
                            {
                                "Column": "B",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126860998005",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "FrontOfCabin",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-12"
                            },
                            {
                                "Column": "C",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126860973221",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "FrontOfCabin",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-11"
                            },
                            {
                                "Column": "D",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126860959804",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "FrontOfCabin",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-11"
                            },
                            {
                                "Column": "E",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126860855856",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "FrontOfCabin",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-12"
                            },
                            {
                                "Column": "F",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126860705764",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "FrontOfCabin",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-11"
                            }
                        ]
                    },
                    {
                        "Number": 10,
                        "RowExists": true,
                        "Seat": [
                            {
                                "Column": "A",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126861898308",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "FrontOfCabin",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-11"
                            },
                            {
                                "Column": "B",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126861323382",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "FrontOfCabin",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-12"
                            },
                            {
                                "Column": "C",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126861405479",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "FrontOfCabin",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-11"
                            },
                            {
                                "Column": "D",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126861680564",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "FrontOfCabin",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-11"
                            },
                            {
                                "Column": "E",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126861540023",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "FrontOfCabin",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-12"
                            },
                            {
                                "Column": "F",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126861457029",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "FrontOfCabin",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-11"
                            }
                        ]
                    },
                    {
                        "Number": 11,
                        "RowExists": true,
                        "Seat": [
                            {
                                "Column": "A",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126861362855",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "FrontOfCabin",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-11"
                            },
                            {
                                "Column": "B",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126861899865",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "FrontOfCabin",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-12"
                            },
                            {
                                "Column": "C",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126861451145",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "FrontOfCabin",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-11"
                            },
                            {
                                "Column": "D",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126861295789",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "FrontOfCabin",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-11"
                            },
                            {
                                "Column": "E",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126861577513",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "FrontOfCabin",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-12"
                            },
                            {
                                "Column": "F",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126861356973",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "FrontOfCabin",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-11"
                            }
                        ]
                    },
                    {
                        "Number": 12,
                        "RowExists": true,
                        "Seat": [
                            {
                                "Column": "A",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126861484992",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-13"
                            },
                            {
                                "Column": "B",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126861103241",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-14"
                            },
                            {
                                "Column": "C",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126861653534",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-13"
                            },
                            {
                                "Column": "D",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126861769474",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-13"
                            },
                            {
                                "Column": "E",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126861808011",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-14"
                            },
                            {
                                "Column": "F",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126861430801",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-13"
                            }
                        ]
                    },
                    {
                        "Number": 13,
                        "RowExists": true,
                        "ExitRow": true,
                        "Seat": [
                            {
                                "Column": "A",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126861347556",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-9"
                            },
                            {
                                "Column": "B",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126861680896",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-10"
                            },
                            {
                                "Column": "C",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126861578679",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-9"
                            },
                            {
                                "Column": "D",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126861796458",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-9"
                            },
                            {
                                "Column": "E",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126861467022",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-10"
                            },
                            {
                                "Column": "F",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126861363447",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-9"
                            }
                        ]
                    },
                    {
                        "Number": 14,
                        "RowExists": true,
                        "ExitRow": true,
                        "Seat": [
                            {
                                "Column": "A",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126861547150",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-9"
                            },
                            {
                                "Column": "B",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126861270896",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-10"
                            },
                            {
                                "Column": "C",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126861882175",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-9"
                            },
                            {
                                "Column": "D",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126861201640",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-9"
                            },
                            {
                                "Column": "E",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126861660605",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-10"
                            },
                            {
                                "Column": "F",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126861862866",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-9"
                            }
                        ]
                    },
                    {
                        "Number": 15,
                        "RowExists": true,
                        "Seat": [
                            {
                                "Column": "A",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126861926154",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-13"
                            },
                            {
                                "Column": "B",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126861793314",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-14"
                            },
                            {
                                "Column": "C",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126861219095",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-13"
                            },
                            {
                                "Column": "D",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126861769375",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-13"
                            },
                            {
                                "Column": "E",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126861918920",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-14"
                            },
                            {
                                "Column": "F",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126861797524",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-13"
                            }
                        ]
                    },
                    {
                        "Number": 16,
                        "RowExists": true,
                        "Seat": [
                            {
                                "Column": "A",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126861300980",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-13"
                            },
                            {
                                "Column": "B",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126861291415",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-14"
                            },
                            {
                                "Column": "C",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126861400801",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-13"
                            },
                            {
                                "Column": "D",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126861244821",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-13"
                            },
                            {
                                "Column": "E",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126861522324",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-14"
                            },
                            {
                                "Column": "F",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126861782948",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-13"
                            }
                        ]
                    },
                    {
                        "Number": 17,
                        "RowExists": true,
                        "Seat": [
                            {
                                "Column": "A",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126861575806",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-13"
                            },
                            {
                                "Column": "B",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126861507404",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-14"
                            },
                            {
                                "Column": "C",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126861744882",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-13"
                            },
                            {
                                "Column": "D",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126861905230",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-13"
                            },
                            {
                                "Column": "E",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126861453085",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-14"
                            },
                            {
                                "Column": "F",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126861358383",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-13"
                            }
                        ]
                    },
                    {
                        "Number": 18,
                        "RowExists": true,
                        "Seat": [
                            {
                                "Column": "A",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126861503915",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-13"
                            },
                            {
                                "Column": "B",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126861133165",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-14"
                            },
                            {
                                "Column": "C",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126862471595",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-13"
                            },
                            {
                                "Column": "D",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126862240764",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-13"
                            },
                            {
                                "Column": "E",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126862439838",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-14"
                            },
                            {
                                "Column": "F",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126862957602",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-13"
                            }
                        ]
                    },
                    {
                        "Number": 19,
                        "RowExists": true,
                        "Seat": [
                            {
                                "Column": "A",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126862170920",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-13"
                            },
                            {
                                "Column": "B",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126862755223",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-14"
                            },
                            {
                                "Column": "C",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126862109544",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-13"
                            },
                            {
                                "Column": "D",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126862325623",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-13"
                            },
                            {
                                "Column": "E",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126862481281",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-14"
                            },
                            {
                                "Column": "F",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126862653762",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-13"
                            }
                        ]
                    },
                    {
                        "Number": 20,
                        "RowExists": true,
                        "Seat": [
                            {
                                "Column": "A",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126862452043",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-13"
                            },
                            {
                                "Column": "B",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126862192953",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-14"
                            },
                            {
                                "Column": "C",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126862263903",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-13"
                            },
                            {
                                "Column": "D",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126862356788",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-13"
                            },
                            {
                                "Column": "E",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126862958021",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-14"
                            },
                            {
                                "Column": "F",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126862188450",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-13"
                            }
                        ]
                    },
                    {
                        "Number": 21,
                        "RowExists": true,
                        "Seat": [
                            {
                                "Column": "A",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126862410340",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-13"
                            },
                            {
                                "Column": "B",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126862965119",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-14"
                            },
                            {
                                "Column": "C",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126862752332",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-13"
                            },
                            {
                                "Column": "D",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126862906921",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-13"
                            },
                            {
                                "Column": "E",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126862345159",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-14"
                            },
                            {
                                "Column": "F",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126862470968",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-13"
                            }
                        ]
                    },
                    {
                        "Number": 22,
                        "RowExists": true,
                        "Seat": [
                            {
                                "Column": "A",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126862779923",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-13"
                            },
                            {
                                "Column": "B",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126862168592",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-14"
                            },
                            {
                                "Column": "C",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126862497245",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-13"
                            },
                            {
                                "Column": "D",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126862292100",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-13"
                            },
                            {
                                "Column": "E",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126862392661",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-14"
                            },
                            {
                                "Column": "F",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126862195327",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-13"
                            }
                        ]
                    },
                    {
                        "Number": 23,
                        "RowExists": true,
                        "Seat": [
                            {
                                "Column": "A",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126862388559",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-13"
                            },
                            {
                                "Column": "B",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126862931342",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-14"
                            },
                            {
                                "Column": "C",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126862846363",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-13"
                            },
                            {
                                "Column": "D",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126862888783",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-13"
                            },
                            {
                                "Column": "E",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126862632590",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-14"
                            },
                            {
                                "Column": "F",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126862792384",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-13"
                            }
                        ]
                    },
                    {
                        "Number": 24,
                        "RowExists": true,
                        "Seat": [
                            {
                                "Column": "A",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126862664157",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-13"
                            },
                            {
                                "Column": "B",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126862309476",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-14"
                            },
                            {
                                "Column": "C",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126862101327",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-13"
                            },
                            {
                                "Column": "D",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126862687529",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-13"
                            },
                            {
                                "Column": "E",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126862720033",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-14"
                            },
                            {
                                "Column": "F",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126862584119",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-13"
                            }
                        ]
                    },
                    {
                        "Number": 25,
                        "RowExists": true,
                        "Seat": [
                            {
                                "Column": "A",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126862913320",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-13"
                            },
                            {
                                "Column": "B",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126862206354",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-14"
                            },
                            {
                                "Column": "C",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126862264086",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-13"
                            },
                            {
                                "Column": "D",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126862227902",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-13"
                            },
                            {
                                "Column": "E",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126862321645",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-14"
                            },
                            {
                                "Column": "F",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126862456094",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-13"
                            }
                        ]
                    },
                    {
                        "Number": 26,
                        "RowExists": true,
                        "Seat": [
                            {
                                "Column": "A",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126862704067",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-13"
                            },
                            {
                                "Column": "B",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126862610168",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-14"
                            },
                            {
                                "Column": "C",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126862379805",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-13"
                            },
                            {
                                "Column": "D",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126862316915",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-13"
                            },
                            {
                                "Column": "E",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126862328411",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-14"
                            },
                            {
                                "Column": "F",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126862405580",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-13"
                            }
                        ]
                    },
                    {
                        "Number": 27,
                        "RowExists": true,
                        "Seat": [
                            {
                                "Column": "A",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126862193521",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-13"
                            },
                            {
                                "Column": "B",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126862355201",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-14"
                            },
                            {
                                "Column": "C",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126862864133",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-13"
                            },
                            {
                                "Column": "D",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126862704484",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-13"
                            },
                            {
                                "Column": "E",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126862431031",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-14"
                            },
                            {
                                "Column": "F",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126863404804",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-13"
                            }
                        ]
                    },
                    {
                        "Number": 28,
                        "RowExists": true,
                        "Seat": [
                            {
                                "Column": "A",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126863253545",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-13"
                            },
                            {
                                "Column": "B",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126863612907",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-14"
                            },
                            {
                                "Column": "C",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126863336895",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-13"
                            },
                            {
                                "Column": "D",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126863230636",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-13"
                            },
                            {
                                "Column": "E",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126863659156",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-14"
                            },
                            {
                                "Column": "F",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126863543198",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-13"
                            }
                        ]
                    },
                    {
                        "Number": 29,
                        "RowExists": true,
                        "Seat": [
                            {
                                "Column": "A",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126863287746",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-13"
                            },
                            {
                                "Column": "B",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126863489016",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-14"
                            },
                            {
                                "Column": "C",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126863102820",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-13"
                            },
                            {
                                "Column": "D",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126863811773",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-13"
                            },
                            {
                                "Column": "E",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126863188998",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-14"
                            },
                            {
                                "Column": "F",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126863807988",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-13"
                            }
                        ]
                    },
                    {
                        "Number": 30,
                        "RowExists": true,
                        "Seat": [
                            {
                                "Column": "A",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126863651611",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-13"
                            },
                            {
                                "Column": "B",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126863433695",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-14"
                            },
                            {
                                "Column": "C",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126863611609",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-13"
                            },
                            {
                                "Column": "D",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126863322771",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-13"
                            },
                            {
                                "Column": "E",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126863498141",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-14"
                            },
                            {
                                "Column": "F",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1678885126863414596",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-13"
                            }
                        ]
                    }
                ]
            }
        ],
        "DataLists": {
            "PassengerList": {
                "Passengers": [
                    {
                        "PassengerID": "T1",
                        "PTC": "ADT"
                    }
                ]
            },
            "ServiceDefinitionList": {
                "ServiceDefinition": []
            },
            "FlightSegmentList": {
                "FlightSegment": [
                    {
                        "Departure": {
                            "AirportCode": "YKF",
                            "Date": "2023-05-20",
                            "Time": "16:25:00",
                            "AirportName": "Waterloo Airport",
                            "Terminal": ""
                        },
                        "Arrival": {
                            "AirportCode": "YYC",
                            "Date": "2023-05-20",
                            "Time": "18:30:00",
                            "AirportName": "Calgary International Airport",
                            "Terminal": ""
                        },
                        "MarketingCarrier": {
                            "AirlineId": "WS",
                            "Name": "WS",
                            "FlightNumber": "557"
                        },
                        "OperatingCarrier": {
                            "AirlineId": "WS",
                            "Name": "WS",
                            "FlightNumber": "557"
                        },
                        "Equipment": {
                            "AircraftCode": "73W",
                            "AircraftName": "73W"
                        },
                        "Code": {
                            "MarriageGroup": "O",
                            "ResBookDesigCode": "A",
                            "Cabin": "Y"
                        },
                        "FlightDetail": {
                            "FlightDuration": {
                                "Value": "4 H 5 M"
                            },
                            "Stops": {
                                "Value": ""
                            },
                            "IntermediateInfo": [],
                            "AirMilesFlown": 1646
                        },
                        "BrandId": "BASIC",
                        "FlightRef": "Flight1",
                        "SegmentRef": "Segment1"
                    },
                    {
                        "Departure": {
                            "AirportCode": "YYC",
                            "Date": "2023-05-20",
                            "Time": "20:00:00",
                            "AirportName": "Calgary International Airport",
                            "Terminal": ""
                        },
                        "Arrival": {
                            "AirportCode": "YVR",
                            "Date": "2023-05-20",
                            "Time": "20:32:00",
                            "AirportName": "Vancouver International Airport",
                            "Terminal": "M"
                        },
                        "MarketingCarrier": {
                            "AirlineId": "WS",
                            "Name": "WS",
                            "FlightNumber": "66"
                        },
                        "OperatingCarrier": {
                            "AirlineId": "WS",
                            "Name": "WS",
                            "FlightNumber": "66"
                        },
                        "Equipment": {
                            "AircraftCode": "7M8",
                            "AircraftName": "7M8"
                        },
                        "Code": {
                            "MarriageGroup": "I",
                            "ResBookDesigCode": "A",
                            "Cabin": "Y"
                        },
                        "FlightDetail": {
                            "FlightDuration": {
                                "Value": "1 H 32 M"
                            },
                            "Stops": {
                                "Value": ""
                            },
                            "IntermediateInfo": [],
                            "AirMilesFlown": 428
                        },
                        "BrandId": "BASIC",
                        "FlightRef": "Flight1",
                        "SegmentRef": "Segment2"
                    }
                ]
            },
            "FlightList": {
                "Flight": [
                    {
                        "FlightKey": "Flight1",
                        "Journey": {
                            "Time": "7 H 7 M",
                            "Stops": 1
                        },
                        "SegmentReferences": "Segment1 Segment2"
                    }
                ]
            },
            "OriginDestinationList": {
                "OriginDestination": [
                    {
                        "OriginDestinationKey": "OD1",
                        "DepartureCode": "YKF",
                        "ArrivalCode": "YVR",
                        "FlightReferences": "Flight1"
                    }
                ]
            }
        }
    }
}

Try it out!