AirPostBookingSeatMap

AirPostBookingSeatMap is a service provided after the booking process is completed, which allows to view and select their preferred seats on a flight. This service requires Order ID and GDS Booking Reference to access their booking information and make any necessary seat adjustments.

After a customer inputs their OrderID and GDS Booking Reference, the AirPostBookingSeatMap service will display a seat map for the chosen flight, indicating which seats are available and which have already been assigned. Customers can then select their preferred seats based on their personal preferences, such as window or aisle seats, or seats with more legroom.

The AirPostBookingSeatMap service is particularly useful who may have forgotten to add an seat service during the initial booking process or wants to make changes in their preBookingSeat service selection.

Note: GDS-Global Distribution System.

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. This is a String value.

    • Contacts: This is an Array.

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

  • OrderID: This is the unique identifier that is typically provided by the airline at the time of booking. This is the required field, and the value will be String.

  • GdsBookingReference: This is the code that is used by GDS to identify the booking. The GDS booking references are typically provided by the airlines at the time of booking. This is the required field, and the value will be the String.


Request URL

curl --location --request POST 'https://uat-apigateway.voyzantonline.com/AirPostBookingSeatMap' \
--header 'Authorization: <YOUR_ACCESS_TOKEN>' \
--header 'x-api-key: <your key here>' \
--header 'Content-Type: application/json'\ 

Request Body Sample

{
    "AirSeatMapRQ": {
        "Document": {
            "Name": "

Voyzant API GATEWAY",
            "ReferenceVersion": "1.0"
        },
        "Party": {
            "Sender": {
                "TravelAgencySender": {
                    "Name": "Skyroute B2B Portal",
                    "IATA_Number": "1111111111",
                    "AgencyID": "Skyroute B2B Portal",
                    "Contacts": {
                        "Contact": [
                            {
                                "EmailContact": "skyroute@gmail.com"
                            }
                        ]
                    }
                }
            }
        },
        "Query": {
            "OrderID": "0POSCFP2",
            "GdsBookingReference": ["YTINUH"]
        }
    }
}

Response Sample

