Stateless Seats API Mock Server
Manage airline seat selection and availability without stateful session requirements.
The Stateless Seats API allows developers to shop for, add, and remove seats for airline passengers. It provides a streamlined interface for seat management workflows, enabling the validation of seat selection logic and payload structures for travel applications.
Use this hosted mock server to simulate Stateless Seats API APIs without authentication, API keys, or extra dependencies. Point your code or SDK to the Beeceptor base URL, preferably through an environment variable or feature flag, and switch back to the production API when ready.
This keeps your integration code consistent across local development, QA, demos, and production.
Use cases:
Use this sandbox to validate seat map retrieval, seat availability checks, seat assignment requests, and removal workflows. Developers can test how their applications handle seat pricing, cabin class constraints, and error responses for unavailable or restricted seats.
Stateless Seats API(3 operations)
POST
| Header Name | Example |
|---|---|
x-request-id | "minim aliquip ea cillum ad" |
{
"clientContext": {
"pseudoCityCode": "HDQ",
"stationNumber": "77777770",
"accountingCode": "HD",
"accountingCity": "HDQ"
},
"calculateDiscount": true,
"currencyOverrideCode": "USD",
"segmentReferenceId": "SEG-1",
"fareQualifiers": [
{
"passengerReferenceId": "PAX-1",
"fareBasisCodes": [
{
"fareBasisCode": "HTEST",
"segmentReferenceId": "SEG-1"
}
]
}
],
"segments": [
{
"id": "SEG-1",
"departureDateTime": "2023-07-08T12:45:00",
"arrivalDateTime": "2023-07-08T21:30:00",
"departureAirportCode": "JFK",
"arrivalAirportCode": "LAX",
"operatingAirlineCode": "X0",
"bookingAirlineCode": "X0",
"isElectronicTicket": true,
"bookingFlightNumber": "0790",
"brandCode": "ES",
"bookingClassCode": "H",
"operatingFlightNumber": "0790",
"operatingBookingClassCode": "H",
"sequence": 1
}
],
"passengers": [
{
"id": "PAX-1",
"nameNumber": "01.01",
"givenName": "John",
"surname": "Smith",
"typeCode": "ADT",
"specialServiceCodes": [
"WCHR",
"WCHC"
]
}
]
}{
"offer": {
"id": "3aad4270-d088-454e-889b-d550e1427dff",
"items": [
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-1",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "COMFORT SEAT",
"seatNumber": "1A"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-2",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "COMFORT SEAT",
"seatNumber": "1B"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-3",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "COMFORT SEAT",
"seatNumber": "1C"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-4",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "COMFORT SEAT",
"seatNumber": "1J"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-5",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "COMFORT SEAT",
"seatNumber": "1K"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-6",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "COMFORT SEAT",
"seatNumber": "1L"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-7",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "EXTRA LEG SPACE",
"seatNumber": "2A"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-8",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "EXTRA LEG SPACE",
"seatNumber": "2B"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-9",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "EXTRA LEG SPACE",
"seatNumber": "2C"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-10",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "EXTRA LEG SPACE",
"seatNumber": "2J"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-11",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "EXTRA LEG SPACE",
"seatNumber": "2K"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-12",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "EXTRA LEG SPACE",
"seatNumber": "2L"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-13",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "EXTRA LEG SPACE",
"seatNumber": "3A"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-14",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "EXTRA LEG SPACE",
"seatNumber": "3B"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-15",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "EXTRA LEG SPACE",
"seatNumber": "3C"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-16",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "EXTRA LEG SPACE",
"seatNumber": "3J"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-17",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "EXTRA LEG SPACE",
"seatNumber": "3K"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-18",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "EXTRA LEG SPACE",
"seatNumber": "3L"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-19",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "EXTRA LEG SPACE",
"seatNumber": "4A"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-20",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "EXTRA LEG SPACE",
"seatNumber": "4B"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-21",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "EXTRA LEG SPACE",
"seatNumber": "4C"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-22",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "EXTRA LEG SPACE",
"seatNumber": "4J"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-23",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "EXTRA LEG SPACE",
"seatNumber": "4K"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-24",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "EXTRA LEG SPACE",
"seatNumber": "4L"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-25",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "EXTRA LEG SPACE",
"seatNumber": "5A"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-26",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "EXTRA LEG SPACE",
"seatNumber": "5B"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-27",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "EXTRA LEG SPACE",
"seatNumber": "5C"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-28",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "EXTRA LEG SPACE",
"seatNumber": "5J"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-29",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "EXTRA LEG SPACE",
"seatNumber": "5K"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-30",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "EXTRA LEG SPACE",
"seatNumber": "5L"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-31",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "COMFORT SEAT",
"seatNumber": "6A"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-32",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "COMFORT SEAT",
"seatNumber": "6B"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-33",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "COMFORT SEAT",
"seatNumber": "6C"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-34",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "COMFORT SEAT",
"seatNumber": "6J"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-35",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "COMFORT SEAT",
"seatNumber": "6K"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-36",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "COMFORT SEAT",
"seatNumber": "6L"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-37",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "COMFORT SEAT",
"seatNumber": "7A"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-38",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "COMFORT SEAT",
"seatNumber": "7B"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-39",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "COMFORT SEAT",
"seatNumber": "7C"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-40",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "COMFORT SEAT",
"seatNumber": "7J"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-41",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "COMFORT SEAT",
"seatNumber": "7K"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-42",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "COMFORT SEAT",
"seatNumber": "7L"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-43",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "COMFORT SEAT",
"seatNumber": "8A"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-44",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "COMFORT SEAT",
"seatNumber": "8B"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-45",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "COMFORT SEAT",
"seatNumber": "8C"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-46",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "COMFORT SEAT",
"seatNumber": "8J"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-47",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "COMFORT SEAT",
"seatNumber": "8K"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-48",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "COMFORT SEAT",
"seatNumber": "8L"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-49",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "COMFORT SEAT",
"seatNumber": "9A"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-50",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "COMFORT SEAT",
"seatNumber": "9B"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-51",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "COMFORT SEAT",
"seatNumber": "9C"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-52",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "COMFORT SEAT",
"seatNumber": "9J"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-53",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "COMFORT SEAT",
"seatNumber": "9K"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-54",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "COMFORT SEAT",
"seatNumber": "9L"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-55",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "EXTRA LEG SPACE",
"seatNumber": "10A"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-56",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "EXTRA LEG SPACE",
"seatNumber": "10B"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-57",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "EXTRA LEG SPACE",
"seatNumber": "10C"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-58",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "EXTRA LEG SPACE",
"seatNumber": "10J"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-59",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "EXTRA LEG SPACE",
"seatNumber": "10K"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-60",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "EXTRA LEG SPACE",
"seatNumber": "10L"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "25.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-61",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "PREMIUM SEATS",
"seatNumber": "11A"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-62",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "PREMIUM SEATS",
"seatNumber": "11B"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-63",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "PREMIUM SEATS",
"seatNumber": "11C"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-64",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "PREMIUM SEATS",
"seatNumber": "11J"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-65",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "PREMIUM SEATS",
"seatNumber": "11K"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-66",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "PREMIUM SEATS",
"seatNumber": "11L"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-67",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "PREMIUM SEATS",
"seatNumber": "12A"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-68",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "PREMIUM SEATS",
"seatNumber": "12B"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-69",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "PREMIUM SEATS",
"seatNumber": "12C"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-70",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "PREMIUM SEATS",
"seatNumber": "12J"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-71",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "PREMIUM SEATS",
"seatNumber": "12K"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-72",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "PREMIUM SEATS",
"seatNumber": "12L"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-73",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "PREMIUM SEATS",
"seatNumber": "13A"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-74",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "PREMIUM SEATS",
"seatNumber": "13B"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-75",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "PREMIUM SEATS",
"seatNumber": "13C"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-76",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "PREMIUM SEATS",
"seatNumber": "13J"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-77",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "PREMIUM SEATS",
"seatNumber": "13K"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-78",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "PREMIUM SEATS",
"seatNumber": "13L"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-79",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "PREMIUM SEATS",
"seatNumber": "14A"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-80",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "PREMIUM SEATS",
"seatNumber": "14B"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-81",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "PREMIUM SEATS",
"seatNumber": "14C"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-82",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "PREMIUM SEATS",
"seatNumber": "14J"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-83",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "PREMIUM SEATS",
"seatNumber": "14K"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-84",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "PREMIUM SEATS",
"seatNumber": "14L"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-85",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "PREMIUM SEATS",
"seatNumber": "15A"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-86",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "PREMIUM SEATS",
"seatNumber": "15B"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-87",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "PREMIUM SEATS",
"seatNumber": "15C"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-88",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "PREMIUM SEATS",
"seatNumber": "15J"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-89",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "PREMIUM SEATS",
"seatNumber": "15K"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-90",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "PREMIUM SEATS",
"seatNumber": "15L"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-91",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "PREMIUM SEATS",
"seatNumber": "16A"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-92",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "PREMIUM SEATS",
"seatNumber": "16B"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-93",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "PREMIUM SEATS",
"seatNumber": "16C"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-94",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "PREMIUM SEATS",
"seatNumber": "16J"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-95",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "PREMIUM SEATS",
"seatNumber": "16K"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-96",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "PREMIUM SEATS",
"seatNumber": "16L"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-97",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "PREMIUM SEATS",
"seatNumber": "17A"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-98",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "PREMIUM SEATS",
"seatNumber": "17B"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-99",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "PREMIUM SEATS",
"seatNumber": "17C"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-100",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "PREMIUM SEATS",
"seatNumber": "17J"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-101",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "PREMIUM SEATS",
"seatNumber": "17K"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-102",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "PREMIUM SEATS",
"seatNumber": "17L"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "55.65",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-103",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "COMFORT SEAT",
"seatNumber": "18A"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-104",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "COMFORT SEAT",
"seatNumber": "18B"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-105",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "COMFORT SEAT",
"seatNumber": "18C"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-106",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "COMFORT SEAT",
"seatNumber": "18J"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-107",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "COMFORT SEAT",
"seatNumber": "18K"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-108",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "COMFORT SEAT",
"seatNumber": "18L"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-109",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "COMFORT SEAT",
"seatNumber": "19A"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-110",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "COMFORT SEAT",
"seatNumber": "19B"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-111",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "COMFORT SEAT",
"seatNumber": "19C"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-112",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "COMFORT SEAT",
"seatNumber": "19J"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-113",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "COMFORT SEAT",
"seatNumber": "19K"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-114",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "COMFORT SEAT",
"seatNumber": "19L"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-115",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "COMFORT SEAT",
"seatNumber": "20A"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-116",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "COMFORT SEAT",
"seatNumber": "20B"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-117",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "COMFORT SEAT",
"seatNumber": "20C"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-118",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "COMFORT SEAT",
"seatNumber": "20J"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-119",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "COMFORT SEAT",
"seatNumber": "20K"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-120",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "COMFORT SEAT",
"seatNumber": "20L"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-121",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "COMFORT SEAT",
"seatNumber": "21A"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-122",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "COMFORT SEAT",
"seatNumber": "21B"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-123",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "COMFORT SEAT",
"seatNumber": "21C"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-124",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "COMFORT SEAT",
"seatNumber": "21J"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-125",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "COMFORT SEAT",
"seatNumber": "21K"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-126",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "COMFORT SEAT",
"seatNumber": "21L"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-127",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "COMFORT SEAT",
"seatNumber": "22A"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-128",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "COMFORT SEAT",
"seatNumber": "22B"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-129",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "COMFORT SEAT",
"seatNumber": "22C"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-130",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "COMFORT SEAT",
"seatNumber": "22J"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-131",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "COMFORT SEAT",
"seatNumber": "22K"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-132",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "COMFORT SEAT",
"seatNumber": "22L"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-133",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "COMFORT SEAT",
"seatNumber": "23A"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-134",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "COMFORT SEAT",
"seatNumber": "23B"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-135",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "COMFORT SEAT",
"seatNumber": "23C"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-136",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "COMFORT SEAT",
"seatNumber": "23J"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-137",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "COMFORT SEAT",
"seatNumber": "23K"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-138",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "COMFORT SEAT",
"seatNumber": "23L"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-139",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "COMFORT SEAT",
"seatNumber": "24A"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-140",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "COMFORT SEAT",
"seatNumber": "24B"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-141",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "COMFORT SEAT",
"seatNumber": "24C"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-142",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "COMFORT SEAT",
"seatNumber": "24J"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-143",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "COMFORT SEAT",
"seatNumber": "24K"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
},
{
"id": "3aad4270-d088-454e-889b-d550e1427dff-144",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-1"
],
"details": {
"type": "SeatOfferItem",
"commercialName": "COMFORT SEAT",
"seatNumber": "24L"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
}
}
],
"totalPrice": {
"base": {
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
},
"totals": [
{
"amount": {
"amount": "20.00",
"currencyCode": "USD"
}
}
]
}
},
"priceOverrideType": "System"
}
]
},
"segments": [
{
"id": "SEG-1",
"departureDateTime": "2023-12-08T12:45:00",
"arrivalDateTime": "2023-12-08T21:30:00",
"departureAirportCode": "JFK",
"arrivalAirportCode": "LAX",
"operatingAirlineCode": "X0",
"bookingAirlineCode": "X0",
"isElectronicTicket": true,
"bookingFlightNumber": "0790",
"brandCode": "ES",
"bookingClassCode": "H",
"operatingFlightNumber": "0790",
"operatingBookingClassCode": "H",
"sequence": 1
}
],
"passengers": [
{
"id": "PAX-1",
"nameNumber": "01.01",
"givenName": "John",
"surname": "Smith",
"typeCode": "ADT",
"specialServiceCodes": [
"WCHR",
"WCHC"
]
}
],
"seatMaps": [
{
"id": "SM-1",
"segmentReferenceId": "SEG-1",
"cabins": [
{
"bookingClass": "H",
"marketingDescription": "PRICE PER SEAT:USD 20.00-USD 55.65",
"firstRow": 1,
"lastRow": 24,
"numberOfRows": 24,
"cabinLocation": "Maindeck",
"cabinFacilities": [],
"column": [
{
"id": "COL-1",
"name": "A",
"customCharacteristics": [
"Window"
],
"characteristics": [
{
"location": "Left",
"value": "W"
}
]
},
{
"id": "COL-2",
"name": "B",
"customCharacteristics": [],
"characteristics": []
},
{
"id": "COL-3",
"name": "C",
"customCharacteristics": [
"Aisle"
],
"characteristics": [
{
"location": "Right",
"value": "A"
}
]
},
{
"id": "COL-4",
"name": "J",
"customCharacteristics": [
"Aisle"
],
"characteristics": [
{
"location": "Left",
"value": "A"
}
]
},
{
"id": "COL-5",
"name": "K",
"customCharacteristics": [],
"characteristics": []
},
{
"id": "COL-6",
"name": "L",
"customCharacteristics": [
"Window"
],
"characteristics": [
{
"location": "Right",
"value": "W"
}
]
}
],
"row": [
{
"number": "1",
"isPresent": true,
"deck": "Maindeck",
"slots": [
{
"id": "SL-1",
"columnReferenceId": "COL-1",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"LegSpaceSeat",
"ChargeableSeat"
],
"number": "1A",
"customCharacteristics": [
"SeatIsFree",
"BulkheadSeat",
"LeftSideOfAircraft",
"LegSpaceSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"L",
"CH",
"K",
"LS",
"W",
"LA"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-1"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"BulkheadSeat",
"LeftSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-2",
"columnReferenceId": "COL-2",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"LegSpaceSeat",
"ChargeableSeat"
],
"number": "1B",
"customCharacteristics": [
"SeatIsFree",
"BulkheadSeat",
"LeftSideOfAircraft",
"LegSpaceSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"L",
"CH",
"K",
"LS",
"LA"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-2"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"BulkheadSeat",
"LeftSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-3",
"columnReferenceId": "COL-3",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"LegSpaceSeat",
"ChargeableSeat"
],
"number": "1C",
"customCharacteristics": [
"SeatIsFree",
"BulkheadSeat",
"LeftSideOfAircraft",
"LegSpaceSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"L",
"CH",
"K",
"LS",
"A",
"LA"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-3"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"BulkheadSeat",
"LeftSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-4",
"columnReferenceId": "COL-4",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"LegSpaceSeat",
"ChargeableSeat"
],
"number": "1J",
"customCharacteristics": [
"SeatIsFree",
"BulkheadSeat",
"RightSideOfAircraft",
"LegSpaceSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"L",
"CH",
"K",
"RS",
"A",
"LA"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-4"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"BulkheadSeat",
"RightSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-5",
"columnReferenceId": "COL-5",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"LegSpaceSeat",
"ChargeableSeat"
],
"number": "1K",
"customCharacteristics": [
"SeatIsFree",
"BulkheadSeat",
"RightSideOfAircraft",
"LegSpaceSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"L",
"CH",
"K",
"RS",
"LA"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-5"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"BulkheadSeat",
"RightSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-6",
"columnReferenceId": "COL-6",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"LegSpaceSeat",
"ChargeableSeat"
],
"number": "1L",
"customCharacteristics": [
"SeatIsFree",
"BulkheadSeat",
"RightSideOfAircraft",
"LegSpaceSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"L",
"CH",
"K",
"RS",
"W",
"LA"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-6"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"BulkheadSeat",
"RightSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
}
],
"rowFacilities": [
{
"facilities": [
{
"facilityType": "Lavatory",
"location": "LeftSideSection"
}
],
"location": "Front"
},
{
"facilities": [
{
"facilityType": "Bulkhead",
"location": "LeftSideSection"
},
{
"facilityType": "Bulkhead",
"location": "LeftSideSection"
},
{
"facilityType": "Bulkhead",
"location": "LeftSideSection"
},
{
"facilityType": "Bulkhead",
"location": "RightSideSection"
},
{
"facilityType": "Bulkhead",
"location": "RightSideSection"
},
{
"facilityType": "Bulkhead",
"location": "RightSideSection"
}
],
"location": "Front"
}
],
"position": "Front",
"characteristics": []
},
{
"number": "2",
"isPresent": true,
"deck": "Maindeck",
"slots": [
{
"id": "SL-7",
"columnReferenceId": "COL-1",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"LegSpaceSeat",
"ChargeableSeat"
],
"number": "2A",
"customCharacteristics": [
"SeatIsFree",
"LeftSideOfAircraft",
"LegSpaceSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"L",
"CH",
"LS",
"W"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-7"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"LeftSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-8",
"columnReferenceId": "COL-2",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"LegSpaceSeat",
"ChargeableSeat"
],
"number": "2B",
"customCharacteristics": [
"SeatIsFree",
"LeftSideOfAircraft",
"LegSpaceSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"L",
"CH",
"LS"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-8"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"LeftSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-9",
"columnReferenceId": "COL-3",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"LegSpaceSeat",
"ChargeableSeat"
],
"number": "2C",
"customCharacteristics": [
"SeatIsFree",
"LeftSideOfAircraft",
"LegSpaceSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"L",
"CH",
"LS",
"A"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-9"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"LeftSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-10",
"columnReferenceId": "COL-4",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"LegSpaceSeat",
"ChargeableSeat"
],
"number": "2J",
"customCharacteristics": [
"SeatIsFree",
"RightSideOfAircraft",
"LegSpaceSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"L",
"CH",
"RS",
"A"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-10"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"RightSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-11",
"columnReferenceId": "COL-5",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"LegSpaceSeat",
"ChargeableSeat"
],
"number": "2K",
"customCharacteristics": [
"SeatIsFree",
"RightSideOfAircraft",
"LegSpaceSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"L",
"CH",
"RS"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-11"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"RightSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-12",
"columnReferenceId": "COL-6",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"LegSpaceSeat",
"ChargeableSeat"
],
"number": "2L",
"customCharacteristics": [
"SeatIsFree",
"RightSideOfAircraft",
"LegSpaceSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"L",
"CH",
"RS",
"W"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-12"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"RightSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
}
],
"rowFacilities": [],
"characteristics": []
},
{
"number": "3",
"isPresent": true,
"deck": "Maindeck",
"slots": [
{
"id": "SL-13",
"columnReferenceId": "COL-1",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"LegSpaceSeat",
"ChargeableSeat"
],
"number": "3A",
"customCharacteristics": [
"SeatIsFree",
"LeftSideOfAircraft",
"LegSpaceSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"L",
"CH",
"LS",
"W"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-13"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"LeftSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-14",
"columnReferenceId": "COL-2",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"LegSpaceSeat",
"ChargeableSeat"
],
"number": "3B",
"customCharacteristics": [
"SeatIsFree",
"LeftSideOfAircraft",
"LegSpaceSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"L",
"CH",
"LS"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-14"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"LeftSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-15",
"columnReferenceId": "COL-3",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"LegSpaceSeat",
"ChargeableSeat"
],
"number": "3C",
"customCharacteristics": [
"SeatIsFree",
"LeftSideOfAircraft",
"LegSpaceSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"L",
"CH",
"LS",
"A"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-15"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"LeftSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-16",
"columnReferenceId": "COL-4",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"LegSpaceSeat",
"ChargeableSeat"
],
"number": "3J",
"customCharacteristics": [
"SeatIsFree",
"RightSideOfAircraft",
"LegSpaceSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"L",
"CH",
"RS",
"A"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-16"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"RightSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-17",
"columnReferenceId": "COL-5",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"LegSpaceSeat",
"ChargeableSeat"
],
"number": "3K",
"customCharacteristics": [
"SeatIsFree",
"RightSideOfAircraft",
"LegSpaceSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"L",
"CH",
"RS"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-17"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"RightSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-18",
"columnReferenceId": "COL-6",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"LegSpaceSeat",
"ChargeableSeat"
],
"number": "3L",
"customCharacteristics": [
"SeatIsFree",
"RightSideOfAircraft",
"LegSpaceSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"L",
"CH",
"RS",
"W"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-18"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"RightSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
}
],
"rowFacilities": [],
"characteristics": []
},
{
"number": "4",
"isPresent": true,
"deck": "Maindeck",
"slots": [
{
"id": "SL-19",
"columnReferenceId": "COL-1",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"LegSpaceSeat",
"ChargeableSeat"
],
"number": "4A",
"customCharacteristics": [
"SeatIsFree",
"LeftSideOfAircraft",
"LegSpaceSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"L",
"CH",
"LS",
"W"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-19"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"LeftSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-20",
"columnReferenceId": "COL-2",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"LegSpaceSeat",
"ChargeableSeat"
],
"number": "4B",
"customCharacteristics": [
"SeatIsFree",
"LeftSideOfAircraft",
"LegSpaceSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"L",
"CH",
"LS"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-20"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"LeftSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-21",
"columnReferenceId": "COL-3",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"LegSpaceSeat",
"ChargeableSeat"
],
"number": "4C",
"customCharacteristics": [
"SeatIsFree",
"LeftSideOfAircraft",
"LegSpaceSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"L",
"CH",
"LS",
"A"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-21"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"LeftSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-22",
"columnReferenceId": "COL-4",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"LegSpaceSeat",
"ChargeableSeat"
],
"number": "4J",
"customCharacteristics": [
"SeatIsFree",
"RightSideOfAircraft",
"LegSpaceSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"L",
"CH",
"RS",
"A"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-22"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"RightSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-23",
"columnReferenceId": "COL-5",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"LegSpaceSeat",
"ChargeableSeat"
],
"number": "4K",
"customCharacteristics": [
"SeatIsFree",
"RightSideOfAircraft",
"LegSpaceSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"L",
"CH",
"RS"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-23"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"RightSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-24",
"columnReferenceId": "COL-6",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"LegSpaceSeat",
"ChargeableSeat"
],
"number": "4L",
"customCharacteristics": [
"SeatIsFree",
"RightSideOfAircraft",
"LegSpaceSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"L",
"CH",
"RS",
"W"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-24"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"RightSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
}
],
"rowFacilities": [],
"characteristics": []
},
{
"number": "5",
"isPresent": true,
"deck": "Maindeck",
"slots": [
{
"id": "SL-25",
"columnReferenceId": "COL-1",
"seat": {
"limitations": [
"SeatToBeLeftVacantOfferedLast"
],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"LegSpaceSeat",
"ChargeableSeat"
],
"number": "5A",
"customCharacteristics": [
"SeatIsFree",
"LeftSideOfAircraft",
"SeatToBeLeftVacantOfferedLast",
"LegSpaceSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"L",
"CH",
"V",
"LS",
"W"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-25"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"LeftSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-26",
"columnReferenceId": "COL-2",
"seat": {
"limitations": [
"SeatToBeLeftVacantOfferedLast"
],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"LegSpaceSeat",
"ChargeableSeat"
],
"number": "5B",
"customCharacteristics": [
"SeatIsFree",
"LeftSideOfAircraft",
"SeatToBeLeftVacantOfferedLast",
"LegSpaceSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"L",
"CH",
"V",
"LS"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-26"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"LeftSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-27",
"columnReferenceId": "COL-3",
"seat": {
"limitations": [
"SeatToBeLeftVacantOfferedLast"
],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"LegSpaceSeat",
"ChargeableSeat"
],
"number": "5C",
"customCharacteristics": [
"SeatIsFree",
"LeftSideOfAircraft",
"SeatToBeLeftVacantOfferedLast",
"LegSpaceSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"L",
"CH",
"V",
"LS",
"A"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-27"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"LeftSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-28",
"columnReferenceId": "COL-4",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"LegSpaceSeat",
"ChargeableSeat"
],
"number": "5J",
"customCharacteristics": [
"SeatIsFree",
"RightSideOfAircraft",
"LegSpaceSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"L",
"CH",
"RS",
"A"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-28"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"RightSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-29",
"columnReferenceId": "COL-5",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"LegSpaceSeat",
"ChargeableSeat"
],
"number": "5K",
"customCharacteristics": [
"SeatIsFree",
"RightSideOfAircraft",
"LegSpaceSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"L",
"CH",
"RS"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-29"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"RightSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-30",
"columnReferenceId": "COL-6",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"LegSpaceSeat",
"ChargeableSeat"
],
"number": "5L",
"customCharacteristics": [
"SeatIsFree",
"RightSideOfAircraft",
"LegSpaceSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"L",
"CH",
"RS",
"W"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-30"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"RightSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
}
],
"rowFacilities": [],
"characteristics": []
},
{
"number": "6",
"isPresent": true,
"deck": "Maindeck",
"slots": [
{
"id": "SL-31",
"columnReferenceId": "COL-1",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"FrontOfCabin",
"ChargeableSeat"
],
"number": "6A",
"customCharacteristics": [
"SeatIsFree",
"LeftSideOfAircraft",
"FrontOfCabin",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"FC",
"CH",
"LS",
"W"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-31"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"LeftSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-32",
"columnReferenceId": "COL-2",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"FrontOfCabin",
"ChargeableSeat"
],
"number": "6B",
"customCharacteristics": [
"SeatIsFree",
"LeftSideOfAircraft",
"FrontOfCabin",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"FC",
"CH",
"LS"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-32"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"LeftSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-33",
"columnReferenceId": "COL-3",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"FrontOfCabin",
"ChargeableSeat"
],
"number": "6C",
"customCharacteristics": [
"SeatIsFree",
"LeftSideOfAircraft",
"FrontOfCabin",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"FC",
"CH",
"LS",
"A"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-33"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"LeftSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-34",
"columnReferenceId": "COL-4",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"FrontOfCabin",
"ChargeableSeat"
],
"number": "6J",
"customCharacteristics": [
"SeatIsFree",
"RightSideOfAircraft",
"FrontOfCabin",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"FC",
"CH",
"RS",
"A"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-34"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"RightSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-35",
"columnReferenceId": "COL-5",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"FrontOfCabin",
"ChargeableSeat"
],
"number": "6K",
"customCharacteristics": [
"SeatIsFree",
"RightSideOfAircraft",
"FrontOfCabin",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"FC",
"CH",
"RS"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-35"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"RightSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-36",
"columnReferenceId": "COL-6",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"FrontOfCabin",
"ChargeableSeat"
],
"number": "6L",
"customCharacteristics": [
"SeatIsFree",
"RightSideOfAircraft",
"FrontOfCabin",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"FC",
"CH",
"RS",
"W"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-36"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"RightSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
}
],
"rowFacilities": [],
"characteristics": []
},
{
"number": "7",
"isPresent": true,
"deck": "Maindeck",
"slots": [
{
"id": "SL-37",
"columnReferenceId": "COL-1",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"FrontOfCabin",
"ChargeableSeat"
],
"number": "7A",
"customCharacteristics": [
"SeatIsFree",
"LeftSideOfAircraft",
"FrontOfCabin",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"FC",
"CH",
"LS",
"W"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-37"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"LeftSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-38",
"columnReferenceId": "COL-2",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"FrontOfCabin",
"ChargeableSeat"
],
"number": "7B",
"customCharacteristics": [
"SeatIsFree",
"LeftSideOfAircraft",
"FrontOfCabin",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"FC",
"CH",
"LS"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-38"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"LeftSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-39",
"columnReferenceId": "COL-3",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"FrontOfCabin",
"ChargeableSeat"
],
"number": "7C",
"customCharacteristics": [
"SeatIsFree",
"LeftSideOfAircraft",
"FrontOfCabin",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"FC",
"CH",
"LS",
"A"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-39"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"LeftSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-40",
"columnReferenceId": "COL-4",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"FrontOfCabin",
"ChargeableSeat"
],
"number": "7J",
"customCharacteristics": [
"SeatIsFree",
"RightSideOfAircraft",
"FrontOfCabin",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"FC",
"CH",
"RS",
"A"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-40"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"RightSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-41",
"columnReferenceId": "COL-5",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"FrontOfCabin",
"ChargeableSeat"
],
"number": "7K",
"customCharacteristics": [
"SeatIsFree",
"RightSideOfAircraft",
"FrontOfCabin",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"FC",
"CH",
"RS"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-41"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"RightSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-42",
"columnReferenceId": "COL-6",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"FrontOfCabin",
"ChargeableSeat"
],
"number": "7L",
"customCharacteristics": [
"SeatIsFree",
"RightSideOfAircraft",
"FrontOfCabin",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"FC",
"CH",
"RS",
"W"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-42"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"RightSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
}
],
"rowFacilities": [],
"characteristics": []
},
{
"number": "8",
"isPresent": true,
"deck": "Maindeck",
"slots": [
{
"id": "SL-43",
"columnReferenceId": "COL-1",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"FrontOfCabin",
"ChargeableSeat"
],
"number": "8A",
"customCharacteristics": [
"SeatIsFree",
"OverWingSeats",
"LeftSideOfAircraft",
"FrontOfCabin",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"FC",
"CH",
"OW",
"LS",
"W"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-43"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"OverWingSeats",
"LeftSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-44",
"columnReferenceId": "COL-2",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"FrontOfCabin",
"ChargeableSeat"
],
"number": "8B",
"customCharacteristics": [
"SeatIsFree",
"OverWingSeats",
"LeftSideOfAircraft",
"FrontOfCabin",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"FC",
"CH",
"OW",
"LS"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-44"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"OverWingSeats",
"LeftSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-45",
"columnReferenceId": "COL-3",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"FrontOfCabin",
"ChargeableSeat"
],
"number": "8C",
"customCharacteristics": [
"SeatIsFree",
"OverWingSeats",
"LeftSideOfAircraft",
"FrontOfCabin",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"FC",
"CH",
"OW",
"LS",
"A"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-45"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"OverWingSeats",
"LeftSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-46",
"columnReferenceId": "COL-4",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"FrontOfCabin",
"ChargeableSeat"
],
"number": "8J",
"customCharacteristics": [
"SeatIsFree",
"OverWingSeats",
"RightSideOfAircraft",
"FrontOfCabin",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"FC",
"CH",
"OW",
"RS",
"A"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-46"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"OverWingSeats",
"RightSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-47",
"columnReferenceId": "COL-5",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"FrontOfCabin",
"ChargeableSeat"
],
"number": "8K",
"customCharacteristics": [
"SeatIsFree",
"OverWingSeats",
"RightSideOfAircraft",
"FrontOfCabin",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"FC",
"CH",
"OW",
"RS"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-47"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"OverWingSeats",
"RightSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-48",
"columnReferenceId": "COL-6",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"FrontOfCabin",
"ChargeableSeat"
],
"number": "8L",
"customCharacteristics": [
"SeatIsFree",
"OverWingSeats",
"RightSideOfAircraft",
"FrontOfCabin",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"FC",
"CH",
"OW",
"RS",
"W"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-48"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"OverWingSeats",
"RightSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
}
],
"rowFacilities": [],
"characteristics": [
"Wing"
]
},
{
"number": "9",
"isPresent": true,
"deck": "Maindeck",
"slots": [
{
"id": "SL-49",
"columnReferenceId": "COL-1",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"FrontOfCabin",
"ChargeableSeat"
],
"number": "9A",
"customCharacteristics": [
"SeatIsFree",
"OverWingSeats",
"LeftSideOfAircraft",
"FrontOfCabin",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"FC",
"CH",
"OW",
"LS",
"W"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-49"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"OverWingSeats",
"LeftSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-50",
"columnReferenceId": "COL-2",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"FrontOfCabin",
"ChargeableSeat"
],
"number": "9B",
"customCharacteristics": [
"SeatIsFree",
"OverWingSeats",
"LeftSideOfAircraft",
"FrontOfCabin",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"FC",
"CH",
"OW",
"LS"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-50"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"OverWingSeats",
"LeftSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-51",
"columnReferenceId": "COL-3",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"FrontOfCabin",
"ChargeableSeat"
],
"number": "9C",
"customCharacteristics": [
"SeatIsFree",
"OverWingSeats",
"LeftSideOfAircraft",
"FrontOfCabin",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"FC",
"CH",
"OW",
"LS",
"A"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-51"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"OverWingSeats",
"LeftSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-52",
"columnReferenceId": "COL-4",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"FrontOfCabin",
"ChargeableSeat"
],
"number": "9J",
"customCharacteristics": [
"SeatIsFree",
"OverWingSeats",
"RightSideOfAircraft",
"FrontOfCabin",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"FC",
"CH",
"OW",
"RS",
"A"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-52"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"OverWingSeats",
"RightSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-53",
"columnReferenceId": "COL-5",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"FrontOfCabin",
"ChargeableSeat"
],
"number": "9K",
"customCharacteristics": [
"SeatIsFree",
"OverWingSeats",
"RightSideOfAircraft",
"FrontOfCabin",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"FC",
"CH",
"OW",
"RS"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-53"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"OverWingSeats",
"RightSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-54",
"columnReferenceId": "COL-6",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"FrontOfCabin",
"ChargeableSeat"
],
"number": "9L",
"customCharacteristics": [
"SeatIsFree",
"OverWingSeats",
"RightSideOfAircraft",
"FrontOfCabin",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"FC",
"CH",
"OW",
"RS",
"W"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-54"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"OverWingSeats",
"RightSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
}
],
"rowFacilities": [],
"characteristics": [
"Wing"
]
},
{
"number": "10",
"isPresent": true,
"deck": "Maindeck",
"slots": [
{
"id": "SL-55",
"columnReferenceId": "COL-1",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"LegSpaceSeat",
"ChargeableSeat"
],
"number": "10A",
"customCharacteristics": [
"SeatIsFree",
"ExitRowSeat",
"OverWingSeats",
"LeftSideOfAircraft",
"LegSpaceSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"L",
"CH",
"E",
"OW",
"LS",
"W"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-55"
],
"isChargeable": true,
"isExitRow": true,
"seatLocations": [
"ExitRowSeat",
"OverWingSeats",
"LeftSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-56",
"columnReferenceId": "COL-2",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"LegSpaceSeat",
"ChargeableSeat"
],
"number": "10B",
"customCharacteristics": [
"SeatIsFree",
"ExitRowSeat",
"OverWingSeats",
"LeftSideOfAircraft",
"LegSpaceSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"L",
"CH",
"E",
"OW",
"LS"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-56"
],
"isChargeable": true,
"isExitRow": true,
"seatLocations": [
"ExitRowSeat",
"OverWingSeats",
"LeftSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-57",
"columnReferenceId": "COL-3",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"LegSpaceSeat",
"ChargeableSeat"
],
"number": "10C",
"customCharacteristics": [
"SeatIsFree",
"ExitRowSeat",
"OverWingSeats",
"LeftSideOfAircraft",
"LegSpaceSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"L",
"CH",
"E",
"OW",
"LS",
"A"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-57"
],
"isChargeable": true,
"isExitRow": true,
"seatLocations": [
"ExitRowSeat",
"OverWingSeats",
"LeftSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-58",
"columnReferenceId": "COL-4",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"LegSpaceSeat",
"ChargeableSeat"
],
"number": "10J",
"customCharacteristics": [
"SeatIsFree",
"ExitRowSeat",
"OverWingSeats",
"RightSideOfAircraft",
"LegSpaceSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"L",
"CH",
"E",
"OW",
"RS",
"A"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-58"
],
"isChargeable": true,
"isExitRow": true,
"seatLocations": [
"ExitRowSeat",
"OverWingSeats",
"RightSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-59",
"columnReferenceId": "COL-5",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"LegSpaceSeat",
"ChargeableSeat"
],
"number": "10K",
"customCharacteristics": [
"SeatIsFree",
"ExitRowSeat",
"OverWingSeats",
"RightSideOfAircraft",
"LegSpaceSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"L",
"CH",
"E",
"OW",
"RS"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-59"
],
"isChargeable": true,
"isExitRow": true,
"seatLocations": [
"ExitRowSeat",
"OverWingSeats",
"RightSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-60",
"columnReferenceId": "COL-6",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"LegSpaceSeat",
"ChargeableSeat"
],
"number": "10L",
"customCharacteristics": [
"SeatIsFree",
"ExitRowSeat",
"OverWingSeats",
"RightSideOfAircraft",
"LegSpaceSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"L",
"CH",
"E",
"OW",
"RS",
"W"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-60"
],
"isChargeable": true,
"isExitRow": true,
"seatLocations": [
"ExitRowSeat",
"OverWingSeats",
"RightSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
}
],
"rowFacilities": [],
"characteristics": [
"Wing",
"Exit"
]
},
{
"number": "11",
"isPresent": true,
"deck": "Maindeck",
"slots": [
{
"id": "SL-61",
"columnReferenceId": "COL-1",
"seat": {
"limitations": [],
"isPremium": true,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"number": "11A",
"customCharacteristics": [
"SeatIsFree",
"OverWingSeats",
"LeftSideOfAircraft",
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"O",
"CH",
"OW",
"LS",
"W"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-61"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"OverWingSeats",
"LeftSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-62",
"columnReferenceId": "COL-2",
"seat": {
"limitations": [],
"isPremium": true,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"number": "11B",
"customCharacteristics": [
"SeatIsFree",
"OverWingSeats",
"LeftSideOfAircraft",
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"O",
"CH",
"OW",
"LS"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-62"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"OverWingSeats",
"LeftSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-63",
"columnReferenceId": "COL-3",
"seat": {
"limitations": [],
"isPremium": true,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"number": "11C",
"customCharacteristics": [
"SeatIsFree",
"OverWingSeats",
"LeftSideOfAircraft",
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"O",
"CH",
"OW",
"LS",
"A"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-63"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"OverWingSeats",
"LeftSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-64",
"columnReferenceId": "COL-4",
"seat": {
"limitations": [],
"isPremium": true,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"number": "11J",
"customCharacteristics": [
"SeatIsFree",
"OverWingSeats",
"RightSideOfAircraft",
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"O",
"CH",
"OW",
"RS",
"A"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-64"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"OverWingSeats",
"RightSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-65",
"columnReferenceId": "COL-5",
"seat": {
"limitations": [],
"isPremium": true,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"number": "11K",
"customCharacteristics": [
"SeatIsFree",
"OverWingSeats",
"RightSideOfAircraft",
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"O",
"CH",
"OW",
"RS"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-65"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"OverWingSeats",
"RightSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-66",
"columnReferenceId": "COL-6",
"seat": {
"limitations": [],
"isPremium": true,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"number": "11L",
"customCharacteristics": [
"SeatIsFree",
"OverWingSeats",
"RightSideOfAircraft",
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"O",
"CH",
"OW",
"RS",
"W"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-66"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"OverWingSeats",
"RightSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
}
],
"rowFacilities": [],
"characteristics": [
"Wing"
]
},
{
"number": "12",
"isPresent": true,
"deck": "Maindeck",
"slots": [
{
"id": "SL-67",
"columnReferenceId": "COL-1",
"seat": {
"limitations": [],
"isPremium": true,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"number": "12A",
"customCharacteristics": [
"SeatIsFree",
"OverWingSeats",
"LeftSideOfAircraft",
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"O",
"CH",
"OW",
"LS",
"W"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-67"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"OverWingSeats",
"LeftSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-68",
"columnReferenceId": "COL-2",
"seat": {
"limitations": [],
"isPremium": true,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"number": "12B",
"customCharacteristics": [
"SeatIsFree",
"OverWingSeats",
"LeftSideOfAircraft",
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"O",
"CH",
"OW",
"LS"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-68"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"OverWingSeats",
"LeftSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-69",
"columnReferenceId": "COL-3",
"seat": {
"limitations": [],
"isPremium": true,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"number": "12C",
"customCharacteristics": [
"SeatIsFree",
"OverWingSeats",
"LeftSideOfAircraft",
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"O",
"CH",
"OW",
"LS",
"A"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-69"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"OverWingSeats",
"LeftSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-70",
"columnReferenceId": "COL-4",
"seat": {
"limitations": [],
"isPremium": true,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"number": "12J",
"customCharacteristics": [
"SeatIsFree",
"OverWingSeats",
"RightSideOfAircraft",
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"O",
"CH",
"OW",
"RS",
"A"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-70"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"OverWingSeats",
"RightSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-71",
"columnReferenceId": "COL-5",
"seat": {
"limitations": [],
"isPremium": true,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"number": "12K",
"customCharacteristics": [
"SeatIsFree",
"OverWingSeats",
"RightSideOfAircraft",
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"O",
"CH",
"OW",
"RS"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-71"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"OverWingSeats",
"RightSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-72",
"columnReferenceId": "COL-6",
"seat": {
"limitations": [],
"isPremium": true,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"number": "12L",
"customCharacteristics": [
"SeatIsFree",
"OverWingSeats",
"RightSideOfAircraft",
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"O",
"CH",
"OW",
"RS",
"W"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-72"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"OverWingSeats",
"RightSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
}
],
"rowFacilities": [],
"characteristics": [
"Wing"
]
},
{
"number": "13",
"isPresent": true,
"deck": "Maindeck",
"slots": [
{
"id": "SL-73",
"columnReferenceId": "COL-1",
"seat": {
"limitations": [],
"isPremium": true,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"number": "13A",
"customCharacteristics": [
"SeatIsFree",
"LeftSideOfAircraft",
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"O",
"CH",
"LS",
"W"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-73"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"LeftSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-74",
"columnReferenceId": "COL-2",
"seat": {
"limitations": [],
"isPremium": true,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"number": "13B",
"customCharacteristics": [
"SeatIsFree",
"LeftSideOfAircraft",
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"O",
"CH",
"LS"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-74"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"LeftSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-75",
"columnReferenceId": "COL-3",
"seat": {
"limitations": [],
"isPremium": true,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"number": "13C",
"customCharacteristics": [
"SeatIsFree",
"LeftSideOfAircraft",
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"O",
"CH",
"LS",
"A"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-75"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"LeftSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-76",
"columnReferenceId": "COL-4",
"seat": {
"limitations": [],
"isPremium": true,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"number": "13J",
"customCharacteristics": [
"SeatIsFree",
"RightSideOfAircraft",
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"O",
"CH",
"RS",
"A"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-76"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"RightSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-77",
"columnReferenceId": "COL-5",
"seat": {
"limitations": [],
"isPremium": true,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"number": "13K",
"customCharacteristics": [
"SeatIsFree",
"RightSideOfAircraft",
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"O",
"CH",
"RS"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-77"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"RightSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-78",
"columnReferenceId": "COL-6",
"seat": {
"limitations": [],
"isPremium": true,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"number": "13L",
"customCharacteristics": [
"SeatIsFree",
"RightSideOfAircraft",
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"O",
"CH",
"RS",
"W"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-78"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"RightSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
}
],
"rowFacilities": [],
"characteristics": []
},
{
"number": "14",
"isPresent": true,
"deck": "Maindeck",
"slots": [
{
"id": "SL-79",
"columnReferenceId": "COL-1",
"seat": {
"limitations": [],
"isPremium": true,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"number": "14A",
"customCharacteristics": [
"SeatIsFree",
"LeftSideOfAircraft",
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"O",
"CH",
"LS",
"W"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-79"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"LeftSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-80",
"columnReferenceId": "COL-2",
"seat": {
"limitations": [],
"isPremium": true,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"number": "14B",
"customCharacteristics": [
"SeatIsFree",
"LeftSideOfAircraft",
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"O",
"CH",
"LS"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-80"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"LeftSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-81",
"columnReferenceId": "COL-3",
"seat": {
"limitations": [],
"isPremium": true,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"number": "14C",
"customCharacteristics": [
"SeatIsFree",
"LeftSideOfAircraft",
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"O",
"CH",
"LS",
"A"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-81"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"LeftSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-82",
"columnReferenceId": "COL-4",
"seat": {
"limitations": [],
"isPremium": true,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"number": "14J",
"customCharacteristics": [
"SeatIsFree",
"RightSideOfAircraft",
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"O",
"CH",
"RS",
"A"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-82"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"RightSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-83",
"columnReferenceId": "COL-5",
"seat": {
"limitations": [],
"isPremium": true,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"number": "14K",
"customCharacteristics": [
"SeatIsFree",
"RightSideOfAircraft",
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"O",
"CH",
"RS"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-83"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"RightSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-84",
"columnReferenceId": "COL-6",
"seat": {
"limitations": [],
"isPremium": true,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"number": "14L",
"customCharacteristics": [
"SeatIsFree",
"RightSideOfAircraft",
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"O",
"CH",
"RS",
"W"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-84"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"RightSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
}
],
"rowFacilities": [],
"characteristics": []
},
{
"number": "15",
"isPresent": true,
"deck": "Maindeck",
"slots": [
{
"id": "SL-85",
"columnReferenceId": "COL-1",
"seat": {
"limitations": [],
"isPremium": true,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"number": "15A",
"customCharacteristics": [
"SeatIsFree",
"LeftSideOfAircraft",
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"O",
"CH",
"LS",
"W"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-85"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"LeftSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-86",
"columnReferenceId": "COL-2",
"seat": {
"limitations": [],
"isPremium": true,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"number": "15B",
"customCharacteristics": [
"SeatIsFree",
"LeftSideOfAircraft",
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"O",
"CH",
"LS"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-86"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"LeftSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-87",
"columnReferenceId": "COL-3",
"seat": {
"limitations": [],
"isPremium": true,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"number": "15C",
"customCharacteristics": [
"SeatIsFree",
"LeftSideOfAircraft",
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"O",
"CH",
"LS",
"A"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-87"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"LeftSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-88",
"columnReferenceId": "COL-4",
"seat": {
"limitations": [],
"isPremium": true,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"number": "15J",
"customCharacteristics": [
"SeatIsFree",
"RightSideOfAircraft",
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"O",
"CH",
"RS",
"A"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-88"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"RightSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-89",
"columnReferenceId": "COL-5",
"seat": {
"limitations": [],
"isPremium": true,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"number": "15K",
"customCharacteristics": [
"SeatIsFree",
"RightSideOfAircraft",
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"O",
"CH",
"RS"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-89"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"RightSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-90",
"columnReferenceId": "COL-6",
"seat": {
"limitations": [],
"isPremium": true,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"number": "15L",
"customCharacteristics": [
"SeatIsFree",
"RightSideOfAircraft",
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"O",
"CH",
"RS",
"W"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-90"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"RightSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
}
],
"rowFacilities": [],
"characteristics": []
},
{
"number": "16",
"isPresent": true,
"deck": "Maindeck",
"slots": [
{
"id": "SL-91",
"columnReferenceId": "COL-1",
"seat": {
"limitations": [],
"isPremium": true,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"number": "16A",
"customCharacteristics": [
"SeatIsFree",
"LeftSideOfAircraft",
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"O",
"CH",
"LS",
"W"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-91"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"LeftSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-92",
"columnReferenceId": "COL-2",
"seat": {
"limitations": [],
"isPremium": true,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"number": "16B",
"customCharacteristics": [
"SeatIsFree",
"LeftSideOfAircraft",
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"O",
"CH",
"LS"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-92"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"LeftSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-93",
"columnReferenceId": "COL-3",
"seat": {
"limitations": [],
"isPremium": true,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"number": "16C",
"customCharacteristics": [
"SeatIsFree",
"LeftSideOfAircraft",
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"O",
"CH",
"LS",
"A"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-93"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"LeftSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-94",
"columnReferenceId": "COL-4",
"seat": {
"limitations": [],
"isPremium": true,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"number": "16J",
"customCharacteristics": [
"SeatIsFree",
"RightSideOfAircraft",
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"O",
"CH",
"RS",
"A"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-94"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"RightSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-95",
"columnReferenceId": "COL-5",
"seat": {
"limitations": [],
"isPremium": true,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"number": "16K",
"customCharacteristics": [
"SeatIsFree",
"RightSideOfAircraft",
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"O",
"CH",
"RS"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-95"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"RightSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-96",
"columnReferenceId": "COL-6",
"seat": {
"limitations": [],
"isPremium": true,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"number": "16L",
"customCharacteristics": [
"SeatIsFree",
"RightSideOfAircraft",
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"O",
"CH",
"RS",
"W"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-96"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"RightSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
}
],
"rowFacilities": [],
"characteristics": []
},
{
"number": "17",
"isPresent": true,
"deck": "Maindeck",
"slots": [
{
"id": "SL-97",
"columnReferenceId": "COL-1",
"seat": {
"limitations": [],
"isPremium": true,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"number": "17A",
"customCharacteristics": [
"SeatIsFree",
"LeftSideOfAircraft",
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"O",
"CH",
"LS",
"W"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-97"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"LeftSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-98",
"columnReferenceId": "COL-2",
"seat": {
"limitations": [],
"isPremium": true,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"number": "17B",
"customCharacteristics": [
"SeatIsFree",
"LeftSideOfAircraft",
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"O",
"CH",
"LS"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-98"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"LeftSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-99",
"columnReferenceId": "COL-3",
"seat": {
"limitations": [],
"isPremium": true,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"number": "17C",
"customCharacteristics": [
"SeatIsFree",
"LeftSideOfAircraft",
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"O",
"CH",
"LS",
"A"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-99"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"LeftSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-100",
"columnReferenceId": "COL-4",
"seat": {
"limitations": [],
"isPremium": true,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"number": "17J",
"customCharacteristics": [
"SeatIsFree",
"RightSideOfAircraft",
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"O",
"CH",
"RS",
"A"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-100"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"RightSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-101",
"columnReferenceId": "COL-5",
"seat": {
"limitations": [],
"isPremium": true,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"number": "17K",
"customCharacteristics": [
"SeatIsFree",
"RightSideOfAircraft",
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"O",
"CH",
"RS"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-101"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"RightSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-102",
"columnReferenceId": "COL-6",
"seat": {
"limitations": [],
"isPremium": true,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"number": "17L",
"customCharacteristics": [
"SeatIsFree",
"RightSideOfAircraft",
"PreferredSeatPreferentialSeat",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"O",
"CH",
"RS",
"W"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-102"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"RightSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
}
],
"rowFacilities": [],
"characteristics": []
},
{
"number": "18",
"isPresent": true,
"deck": "Maindeck",
"slots": [
{
"id": "SL-103",
"columnReferenceId": "COL-1",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"ChargeableSeat"
],
"number": "18A",
"customCharacteristics": [
"SeatIsFree",
"LeftSideOfAircraft",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"CH",
"LS",
"W"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-103"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"LeftSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-104",
"columnReferenceId": "COL-2",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"ChargeableSeat"
],
"number": "18B",
"customCharacteristics": [
"SeatIsFree",
"LeftSideOfAircraft",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"CH",
"LS"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-104"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"LeftSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-105",
"columnReferenceId": "COL-3",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"ChargeableSeat"
],
"number": "18C",
"customCharacteristics": [
"SeatIsFree",
"LeftSideOfAircraft",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"CH",
"LS",
"A"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-105"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"LeftSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-106",
"columnReferenceId": "COL-4",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"ChargeableSeat"
],
"number": "18J",
"customCharacteristics": [
"SeatIsFree",
"RightSideOfAircraft",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"CH",
"RS",
"A"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-106"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"RightSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-107",
"columnReferenceId": "COL-5",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"ChargeableSeat"
],
"number": "18K",
"customCharacteristics": [
"SeatIsFree",
"RightSideOfAircraft",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"CH",
"RS"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-107"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"RightSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-108",
"columnReferenceId": "COL-6",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"ChargeableSeat"
],
"number": "18L",
"customCharacteristics": [
"SeatIsFree",
"RightSideOfAircraft",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"CH",
"RS",
"W"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-108"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"RightSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
}
],
"rowFacilities": [],
"characteristics": []
},
{
"number": "19",
"isPresent": true,
"deck": "Maindeck",
"slots": [
{
"id": "SL-109",
"columnReferenceId": "COL-1",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"ChargeableSeat"
],
"number": "19A",
"customCharacteristics": [
"SeatIsFree",
"LeftSideOfAircraft",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"CH",
"LS",
"W"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-109"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"LeftSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-110",
"columnReferenceId": "COL-2",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"ChargeableSeat"
],
"number": "19B",
"customCharacteristics": [
"SeatIsFree",
"LeftSideOfAircraft",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"CH",
"LS"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-110"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"LeftSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-111",
"columnReferenceId": "COL-3",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"ChargeableSeat"
],
"number": "19C",
"customCharacteristics": [
"SeatIsFree",
"LeftSideOfAircraft",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"CH",
"LS",
"A"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-111"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"LeftSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-112",
"columnReferenceId": "COL-4",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"ChargeableSeat"
],
"number": "19J",
"customCharacteristics": [
"SeatIsFree",
"RightSideOfAircraft",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"CH",
"RS",
"A"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-112"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"RightSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-113",
"columnReferenceId": "COL-5",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"ChargeableSeat"
],
"number": "19K",
"customCharacteristics": [
"SeatIsFree",
"RightSideOfAircraft",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"CH",
"RS"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-113"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"RightSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-114",
"columnReferenceId": "COL-6",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"ChargeableSeat"
],
"number": "19L",
"customCharacteristics": [
"SeatIsFree",
"RightSideOfAircraft",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"CH",
"RS",
"W"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-114"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"RightSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
}
],
"rowFacilities": [],
"characteristics": []
},
{
"number": "20",
"isPresent": true,
"deck": "Maindeck",
"slots": [
{
"id": "SL-115",
"columnReferenceId": "COL-1",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"ChargeableSeat"
],
"number": "20A",
"customCharacteristics": [
"SeatIsFree",
"LeftSideOfAircraft",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"CH",
"LS",
"W"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-115"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"LeftSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-116",
"columnReferenceId": "COL-2",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"ChargeableSeat"
],
"number": "20B",
"customCharacteristics": [
"SeatIsFree",
"LeftSideOfAircraft",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"CH",
"LS"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-116"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"LeftSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-117",
"columnReferenceId": "COL-3",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"ChargeableSeat"
],
"number": "20C",
"customCharacteristics": [
"SeatIsFree",
"LeftSideOfAircraft",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"CH",
"LS",
"A"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-117"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"LeftSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-118",
"columnReferenceId": "COL-4",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"ChargeableSeat"
],
"number": "20J",
"customCharacteristics": [
"SeatIsFree",
"RightSideOfAircraft",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"CH",
"RS",
"A"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-118"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"RightSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-119",
"columnReferenceId": "COL-5",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"ChargeableSeat"
],
"number": "20K",
"customCharacteristics": [
"SeatIsFree",
"RightSideOfAircraft",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"CH",
"RS"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-119"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"RightSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-120",
"columnReferenceId": "COL-6",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"ChargeableSeat"
],
"number": "20L",
"customCharacteristics": [
"SeatIsFree",
"RightSideOfAircraft",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"CH",
"RS",
"W"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-120"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"RightSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
}
],
"rowFacilities": [],
"characteristics": []
},
{
"number": "21",
"isPresent": true,
"deck": "Maindeck",
"slots": [
{
"id": "SL-121",
"columnReferenceId": "COL-1",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"ChargeableSeat"
],
"number": "21A",
"customCharacteristics": [
"SeatIsFree",
"LeftSideOfAircraft",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"CH",
"LS",
"W"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-121"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"LeftSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-122",
"columnReferenceId": "COL-2",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"ChargeableSeat"
],
"number": "21B",
"customCharacteristics": [
"SeatIsFree",
"LeftSideOfAircraft",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"CH",
"LS"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-122"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"LeftSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-123",
"columnReferenceId": "COL-3",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"ChargeableSeat"
],
"number": "21C",
"customCharacteristics": [
"SeatIsFree",
"LeftSideOfAircraft",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"CH",
"LS",
"A"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-123"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"LeftSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-124",
"columnReferenceId": "COL-4",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"ChargeableSeat"
],
"number": "21J",
"customCharacteristics": [
"SeatIsFree",
"RightSideOfAircraft",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"CH",
"RS",
"A"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-124"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"RightSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-125",
"columnReferenceId": "COL-5",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"ChargeableSeat"
],
"number": "21K",
"customCharacteristics": [
"SeatIsFree",
"RightSideOfAircraft",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"CH",
"RS"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-125"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"RightSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-126",
"columnReferenceId": "COL-6",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"ChargeableSeat"
],
"number": "21L",
"customCharacteristics": [
"SeatIsFree",
"RightSideOfAircraft",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"CH",
"RS",
"W"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-126"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"RightSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
}
],
"rowFacilities": [],
"characteristics": []
},
{
"number": "22",
"isPresent": true,
"deck": "Maindeck",
"slots": [
{
"id": "SL-127",
"columnReferenceId": "COL-1",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"ChargeableSeat"
],
"number": "22A",
"customCharacteristics": [
"SeatIsFree",
"LeftSideOfAircraft",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"CH",
"LS",
"W"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-127"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"LeftSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-128",
"columnReferenceId": "COL-2",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"ChargeableSeat"
],
"number": "22B",
"customCharacteristics": [
"SeatIsFree",
"LeftSideOfAircraft",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"CH",
"LS"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-128"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"LeftSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-129",
"columnReferenceId": "COL-3",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"ChargeableSeat"
],
"number": "22C",
"customCharacteristics": [
"SeatIsFree",
"LeftSideOfAircraft",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"CH",
"LS",
"A"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-129"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"LeftSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-130",
"columnReferenceId": "COL-4",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"ChargeableSeat"
],
"number": "22J",
"customCharacteristics": [
"SeatIsFree",
"RightSideOfAircraft",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"CH",
"RS",
"A"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-130"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"RightSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-131",
"columnReferenceId": "COL-5",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"ChargeableSeat"
],
"number": "22K",
"customCharacteristics": [
"SeatIsFree",
"RightSideOfAircraft",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"CH",
"RS"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-131"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"RightSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-132",
"columnReferenceId": "COL-6",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"ChargeableSeat"
],
"number": "22L",
"customCharacteristics": [
"SeatIsFree",
"RightSideOfAircraft",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"CH",
"RS",
"W"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-132"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"RightSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
}
],
"rowFacilities": [],
"characteristics": []
},
{
"number": "23",
"isPresent": true,
"deck": "Maindeck",
"slots": [
{
"id": "SL-133",
"columnReferenceId": "COL-1",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"ChargeableSeat"
],
"number": "23A",
"customCharacteristics": [
"SeatIsFree",
"LeftSideOfAircraft",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"CH",
"LS",
"W"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-133"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"LeftSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-134",
"columnReferenceId": "COL-2",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"ChargeableSeat"
],
"number": "23B",
"customCharacteristics": [
"SeatIsFree",
"LeftSideOfAircraft",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"CH",
"LS"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-134"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"LeftSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-135",
"columnReferenceId": "COL-3",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"ChargeableSeat"
],
"number": "23C",
"customCharacteristics": [
"SeatIsFree",
"LeftSideOfAircraft",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"CH",
"LS",
"A"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-135"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"LeftSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-136",
"columnReferenceId": "COL-4",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"ChargeableSeat"
],
"number": "23J",
"customCharacteristics": [
"SeatIsFree",
"RightSideOfAircraft",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"CH",
"RS",
"A"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-136"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"RightSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-137",
"columnReferenceId": "COL-5",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"ChargeableSeat"
],
"number": "23K",
"customCharacteristics": [
"SeatIsFree",
"RightSideOfAircraft",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"CH",
"RS"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-137"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"RightSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-138",
"columnReferenceId": "COL-6",
"seat": {
"limitations": [],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"ChargeableSeat"
],
"number": "23L",
"customCharacteristics": [
"SeatIsFree",
"RightSideOfAircraft",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"CH",
"RS",
"W"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-138"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"RightSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
}
],
"rowFacilities": [],
"characteristics": []
},
{
"number": "24",
"isPresent": true,
"deck": "Maindeck",
"slots": [
{
"id": "SL-139",
"columnReferenceId": "COL-1",
"seat": {
"limitations": [
"RestrictedRecline"
],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"ChargeableSeat"
],
"number": "24A",
"customCharacteristics": [
"SeatIsFree",
"LeftSideOfAircraft",
"RestrictedRecline",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"CH",
"1D",
"LS",
"W"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-139"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"LeftSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-140",
"columnReferenceId": "COL-2",
"seat": {
"limitations": [
"RestrictedRecline"
],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"ChargeableSeat"
],
"number": "24B",
"customCharacteristics": [
"SeatIsFree",
"LeftSideOfAircraft",
"RestrictedRecline",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"CH",
"1D",
"LS"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-140"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"LeftSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-141",
"columnReferenceId": "COL-3",
"seat": {
"limitations": [
"RestrictedRecline"
],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"ChargeableSeat"
],
"number": "24C",
"customCharacteristics": [
"SeatIsFree",
"LeftSideOfAircraft",
"RestrictedRecline",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"CH",
"1D",
"LS",
"A"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-141"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"LeftSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-142",
"columnReferenceId": "COL-4",
"seat": {
"limitations": [
"RestrictedRecline"
],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"ChargeableSeat"
],
"number": "24J",
"customCharacteristics": [
"SeatIsFree",
"RightSideOfAircraft",
"RestrictedRecline",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"CH",
"1D",
"RS",
"A"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-142"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"RightSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-143",
"columnReferenceId": "COL-5",
"seat": {
"limitations": [
"RestrictedRecline"
],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"ChargeableSeat"
],
"number": "24K",
"customCharacteristics": [
"SeatIsFree",
"RightSideOfAircraft",
"RestrictedRecline",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"CH",
"1D",
"RS"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-143"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"RightSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
},
{
"id": "SL-144",
"columnReferenceId": "COL-6",
"seat": {
"limitations": [
"RestrictedRecline"
],
"isPremium": false,
"seatOccupations": [
"SeatIsFree"
],
"seatFacilities": [
"ChargeableSeat"
],
"number": "24L",
"customCharacteristics": [
"SeatIsFree",
"RightSideOfAircraft",
"RestrictedRecline",
"ChargeableSeat"
],
"rawSeatCharacteristics": [
"CH",
"1D",
"RS",
"W"
],
"isOccupied": false,
"offerItemReferenceIds": [
"3aad4270-d088-454e-889b-d550e1427dff-144"
],
"isChargeable": true,
"isExitRow": false,
"seatLocations": [
"RightSideOfAircraft"
],
"isRearFacing": false,
"isInfantAllowed": true
}
}
],
"rowFacilities": [],
"characteristics": []
}
]
}
]
}
]
}POST
| Header Name | Example |
|---|---|
x-request-id | "aliqua" |
{
"pnrLocator": "QWNJFU",
"clientContext": {
"pseudoCityCode": "AUH",
"stationNumber": "66666935",
"accountingCode": "IB",
"accountingCity": "AUH"
},
"preference": "AN",
"segments": [
{
"id": "SEG-1",
"departureDateTime": "2019-02-13T12:00:00",
"arrivalDateTime": "2019-02-20T05:50:00",
"departureAirportCode": "SYD",
"arrivalAirportCode": "BNE",
"operatingAirlineCode": "VA",
"bookingAirlineCode": "SU",
"isElectronicTicket": true,
"bookingFlightNumber": "0824",
"brandCode": "FL",
"bookingClassCode": "C",
"operatingFlightNumber": "0824",
"operatingBookingClassCode": "C",
"sequence": 1
}
],
"passengers": [
{
"id": "PAX-2",
"nameNumber": "02.01",
"givenName": "John",
"surname": "Smith",
"typeCode": "ADT"
}
],
"offers": [
{
"id": "f8c3de3d-1fea-4d7c-b8b0-29f63c4c3459",
"items": [
{
"id": "f8c3de3d-1fea-4d7c-b8b0-29f63c4c3459-01",
"segmentReferenceIds": [
"SEG-1"
],
"passengerReferenceIds": [
"PAX-2"
],
"details": {
"type": "SeatOfferItem"
},
"price": {
"unitPrices": [
{
"total": {
"amount": {
"amount": "100.00",
"currencyCode": "USD"
}
},
"totalBreakdown": {
"base": {
"amount": {
"amount": "100.00",
"currencyCode": "USD"
}
}
}
}
]
}
}
]
}
]
}{
"seats": [
{
"id": "SEA-1",
"seatNumber": "24C",
"segmentReferenceId": "SEG-1",
"passengerReferenceId": "PAX-2",
"offerItemReferenceId": "f8c3de3d-1fea-4d7c-b8b0-29f63c4c3459-01",
"airExtraId": "88"
}
],
"segments": [
{
"id": "SEG-1",
"departureDateTime": "2019-02-13T12:00:00",
"arrivalDateTime": "2019-02-20T05:50:00",
"departureAirportCode": "SYD",
"arrivalAirportCode": "BNE",
"operatingAirlineCode": "VA",
"bookingAirlineCode": "SU",
"isElectronicTicket": true,
"bookingFlightNumber": "0824",
"brandCode": "FL",
"bookingClassCode": "C",
"operatingFlightNumber": "0824",
"operatingBookingClassCode": "C",
"sequence": 1
}
],
"passengers": [
{
"id": "PAX-2",
"nameNumber": "02.01",
"givenName": "John",
"surname": "Smith",
"typeCode": "ADT"
}
]
}POST
| Header Name | Example |
|---|---|
x-request-id | "ut adipisicing" |
{
"pnrLocator": "QCWADO",
"clientContext": {
"pseudoCityCode": "HDQ",
"countryCode": "US",
"stateProvinceCode": "TX",
"stationNumber": "77777770",
"accountingCode": "HD",
"accountingCity": "HDQ"
},
"seats": [
{
"id": "SEA-1",
"seatNumber": "1A",
"segmentReferenceId": "SEG-1",
"passengerReferenceId": "PAX-1"
}
],
"changeOfGauge": false,
"segments": [
{
"id": "SEG-1",
"departureDateTime": "2023-06-07T12:45:00",
"arrivalDateTime": "2023-06-07T21:30:00",
"departureAirportCode": "JFK",
"arrivalAirportCode": "LAX",
"operatingAirlineCode": "X0",
"bookingAirlineCode": "SU",
"isElectronicTicket": true,
"bookingFlightNumber": "0790",
"brandCode": "ES",
"bookingClassCode": "C",
"operatingFlightNumber": "0790",
"operatingBookingClassCode": "C",
"sequence": 1
}
],
"passengers": [
{
"id": "PAX-1",
"nameNumber": "01.01",
"givenName": "John",
"surname": "Smith",
"typeCode": "ADT"
}
]
}{
"seats": [
{
"id": "SEA-1",
"seatNumber": "1A",
"segmentReferenceId": "SEG-1",
"passengerReferenceId": "PAX-1"
}
],
"segments": [
{
"id": "SEG-1",
"departureDateTime": "2023-06-07T12:45:00",
"arrivalDateTime": "2023-06-07T21:30:00",
"departureAirportCode": "JFK",
"arrivalAirportCode": "LAX",
"operatingAirlineCode": "X0",
"bookingAirlineCode": "SU",
"isElectronicTicket": true,
"bookingFlightNumber": "0790",
"brandCode": "ES",
"bookingClassCode": "C",
"operatingFlightNumber": "0790",
"operatingBookingClassCode": "C",
"sequence": 1
}
],
"passengers": [
{
"id": "PAX-1",
"nameNumber": "01.01",
"givenName": "John",
"surname": "Smith",
"typeCode": "ADT"
}
]
}Service Homepage: developer.sabre.com/rest-api/stateless-seats-api/1.3
sabretravelairlineseatsrest