{
    "AirSeatMapRS": {
        "Document": {
            "Name": "

Voyzant API GATEWAY",
            "ReferenceVersion": "1.2"
        },
        "Party": {
            "Sender": {
                "TravelAgencySender": {
                    "Name": "kathir",
                    "IATA_Number": "",
                    "AgencyID": "",
                    "Contacts": {
                        "Contact": [
                            {
                                "EmailContact": "kathir@gmail.com"
                            }
                        ]
                    }
                }
            }
        },
        "ShoppingResponseId": "1620935432360360661",
        "SeatResponseId": "1620935633922887028",
        "ALaCarteOffer": {
            "TimeLimits": {
                "OfferExpiration": "2021-05-14T01:54:00"
            },
            "ALaCarteOfferItem": [
                {
                    "OfferItemID": "ALaCarteOfferItem-1",
                    "Eligibility": {
                        "PassengerRefs": "ADT1",
                        "SegmentRefs": "Segment1"
                    },
                    "Price": {
                        "Base": {
                            "BookingCurrencyPrice": 18.15,
                            "EquivCurrencyPrice": 18.15
                        },
                        "Total": {
                            "BookingCurrencyPrice": 19.06,
                            "EquivCurrencyPrice": 19.06
                        },
                        "Tax": {
                            "BookingCurrencyPrice": 0.91,
                            "EquivCurrencyPrice": 0.91
                        }
                    }
                },
                {
                    "OfferItemID": "ALaCarteOfferItem-2",
                    "Eligibility": {
                        "PassengerRefs": "ADT1",
                        "SegmentRefs": "Segment1"
                    },
                    "Price": {
                        "Base": {
                            "BookingCurrencyPrice": 6.05,
                            "EquivCurrencyPrice": 6.05
                        },
                        "Total": {
                            "BookingCurrencyPrice": 6.35,
                            "EquivCurrencyPrice": 6.35
                        },
                        "Tax": {
                            "BookingCurrencyPrice": 0.3,
                            "EquivCurrencyPrice": 0.3
                        }
                    }
                }
            ]
        },
        "SeatMap": [
            {
                "SegmentRef": "Segment1",
                "RowInfo": {
                    "Start": "6",
                    "End": "30"
                },
                "WingRow": {
                    "Start": "12",
                    "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": 6,
                        "RowExists": true,
                        "Seat": [
                            {
                                "Column": "A",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "B",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "C",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "D",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "E",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "F",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            }
                        ]
                    },
                    {
                        "Number": 7,
                        "RowExists": true,
                        "Seat": [
                            {
                                "Column": "A",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "B",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "C",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "D",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "E",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "F",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            }
                        ]
                    },
                    {
                        "Number": 8,
                        "RowExists": true,
                        "Seat": [
                            {
                                "Column": "A",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "B",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "C",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "D",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "E",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "F",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            }
                        ]
                    },
                    {
                        "Number": 9,
                        "RowExists": true,
                        "Seat": [
                            {
                                "Column": "A",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1620935640421308754",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "PreferredSeat/PreferentialSeat",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-1"
                            },
                            {
                                "Column": "B",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "C",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "D",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "E",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "F",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1620935640421920517",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "PreferredSeat/PreferentialSeat",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-1"
                            }
                        ]
                    },
                    {
                        "Number": 10,
                        "RowExists": true,
                        "Seat": [
                            {
                                "Column": "A",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1620935640422845969",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "PreferredSeat/PreferentialSeat",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-1"
                            },
                            {
                                "Column": "B",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "C",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "D",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "E",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "F",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1620935640422394676",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "PreferredSeat/PreferentialSeat",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-1"
                            }
                        ]
                    },
                    {
                        "Number": 11,
                        "RowExists": true,
                        "Seat": [
                            {
                                "Column": "A",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1620935640422705382",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "PreferredSeat/PreferentialSeat",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-1"
                            },
                            {
                                "Column": "B",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "C",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "D",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "E",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "F",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1620935640422675713",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "PreferredSeat/PreferentialSeat",
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-1"
                            }
                        ]
                    },
                    {
                        "Number": 12,
                        "RowExists": true,
                        "Seat": [
                            {
                                "Column": "A",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "B",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "C",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "D",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "E",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "F",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            }
                        ]
                    },
                    {
                        "Number": 13,
                        "RowExists": true,
                        "ExitRow": true,
                        "Seat": [
                            {
                                "Column": "A",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "B",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "C",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "D",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "E",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "F",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            }
                        ]
                    },
                    {
                        "Number": 14,
                        "RowExists": true,
                        "ExitRow": true,
                        "Seat": [
                            {
                                "Column": "A",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "B",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "C",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "D",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "E",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "F",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            }
                        ]
                    },
                    {
                        "Number": 15,
                        "RowExists": true,
                        "Seat": [
                            {
                                "Column": "A",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1620935640422631161",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-2"
                            },
                            {
                                "Column": "B",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "C",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "D",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "E",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "F",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1620935640422446206",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-2"
                            }
                        ]
                    },
                    {
                        "Number": 16,
                        "RowExists": true,
                        "Seat": [
                            {
                                "Column": "A",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1620935640422953963",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-2"
                            },
                            {
                                "Column": "B",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "C",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "D",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "E",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "F",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1620935640422824053",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-2"
                            }
                        ]
                    },
                    {
                        "Number": 17,
                        "RowExists": true,
                        "Seat": [
                            {
                                "Column": "A",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1620935640422923787",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-2"
                            },
                            {
                                "Column": "B",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "C",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "D",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "E",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "F",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1620935640422905901",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-2"
                            }
                        ]
                    },
                    {
                        "Number": 18,
                        "RowExists": true,
                        "Seat": [
                            {
                                "Column": "A",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1620935640422488479",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-2"
                            },
                            {
                                "Column": "B",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "C",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "D",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "E",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "F",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1620935640422748480",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-2"
                            }
                        ]
                    },
                    {
                        "Number": 19,
                        "RowExists": true,
                        "Seat": [
                            {
                                "Column": "A",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1620935640422926960",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-2"
                            },
                            {
                                "Column": "B",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "C",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "D",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "E",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "F",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1620935640422437524",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-2"
                            }
                        ]
                    },
                    {
                        "Number": 20,
                        "RowExists": true,
                        "Seat": [
                            {
                                "Column": "A",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1620935640422977945",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-2"
                            },
                            {
                                "Column": "B",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "C",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "D",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "E",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "F",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1620935640422368035",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-2"
                            }
                        ]
                    },
                    {
                        "Number": 21,
                        "RowExists": true,
                        "Seat": [
                            {
                                "Column": "A",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1620935640422782167",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-2"
                            },
                            {
                                "Column": "B",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "C",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "D",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "E",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "F",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1620935640422208194",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-2"
                            }
                        ]
                    },
                    {
                        "Number": 22,
                        "RowExists": true,
                        "Seat": [
                            {
                                "Column": "A",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1620935640422271633",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-2"
                            },
                            {
                                "Column": "B",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "C",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "D",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "E",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "F",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1620935640422509872",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-2"
                            }
                        ]
                    },
                    {
                        "Number": 23,
                        "RowExists": true,
                        "Seat": [
                            {
                                "Column": "A",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1620935640422235709",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-2"
                            },
                            {
                                "Column": "B",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "C",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "D",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "E",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "F",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1620935640422378431",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-2"
                            }
                        ]
                    },
                    {
                        "Number": 24,
                        "RowExists": true,
                        "Seat": [
                            {
                                "Column": "A",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1620935640422856958",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-2"
                            },
                            {
                                "Column": "B",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "C",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "D",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "E",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "F",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1620935640422926099",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-2"
                            }
                        ]
                    },
                    {
                        "Number": 25,
                        "RowExists": true,
                        "Seat": [
                            {
                                "Column": "A",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1620935640422989164",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-2"
                            },
                            {
                                "Column": "B",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "C",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "D",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "E",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "F",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1620935640422869576",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-2"
                            }
                        ]
                    },
                    {
                        "Number": 26,
                        "RowExists": true,
                        "Seat": [
                            {
                                "Column": "A",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1620935640422374056",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-2"
                            },
                            {
                                "Column": "B",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "C",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "D",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "E",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "F",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1620935640422884647",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-2"
                            }
                        ]
                    },
                    {
                        "Number": 27,
                        "RowExists": true,
                        "Seat": [
                            {
                                "Column": "A",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1620935640422634470",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-2"
                            },
                            {
                                "Column": "B",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "C",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "D",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "E",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "F",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": true,
                                "SeatId": "1620935640422511960",
                                "PaxRef": "ADT1",
                                "Chargable": true,
                                "SeatFecilities": [
                                    "ChargeableSeat"
                                ],
                                "OfferItemRefs": "ALaCarteOfferItem-2"
                            }
                        ]
                    },
                    {
                        "Number": 28,
                        "RowExists": true,
                        "Seat": [
                            {
                                "Column": "A",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "B",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "C",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "D",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "E",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "F",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            }
                        ]
                    },
                    {
                        "Number": 29,
                        "RowExists": true,
                        "Seat": [
                            {
                                "Column": "A",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "B",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "C",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "D",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "E",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "F",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            }
                        ]
                    },
                    {
                        "Number": 30,
                        "RowExists": true,
                        "Seat": [
                            {
                                "Column": "A",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "B",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "C",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "D",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "E",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            },
                            {
                                "Column": "F",
                                "SeatExists": true,
                                "Servicable": true,
                                "Available": false
                            }
                        ]
                    }
                ]
            }
        ],
        "DataLists": {
            "PassengerList": {
                "Passengers": [
                    {
                        "attributes": {
                            "PassengerID": "ADT1"
                        },
                        "PassengerID": "ADT1",
                        "PTC": "ADT",
                        "BirthDate": "2000-07-21",
                        "NameTitle": "Mr",
                        "FirstName": "downey",
                        "MiddleName": "",
                        "LastName": "Robert",
                        "TravelDocument": {
                            "DocumentNumber": "9658745",
                            "ExpiryDate": "2024-01-01",
                            "IssuingCountry": "CA",
                            "DocumentType": ""
                        },
                        "Preference": {
                            "WheelChairPreference": {
                                "Reason": ""
                            },
                            "SeatPreference": "any"
                        },
                        "LoyaltyProgramAccount": [
                            {
                                "ProgramID": "AA",
                                "AirlineID": "AA",
                                "AccountNumber": "8349843875"
                            }
                        ],
                        "ContactInfoRef": "CTC1"
                    }
                ]
            },
            "ServiceDefinitionList": {
                "ServiceDefinition": []
            },
            "FlightSegmentList": {
                "FlightSegment": [
                    {
                        "Departure": {
                            "AirportCode": "MAA",
                            "Date": "2021-11-25",
                            "Time": "09:15:00",
                            "AirportName": "Chennai International Airport",
                            "Terminal": ""
                        },
                        "Arrival": {
                            "AirportCode": "AUH",
                            "Date": "2021-11-25",
                            "Time": "12:20:00",
                            "AirportName": "Abu Dhabi International Airport",
                            "Terminal": ""
                        },
                        "MarketingCarrier": {
                            "AirlineId": "EY",
                            "Name": "EY",
                            "FlightNumber": "239"
                        },
                        "OperatingCarrier": {
                            "AirlineId": "EY",
                            "Name": "EY",
                            "FlightNumber": "239"
                        },
                        "Equipment": {
                            "AircraftCode": "32A",
                            "AircraftName": ""
                        },
                        "Code": {
                            "ResBookDesigCode": "E",
                            "Cabin": "Y"
                        },
                        "FlightDetail": {
                            "FlightDuration": {
                                "Value": "4 Hrs 35 Min"
                            },
                            "Stops": {
                                "Value": 0
                            },
                            "IntermediateInfo": []
                        },
                        "BrandId": "",
                        "FlightRef": "Flight1",
                        "SegmentRef": "Segment1"
                    },
                    {
                        "Departure": {
                            "AirportCode": "AUH",
                            "Date": "2021-11-25",
                            "Time": "13:00:00",
                            "AirportName": "Abu Dhabi International Airport",
                            "Terminal": ""
                        },
                        "Arrival": {
                            "AirportCode": "XNB",
                            "Date": "2021-11-25",
                            "Time": "14:20:00",
                            "AirportName": "United Arab Emirates",
                            "Terminal": ""
                        },
                        "MarketingCarrier": {
                            "AirlineId": "EY",
                            "Name": "EY",
                            "FlightNumber": "5422"
                        },
                        "OperatingCarrier": {
                            "AirlineId": "EY",
                            "Name": "EY",
                            "FlightNumber": "5422"
                        },
                        "Equipment": {
                            "AircraftCode": "BUS",
                            "AircraftName": "Bus"
                        },
                        "Code": {
                            "ResBookDesigCode": "E",
                            "Cabin": "Y"
                        },
                        "FlightDetail": {
                            "FlightDuration": {
                                "Value": "1 Hrs 20 Min"
                            },
                            "Stops": {
                                "Value": 0
                            },
                            "IntermediateInfo": []
                        },
                        "BrandId": "",
                        "FlightRef": "Flight1",
                        "SegmentRef": "Segment2"
                    }
                ]
            },
            "FlightList": {
                "Flight": [
                    {
                        "FlightKey": "Flight1",
                        "Journey": {
                            "Time": "6 H 35 M",
                            "Stops": 1
                        },
                        "SegmentReferences": "Segment1 Segment2"
                    }
                ]
            },
            "OriginDestinationList": {
                "OriginDestination": [
                    {
                        "OriginDestinationKey": "OD1",
                        "DepartureCode": "MAA",
                        "ArrivalCode": "XNB",
                        "FlightReferences": "Flight1"
                    }
                ]
            }
        }
    }
}

Try it out!