Amadeus for Developers API Mock Server
Travel APIs for flights, hotels, destinations, and booking workflows
Amadeus for Developers is Amadeus's developer platform for travel applications. It provides self-service REST/JSON APIs and OpenAPI specs for searching flights, hotels, destination experiences, cars and transfers, market insights, and parts of the booking flow. It is commonly used to prototype and build travel search, pricing, booking, and itinerary features.
The hosted mock server empowers you to effortlessly simulate various Amadeus for Developers API APIs, and doesn't need any authentication/api-key. The setup is straightforward, you can configure the base URL in your code/SDK. You can also control the base URL using environment variables or a feature flag.
You don't need any additional dependencies, and you can run the same code in both sandbox and production environments.
Use cases:
- Mock flight and hotel search flows for travel applications - Test booking and reservation workflows without using live Amadeus APIs - Run frontend and integration testing with stable travel API responses
airlines
GET
| Query Parameter Name | Example |
|---|---|
airlineCodes | BA |
{
"meta": {
"count": 1,
"links": {
"self": "https://amadeus-api.mock.beeceptor.com/v1/reference-data/airlines?airlineCodes=BA"
}
},
"data": [
{
"type": "airline",
"iataCode": "BA",
"icaoCode": "BAW",
"businessName": "BRITISH AIRWAYS",
"commonName": "BRITISH A/W"
}
]
}{
"errors": [
{
"status": 400,
"code": 477,
"title": "INVALID FORMAT",
"detail": "invalid query parameter format",
"source": {
"parameter": "airlineCodes",
"example": "BA"
}
}
]
}{
"errors": [
{
"status": 500,
"code": 141,
"title": "SYSTEM ERROR HAS OCCURRED"
}
]
}location(3 operations)
GET
| Query Parameter Name | Example |
|---|---|
subType* | CITY |
keyword* | MUC |
countryCode | esse consectetur sunt |
page[limit] | -11847206 |
page[offset] | 69844567 |
sort | analytics.travelers.score |
view | LIGHT |
{
"meta": {
"count": 2,
"links": {
"self": "https://amadeus-api.mock.beeceptor.com/v1/reference-data/locations?subType=CITY,AIRPORT&keyword=MUC&countryCode=DE"
}
},
"data": [
{
"type": "location",
"subType": "CITY",
"name": "MUNICH INTERNATIONAL",
"detailedName": "MUNICH/DE:MUNICH INTERNATIONAL",
"id": "CMUC",
"self": {
"href": "https://amadeus-api.mock.beeceptor.com/v1/reference-data/locations/CMUC",
"methods": [
"GET"
]
},
"timeZoneOffset": "+02:00",
"iataCode": "MUC",
"geoCode": {
"latitude": 48.35378,
"longitude": 11.78609
},
"address": {
"cityName": "MUNICH",
"cityCode": "MUC",
"countryName": "GERMANY",
"countryCode": "DE",
"regionCode": "EUROP"
},
"analytics": {
"travelers": {
"score": 27
}
}
},
{
"type": "location",
"subType": "AIRPORT",
"name": "MUNICH INTERNATIONAL",
"detailedName": "MUNICH/DE:MUNICH INTERNATIONAL",
"id": "AMUC",
"self": {
"href": "https://amadeus-api.mock.beeceptor.com/v1/reference-data/locations/AMUC",
"methods": [
"GET"
]
},
"timeZoneOffset": "+02:00",
"iataCode": "MUC",
"geoCode": {
"latitude": 48.35378,
"longitude": 11.78609
},
"address": {
"cityName": "MUNICH",
"cityCode": "MUC",
"countryName": "GERMANY",
"countryCode": "DE",
"regionCode": "EUROP"
},
"analytics": {
"travelers": {
"score": 27
}
}
}
]
}{
"errors": [
{
"status": 400,
"code": 477,
"title": "INVALID FORMAT",
"detail": "invalid query parameter format",
"source": {
"parameter": "airport",
"example": "CDG"
}
}
]
}{
"errors": [
{
"status": 500,
"code": 141,
"title": "SYSTEM ERROR HAS OCCURRED"
}
]
}GET
{
"meta": {
"links": {
"self": "https://amadeus-api.mock.beeceptor.com/v1/reference-data/locations/CMUC"
}
},
"data": {
"type": "location",
"subType": "CITY",
"name": "MUNICH INTERNATIONAL",
"detailedName": "MUNICH/DE:MUNICH INTERNATIONAL",
"id": "CMUC",
"self": {
"href": "https://amadeus-api.mock.beeceptor.com/v1/reference-data/locations/CMUC",
"methods": [
"GET"
]
},
"timeZoneOffset": "+02:00",
"iataCode": "MUC",
"geoCode": {
"latitude": 48.35378,
"longitude": 11.78609
},
"address": {
"cityName": "MUNICH",
"cityCode": "MUC",
"countryName": "GERMANY",
"countryCode": "DE",
"regionCode": "EUROP"
},
"analytics": {
"travelers": {
"score": 27
}
}
}
}{
"errors": [
{
"status": 400,
"code": 477,
"title": "INVALID FORMAT",
"detail": "invalid query parameter format",
"source": {
"parameter": "airport",
"example": "CDG"
}
}
]
}{
"errors": [
{
"status": 404,
"code": 1797,
"title": "NOT FOUND",
"detail": "no response found for this query parameter",
"source": {
"parameter": "airport"
}
}
]
}{
"errors": [
{
"status": 500,
"code": 141,
"title": "SYSTEM ERROR HAS OCCURRED"
}
]
}GET
| Query Parameter Name | Example |
|---|---|
latitude* | 51.57285 |
longitude* | -0.44161 |
radius | 299 |
page[limit] | -63711987 |
page[offset] | 48189784 |
sort | relevance |
{
"meta": {
"count": 32,
"links": {
"self": "https://amadeus-api.mock.beeceptor.com/v1/reference-data/locations/airports?latitude=51.57285&longitude=-0.44161",
"next": "https://amadeus-api.mock.beeceptor.com/v1/reference-data/locations/airports?latitude=51.57285&longitude=-0.44161&page%5Boffset%5D=10",
"last": "https://amadeus-api.mock.beeceptor.com/v1/reference-data/locations/airports?latitude=51.57285&longitude=-0.44161&page%5Boffset%5D=22"
}
},
"data": [
{
"type": "location",
"subType": "AIRPORT",
"name": "HEATHROW",
"detailedName": "LONDON/GB:HEATHROW",
"timeZoneOffset": "+01:00",
"iataCode": "LHR",
"geoCode": {
"latitude": 51.47294,
"longitude": -0.45061
},
"address": {
"cityName": "LONDON",
"cityCode": "LON",
"countryName": "UNITED KINGDOM",
"countryCode": "GB",
"regionCode": "EUROP"
},
"distance": {
"value": 11,
"unit": "KM"
},
"analytics": {
"flights": {
"score": 39
},
"travelers": {
"score": 45
}
},
"relevance": 350.54587
},
{
"type": "location",
"subType": "AIRPORT",
"name": "GATWICK",
"detailedName": "LONDON/GB:GATWICK",
"timeZoneOffset": "+01:00",
"iataCode": "LGW",
"geoCode": {
"latitude": 51.15609,
"longitude": -0.17818
},
"address": {
"cityName": "LONDON",
"cityCode": "LON",
"countryName": "UNITED KINGDOM",
"countryCode": "GB",
"regionCode": "EUROP"
},
"distance": {
"value": 49,
"unit": "KM"
},
"analytics": {
"flights": {
"score": 27
},
"travelers": {
"score": 27
}
},
"relevance": 53.62667
},
{
"type": "location",
"subType": "AIRPORT",
"name": "LUTON",
"detailedName": "LONDON/GB:LUTON",
"timeZoneOffset": "+01:00",
"iataCode": "LTN",
"geoCode": {
"latitude": 51.87472,
"longitude": -0.36833
},
"address": {
"cityName": "LONDON",
"cityCode": "LON",
"countryName": "UNITED KINGDOM",
"countryCode": "GB",
"regionCode": "EUROP"
},
"distance": {
"value": 33,
"unit": "KM"
},
"analytics": {
"flights": {
"score": 11
},
"travelers": {
"score": 10
}
},
"relevance": 33.10184
},
{
"type": "location",
"subType": "AIRPORT",
"name": "STANSTED",
"detailedName": "LONDON/GB:STANSTED",
"timeZoneOffset": "+01:00",
"iataCode": "STN",
"geoCode": {
"latitude": 51.885,
"longitude": 0.235
},
"address": {
"cityName": "LONDON",
"cityCode": "LON",
"countryName": "UNITED KINGDOM",
"countryCode": "GB",
"regionCode": "EUROP"
},
"distance": {
"value": 58,
"unit": "KM"
},
"analytics": {
"flights": {
"score": 16
},
"travelers": {
"score": 15
}
},
"relevance": 27.50241
},
{
"type": "location",
"subType": "AIRPORT",
"name": "CITY AIRPORT",
"detailedName": "LONDON/GB:CITY AIRPORT",
"timeZoneOffset": "+01:00",
"iataCode": "LCY",
"geoCode": {
"latitude": 51.50528,
"longitude": 0.05528
},
"address": {
"cityName": "LONDON",
"cityCode": "LON",
"countryName": "UNITED KINGDOM",
"countryCode": "GB",
"regionCode": "EUROP"
},
"distance": {
"value": 35,
"unit": "KM"
},
"analytics": {
"flights": {
"score": 8
},
"travelers": {
"score": 4
}
},
"relevance": 21.78754
},
{
"type": "location",
"subType": "AIRPORT",
"name": "BIRMINGHAM",
"detailedName": "BIRMINGHAM/GB:BIRMINGHAM",
"timeZoneOffset": "+01:00",
"iataCode": "BHX",
"geoCode": {
"latitude": 52.45386,
"longitude": -1.74803
},
"address": {
"cityName": "BIRMINGHAM",
"cityCode": "BHX",
"countryName": "UNITED KINGDOM",
"countryCode": "GB",
"regionCode": "EUROP"
},
"distance": {
"value": 132,
"unit": "KM"
},
"analytics": {
"flights": {
"score": 10
},
"travelers": {
"score": 8
}
},
"relevance": 7.73356
},
{
"type": "location",
"subType": "AIRPORT",
"name": "MANCHESTER AIRPORT",
"detailedName": "MANCHESTER/GB:MANCHESTER AIRPO",
"timeZoneOffset": "+01:00",
"iataCode": "MAN",
"geoCode": {
"latitude": 53.35374,
"longitude": -2.27495
},
"address": {
"cityName": "MANCHESTER",
"cityCode": "MAN",
"countryName": "UNITED KINGDOM",
"countryCode": "GB",
"regionCode": "EUROP"
},
"distance": {
"value": 233,
"unit": "KM"
},
"analytics": {
"flights": {
"score": 18
},
"travelers": {
"score": 17
}
},
"relevance": 7.71084
},
{
"type": "location",
"subType": "AIRPORT",
"name": "SOUTHAMPTON",
"detailedName": "SOUTHAMPTON/GB",
"timeZoneOffset": "+01:00",
"iataCode": "SOU",
"geoCode": {
"latitude": 50.95026,
"longitude": -1.3568
},
"address": {
"cityName": "SOUTHAMPTON",
"cityCode": "SOU",
"countryName": "UNITED KINGDOM",
"countryCode": "GB",
"regionCode": "EUROP"
},
"distance": {
"value": 94,
"unit": "KM"
},
"analytics": {
"flights": {
"score": 4
},
"travelers": {
"score": 2
}
},
"relevance": 4.4788
},
{
"type": "location",
"subType": "AIRPORT",
"name": "BRISTOL",
"detailedName": "BRISTOL/GB:BRISTOL",
"timeZoneOffset": "+01:00",
"iataCode": "BRS",
"geoCode": {
"latitude": 51.38267,
"longitude": -2.71909
},
"address": {
"cityName": "BRISTOL",
"cityCode": "BRS",
"countryName": "UNITED KINGDOM",
"countryCode": "GB",
"regionCode": "EUROP"
},
"distance": {
"value": 159,
"unit": "KM"
},
"analytics": {
"flights": {
"score": 7
},
"travelers": {
"score": 5
}
},
"relevance": 4.08617
},
{
"type": "location",
"subType": "AIRPORT",
"name": "EAST MIDLANDS",
"detailedName": "NOTTINGHAM/GB:EAST MIDLANDS",
"timeZoneOffset": "+01:00",
"iataCode": "EMA",
"geoCode": {
"latitude": 52.83111,
"longitude": -1.32806
},
"address": {
"cityName": "NOTTINGHAM",
"cityCode": "NQT",
"countryName": "UNITED KINGDOM",
"countryCode": "GB",
"regionCode": "EUROP"
},
"distance": {
"value": 152,
"unit": "KM"
},
"analytics": {
"flights": {
"score": 4
},
"travelers": {
"score": 3
}
},
"relevance": 2.66099
}
]
}{
"errors": [
{
"status": 400,
"code": 477,
"title": "INVALID FORMAT",
"detail": "invalid query parameter format",
"source": {
"parameter": "airport",
"example": "CDG"
}
}
]
}{
"errors": [
{
"status": 500,
"code": 141,
"title": "SYSTEM ERROR HAS OCCURRED"
}
]
}airport-ontime-prediction
GET
| Query Parameter Name | Example |
|---|---|
airportCode* | JFK |
date* | 2023-11-12 |
{
"data": {
"id": "JFK20231112",
"probability": "0.928",
"result": "0.84062016",
"subType": "on-time",
"type": "prediction"
},
"meta": {
"links": {
"self": "https://amadeus-api.mock.beeceptor.com/v1/airport/predictions/on-time?airportCode=JFK&date=2023-11-12"
}
}
}{
"errors": [
{
"status": 400,
"code": 477,
"title": "INVALID FORMAT",
"detail": "invalid query parameter format",
"source": {
"parameter": "airport",
"example": "CDG"
}
}
]
}{
"errors": [
{
"status": 500,
"code": 141,
"title": "SYSTEM ERROR HAS OCCURRED"
}
]
}direct-destinations
GET
| Query Parameter Name | Example |
|---|---|
departureAirportCode* | BLR |
max | 58951268 |
arrivalCountryCode | deserunt |
{
"meta": {
"count": 3,
"links": {
"self": "https://api.amadeus.com/v1/airport/direct-destinations?departureAirportCode=ORY&max=3&arrivalCountryCode=FR"
}
},
"data": [
{
"type": "location",
"subtype": "city",
"name": "TOULOUSE",
"iataCode": "TLS",
"geoCode": {
"latitude": 43.62908,
"longitude": 1.36382
},
"address": {
"cityName": "TOULOUSE",
"countryName": "FRANCE",
"stateCode": "FR-31",
"regionCode": "EUROP"
},
"timeZone": {
"offset": "+02:00",
"referenceLocalDateTime": "2022-10-25T10:17:00"
},
"metrics": {
"relevance": 100
}
},
{
"type": "location",
"subtype": "city",
"name": "NICE",
"iataCode": "NCE",
"geoCode": {
"latitude": 43.66272,
"longitude": 7.20787
},
"address": {
"cityName": "NICE",
"countryName": "FRANCE",
"stateCode": "FR-06",
"regionCode": "EUROP"
},
"timeZone": {
"offset": "+02:00",
"referenceLocalDateTime": "2022-10-25T10:17:00"
},
"metrics": {
"relevance": 97
}
},
{
"type": "location",
"subtype": "city",
"name": "MARSEILLE",
"iataCode": "MRS",
"geoCode": {
"latitude": 43.43556,
"longitude": 5.21361
},
"address": {
"cityName": "MARSEILLE",
"countryName": "FRANCE",
"stateCode": "FR-06",
"regionCode": "EUROP"
},
"timeZone": {
"offset": "+02:00",
"referenceLocalDateTime": "2022-10-25T10:17:00"
},
"metrics": {
"relevance": 45
}
}
]
}{
"errors": [
{
"status": 400,
"code": 32171,
"title": "MANDATORY DATA MISSING",
"detail": "Missing mandatory query parameter 'departureAirportCode"
}
]
}{
"errors": [
{
"status": 500,
"code": 141,
"title": "SYSTEM ERROR HAS OCCURRED"
}
]
}OAuth2 Access Token(2 operations)
POST
{
"client_id": "KlJr9c6kLyZb9DHH",
"client_secret": "oWa036mwRykqzXdQy1sfUVjt",
"grant_type": "client_credentials"
}{
"type": "amadeusOAuth2Token",
"username": "myuser@mydomain.com",
"application_name": "My Application",
"client_id": "Hs0sNkpTXeu0t2Hw2rLITofK8QELGdfsf",
"token_type": "Bearer",
"access_token": "f8XgboI1oKyNw7w23bnnAbFANidfgC",
"expires_in": 1799,
"state": "approved",
"scope": ""
}{
"error": "invalid_client",
"error_description": "Client credentials are invalid",
"code": 38187,
"title": "Invalid parameters"
}{
"error": "invalid_client",
"error_description": "Client credentials are invalid",
"code": 38187,
"title": "Invalid parameters"
}GET
{
"type": "amadeusOAuth2Token",
"username": "myuser@mydomain.com",
"application_name": "My Application",
"client_id": "Hs0sNkpTXeu0t2Hw2rLITofK8QELGdfsf",
"token_type": "Bearer",
"access_token": "f8XgboI1oKyNw7w23bnnAbFANidfgC",
"expires_in": 1799,
"state": "approved",
"scope": ""
}{
"error": "invalid_client",
"error_description": "Client credentials are invalid",
"code": 38187,
"title": "Invalid parameters"
}Shopping(5 operations)
POST
| Header Name | Example |
|---|---|
X-HTTP-Method-Override* | "et exercitation dolore" |
{
"data": {
"type": "flight-offers-upselling",
"flightOffers": [
{
"type": "flight-offer",
"id": "1",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2021-07-04",
"numberOfBookableSeats": 2,
"itineraries": [
{
"duration": "PT2H5M",
"segments": [
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2021-07-04T09:30:00"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2021-07-04T11:35:00"
},
"carrierCode": "AF",
"number": "1300",
"aircraft": {
"code": "321"
},
"operating": {
"carrierCode": "AF"
},
"duration": "PT2H5M",
"id": "2",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT1H55M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2021-07-11T18:35:00"
},
"arrival": {
"iataCode": "ORY",
"terminal": "1",
"at": "2021-07-11T20:30:00"
},
"carrierCode": "AF",
"number": "9433",
"aircraft": {
"code": "318"
},
"operating": {
"carrierCode": "AF"
},
"duration": "PT1H55M",
"id": "14",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
}
],
"price": {
"currency": "EUR",
"total": "410.86",
"base": "240.00",
"fees": [
{
"amount": "0.00",
"type": "SUPPLIER"
},
{
"amount": "0.00",
"type": "TICKETING"
}
],
"grandTotal": "410.86",
"additionalServices": [
{
"amount": "60.00",
"type": "CHECKED_BAGS"
}
]
},
"pricingOptions": {
"fareType": [
"PUBLISHED"
],
"includedCheckedBagsOnly": false
},
"validatingAirlineCodes": [
"AF"
],
"travelerPricings": [
{
"travelerId": "1",
"fareOption": "STANDARD",
"travelerType": "ADULT",
"price": {
"currency": "EUR",
"total": "201.96",
"base": "126.00"
},
"fareDetailsBySegment": [
{
"segmentId": "2",
"cabin": "ECONOMY",
"fareBasis": "AS50OALG",
"brandedFare": "LIGHT1",
"class": "A",
"includedCheckedBags": {
"quantity": 0
}
},
{
"segmentId": "14",
"cabin": "ECONOMY",
"fareBasis": "VS50OALG",
"brandedFare": "LIGHT1",
"class": "V",
"includedCheckedBags": {
"quantity": 0
}
}
]
},
{
"travelerId": "2",
"fareOption": "STANDARD",
"travelerType": "CHILD",
"price": {
"currency": "EUR",
"total": "176.96",
"base": "101.00"
},
"fareDetailsBySegment": [
{
"segmentId": "2",
"cabin": "ECONOMY",
"fareBasis": "AS50OALG",
"brandedFare": "LIGHT1",
"class": "A"
},
{
"segmentId": "14",
"cabin": "ECONOMY",
"fareBasis": "VS50OALG",
"brandedFare": "LIGHT1",
"class": "V"
}
]
},
{
"travelerId": "3",
"fareOption": "STANDARD",
"travelerType": "HELD_INFANT",
"associatedAdultId": "1",
"price": {
"currency": "EUR",
"total": "31.94",
"base": "13.00"
},
"fareDetailsBySegment": [
{
"segmentId": "2",
"cabin": "ECONOMY",
"fareBasis": "AS50OALG",
"brandedFare": "LIGHT1",
"class": "A"
},
{
"segmentId": "14",
"cabin": "ECONOMY",
"fareBasis": "VS50OALG",
"brandedFare": "LIGHT1",
"class": "V"
}
]
}
],
"fareRules": {
"rules": [
{
"category": "EXCHANGE",
"maxPenaltyAmount": "0.00"
},
{
"category": "REVALIDATION",
"notApplicable": true
}
]
}
}
],
"payments": [
{
"brand": "VISA_IXARIS",
"binNumber": 123456,
"flightOfferIds": [
1
]
}
]
}
}{
"meta": {
"count": 5
},
"data": [
{
"type": "flight-offer",
"id": "2",
"source": "GDS",
"instantTicketingRequired": false,
"paymentCardRequired": false,
"lastTicketingDate": "2021-07-04",
"itineraries": [
{
"segments": [
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2021-07-04T09:30:00"
},
"arrival": {
"iataCode": "MAD",
"at": "2021-07-04T11:35:00"
},
"carrierCode": "AF",
"number": "1300",
"aircraft": {
"code": "321"
},
"operating": {
"carrierCode": "AF"
},
"duration": "PT2H5M",
"id": "14",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2021-07-11T18:35:00"
},
"arrival": {
"iataCode": "ORY",
"at": "2021-07-11T20:30:00"
},
"carrierCode": "AF",
"number": "9433",
"aircraft": {
"code": "318"
},
"operating": {
"carrierCode": "AF"
},
"duration": "PT1H55M",
"id": "14",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
}
],
"price": {
"currency": "EUR",
"total": "381.86",
"base": "211.00",
"fees": [
{
"amount": "0.00",
"type": "TICKETING"
}
],
"grandTotal": "381.86"
},
"pricingOptions": {
"fareType": [
"PUBLISHED"
],
"includedCheckedBagsOnly": false,
"refundableFare": false,
"noRestrictionFare": false,
"noPenaltyFare": false
},
"validatingAirlineCodes": [
"AF"
],
"travelerPricings": [
{
"travelerId": "1",
"fareOption": "STANDARD",
"travelerType": "ADULT",
"price": {
"currency": "EUR",
"total": "186.96",
"base": "111.00",
"taxes": [
{
"amount": "16.36",
"code": "FR"
},
{
"amount": "1.13",
"code": "IZ"
},
{
"amount": "14.95",
"code": "JD"
},
{
"amount": "1.50",
"code": "O4"
},
{
"amount": "0.61",
"code": "OG"
},
{
"amount": "3.38",
"code": "QV"
},
{
"amount": "12.03",
"code": "QX"
},
{
"amount": "26.00",
"code": "YQ"
}
]
},
"fareDetailsBySegment": [
{
"segmentId": "2",
"cabin": "ECONOMY",
"fareBasis": "QS50OALG",
"brandedFare": "LIGHT1",
"class": "Q",
"includedCheckedBags": {
"quantity": 0
},
"amenities": [
{
"code": "0MR",
"description": "CABIN BAGGAGE 12KG 1PC 115CM",
"isChargeable": false,
"amenityType": "BAGGAGE"
},
{
"code": "0AT",
"description": "SNACK",
"isChargeable": false,
"amenityType": "MEAL"
},
{
"code": "0AX",
"description": "BEVERAGE",
"isChargeable": false,
"amenityType": "MEAL"
},
{
"code": "059",
"description": "CHANGEABLE TICKET",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "06A",
"description": "LIGHT MILES ACCRUAL",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "0C3",
"description": "CHECKED BAG 1PC OF 23KG 158CM",
"isChargeable": true,
"amenityType": "BAGGAGE"
},
{
"code": "050",
"description": "CHOICE OF STANDARD SEAT",
"isChargeable": true,
"amenityType": "BRANDED_FARES"
},
{
"code": "058",
"description": "UPGRADE ELIGIBILITY",
"isChargeable": true,
"amenityType": "BRANDED_FARES"
}
]
},
{
"segmentId": "14",
"cabin": "ECONOMY",
"fareBasis": "VS50OALG",
"brandedFare": "LIGHT1",
"class": "V",
"includedCheckedBags": {
"quantity": 0
}
}
]
},
{
"travelerId": "2",
"fareOption": "STANDARD",
"travelerType": "CHILD",
"price": {
"currency": "EUR",
"total": "164.96",
"base": "89.00",
"taxes": [
{
"amount": "16.36",
"code": "FR"
},
{
"amount": "1.13",
"code": "IZ"
},
{
"amount": "14.95",
"code": "JD"
},
{
"amount": "1.50",
"code": "O4"
},
{
"amount": "0.61",
"code": "OG"
},
{
"amount": "3.38",
"code": "QV"
},
{
"amount": "12.03",
"code": "QX"
},
{
"amount": "26.00",
"code": "YQ"
}
]
},
"fareDetailsBySegment": [
{
"segmentId": "2",
"cabin": "ECONOMY",
"fareBasis": "QS50OALG",
"brandedFare": "LIGHT1",
"class": "Q",
"includedCheckedBags": {
"quantity": 0
},
"amenities": [
{
"code": "0MR",
"description": "CABIN BAGGAGE 12KG 1PC 115CM",
"isChargeable": false,
"amenityType": "BAGGAGE"
},
{
"code": "0AT",
"description": "SNACK",
"isChargeable": false,
"amenityType": "MEAL"
},
{
"code": "0AX",
"description": "BEVERAGE",
"isChargeable": false,
"amenityType": "MEAL"
},
{
"code": "059",
"description": "CHANGEABLE TICKET",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "06A",
"description": "LIGHT MILES ACCRUAL",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "0C3",
"description": "CHECKED BAG 1PC OF 23KG 158CM",
"isChargeable": true,
"amenityType": "BAGGAGE"
},
{
"code": "050",
"description": "CHOICE OF STANDARD SEAT",
"isChargeable": true,
"amenityType": "BRANDED_FARES"
},
{
"code": "058",
"description": "UPGRADE ELIGIBILITY",
"isChargeable": true,
"amenityType": "BRANDED_FARES"
}
]
},
{
"segmentId": "14",
"cabin": "ECONOMY",
"fareBasis": "VS50OALG",
"brandedFare": "LIGHT1",
"class": "V",
"includedCheckedBags": {
"quantity": 0
}
}
]
},
{
"travelerId": "3",
"fareOption": "STANDARD",
"travelerType": "HELD_INFANT",
"associatedAdultId": "1",
"price": {
"currency": "EUR",
"total": "29.94",
"base": "11.00",
"taxes": [
{
"amount": "14.95",
"code": "JD"
},
{
"amount": "0.61",
"code": "OG"
},
{
"amount": "3.38",
"code": "QV"
}
]
},
"fareDetailsBySegment": [
{
"segmentId": "2",
"cabin": "ECONOMY",
"fareBasis": "QS50OALG",
"brandedFare": "LIGHT1",
"class": "Q",
"includedCheckedBags": {
"quantity": 0
},
"amenities": [
{
"code": "0MR",
"description": "CABIN BAGGAGE 12KG 1PC 115CM",
"isChargeable": false,
"amenityType": "BAGGAGE"
},
{
"code": "0AT",
"description": "SNACK",
"isChargeable": false,
"amenityType": "MEAL"
},
{
"code": "0AX",
"description": "BEVERAGE",
"isChargeable": false,
"amenityType": "MEAL"
},
{
"code": "059",
"description": "CHANGEABLE TICKET",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "06A",
"description": "LIGHT MILES ACCRUAL",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "0C3",
"description": "CHECKED BAG 1PC OF 23KG 158CM",
"isChargeable": true,
"amenityType": "BAGGAGE"
},
{
"code": "050",
"description": "CHOICE OF STANDARD SEAT",
"isChargeable": true,
"amenityType": "BRANDED_FARES"
},
{
"code": "058",
"description": "UPGRADE ELIGIBILITY",
"isChargeable": true,
"amenityType": "BRANDED_FARES"
}
]
},
{
"segmentId": "14",
"cabin": "ECONOMY",
"fareBasis": "VS50OALG",
"brandedFare": "LIGHT1",
"class": "V",
"includedCheckedBags": {
"quantity": 0
}
}
]
}
]
},
{
"type": "flight-offer",
"id": "3",
"source": "GDS",
"instantTicketingRequired": false,
"paymentCardRequired": false,
"lastTicketingDate": "2021-07-04",
"itineraries": [
{
"segments": [
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2021-07-04T09:30:00"
},
"arrival": {
"iataCode": "MAD",
"at": "2021-07-04T11:35:00"
},
"carrierCode": "AF",
"number": "1300",
"aircraft": {
"code": "321"
},
"operating": {
"carrierCode": "AF"
},
"duration": "PT2H5M",
"id": "14",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2021-07-11T18:35:00"
},
"arrival": {
"iataCode": "ORY",
"at": "2021-07-11T20:30:00"
},
"carrierCode": "AF",
"number": "9433",
"aircraft": {
"code": "318"
},
"operating": {
"carrierCode": "AF"
},
"duration": "PT1H55M",
"id": "14",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
}
],
"price": {
"currency": "EUR",
"total": "457.86",
"base": "287.00",
"fees": [
{
"amount": "0.00",
"type": "TICKETING"
}
],
"grandTotal": "457.86"
},
"pricingOptions": {
"fareType": [
"PUBLISHED"
],
"includedCheckedBagsOnly": false,
"refundableFare": false,
"noRestrictionFare": false,
"noPenaltyFare": false
},
"validatingAirlineCodes": [
"AF"
],
"travelerPricings": [
{
"travelerId": "1",
"fareOption": "STANDARD",
"travelerType": "ADULT",
"price": {
"currency": "EUR",
"total": "226.96",
"base": "151.00",
"taxes": [
{
"amount": "16.36",
"code": "FR"
},
{
"amount": "1.13",
"code": "IZ"
},
{
"amount": "14.95",
"code": "JD"
},
{
"amount": "1.50",
"code": "O4"
},
{
"amount": "0.61",
"code": "OG"
},
{
"amount": "3.38",
"code": "QV"
},
{
"amount": "12.03",
"code": "QX"
},
{
"amount": "26.00",
"code": "YQ"
}
]
},
"fareDetailsBySegment": [
{
"segmentId": "2",
"cabin": "ECONOMY",
"fareBasis": "QS50OBST",
"brandedFare": "STANDARD",
"class": "Q",
"includedCheckedBags": {
"quantity": 1
},
"amenities": [
{
"code": "0C3",
"description": "CHECKED BAG 1PC OF 23KG 158CM",
"isChargeable": false,
"amenityType": "BAGGAGE"
},
{
"code": "0MR",
"description": "CABIN BAGGAGE 12KG 1PC 115CM",
"isChargeable": false,
"amenityType": "BAGGAGE"
},
{
"code": "0AT",
"description": "SNACK",
"isChargeable": false,
"amenityType": "MEAL"
},
{
"code": "0AX",
"description": "BEVERAGE",
"isChargeable": false,
"amenityType": "MEAL"
},
{
"code": "059",
"description": "CHANGEABLE TICKET",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "06B",
"description": "STANDARD MILES ACCRUAL",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "050",
"description": "CHOICE OF STANDARD SEAT",
"isChargeable": true,
"amenityType": "BRANDED_FARES"
},
{
"code": "058",
"description": "UPGRADE ELIGIBILITY",
"isChargeable": true,
"amenityType": "BRANDED_FARES"
}
]
},
{
"segmentId": "14",
"cabin": "ECONOMY",
"fareBasis": "VS50OBST",
"brandedFare": "STANDARD",
"class": "V",
"includedCheckedBags": {
"quantity": 1
},
"amenities": [
{
"code": "0C3",
"description": "CHECKED BAG 1PC OF 23KG 158CM",
"isChargeable": false,
"amenityType": "BAGGAGE"
},
{
"code": "0MR",
"description": "CABIN BAGGAGE 12KG 1PC 115CM",
"isChargeable": false,
"amenityType": "BAGGAGE"
},
{
"code": "0AT",
"description": "SNACK",
"isChargeable": false,
"amenityType": "MEAL"
},
{
"code": "0AX",
"description": "BEVERAGE",
"isChargeable": false,
"amenityType": "MEAL"
},
{
"code": "059",
"description": "CHANGEABLE TICKET",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "06B",
"description": "STANDARD MILES ACCRUAL",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "050",
"description": "CHOICE OF STANDARD SEAT",
"isChargeable": true,
"amenityType": "BRANDED_FARES"
},
{
"code": "058",
"description": "UPGRADE ELIGIBILITY",
"isChargeable": true,
"amenityType": "BRANDED_FARES"
}
]
}
]
},
{
"travelerId": "2",
"fareOption": "STANDARD",
"travelerType": "CHILD",
"price": {
"currency": "EUR",
"total": "196.96",
"base": "121.00",
"taxes": [
{
"amount": "16.36",
"code": "FR"
},
{
"amount": "1.13",
"code": "IZ"
},
{
"amount": "14.95",
"code": "JD"
},
{
"amount": "1.50",
"code": "O4"
},
{
"amount": "0.61",
"code": "OG"
},
{
"amount": "3.38",
"code": "QV"
},
{
"amount": "12.03",
"code": "QX"
},
{
"amount": "26.00",
"code": "YQ"
}
]
},
"fareDetailsBySegment": [
{
"segmentId": "2",
"cabin": "ECONOMY",
"fareBasis": "QS50OBST",
"brandedFare": "STANDARD",
"class": "Q",
"includedCheckedBags": {
"quantity": 1
},
"amenities": [
{
"code": "0C3",
"description": "CHECKED BAG 1PC OF 23KG 158CM",
"isChargeable": false,
"amenityType": "BAGGAGE"
},
{
"code": "0MR",
"description": "CABIN BAGGAGE 12KG 1PC 115CM",
"isChargeable": false,
"amenityType": "BAGGAGE"
},
{
"code": "0AT",
"description": "SNACK",
"isChargeable": false,
"amenityType": "MEAL"
},
{
"code": "0AX",
"description": "BEVERAGE",
"isChargeable": false,
"amenityType": "MEAL"
},
{
"code": "059",
"description": "CHANGEABLE TICKET",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "06B",
"description": "STANDARD MILES ACCRUAL",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "050",
"description": "CHOICE OF STANDARD SEAT",
"isChargeable": true,
"amenityType": "BRANDED_FARES"
},
{
"code": "058",
"description": "UPGRADE ELIGIBILITY",
"isChargeable": true,
"amenityType": "BRANDED_FARES"
}
]
},
{
"segmentId": "14",
"cabin": "ECONOMY",
"fareBasis": "VS50OBST",
"brandedFare": "STANDARD",
"class": "V",
"includedCheckedBags": {
"quantity": 1
},
"amenities": [
{
"code": "0C3",
"description": "CHECKED BAG 1PC OF 23KG 158CM",
"isChargeable": false,
"amenityType": "BAGGAGE"
},
{
"code": "0MR",
"description": "CABIN BAGGAGE 12KG 1PC 115CM",
"isChargeable": false,
"amenityType": "BAGGAGE"
},
{
"code": "0AT",
"description": "SNACK",
"isChargeable": false,
"amenityType": "MEAL"
},
{
"code": "0AX",
"description": "BEVERAGE",
"isChargeable": false,
"amenityType": "MEAL"
},
{
"code": "059",
"description": "CHANGEABLE TICKET",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "06B",
"description": "STANDARD MILES ACCRUAL",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "050",
"description": "CHOICE OF STANDARD SEAT",
"isChargeable": true,
"amenityType": "BRANDED_FARES"
},
{
"code": "058",
"description": "UPGRADE ELIGIBILITY",
"isChargeable": true,
"amenityType": "BRANDED_FARES"
}
]
}
]
},
{
"travelerId": "3",
"fareOption": "STANDARD",
"travelerType": "HELD_INFANT",
"associatedAdultId": "1",
"price": {
"currency": "EUR",
"total": "33.94",
"base": "15.00",
"taxes": [
{
"amount": "14.95",
"code": "JD"
},
{
"amount": "0.61",
"code": "OG"
},
{
"amount": "3.38",
"code": "QV"
}
]
},
"fareDetailsBySegment": [
{
"segmentId": "2",
"cabin": "ECONOMY",
"fareBasis": "QS50OBST",
"brandedFare": "STANDARD",
"class": "Q",
"includedCheckedBags": {
"quantity": 1
},
"amenities": [
{
"code": "0C3",
"description": "CHECKED BAG 1PC OF 23KG 158CM",
"isChargeable": false,
"amenityType": "BAGGAGE"
},
{
"code": "0MR",
"description": "CABIN BAGGAGE 12KG 1PC 115CM",
"isChargeable": false,
"amenityType": "BAGGAGE"
},
{
"code": "0AT",
"description": "SNACK",
"isChargeable": false,
"amenityType": "MEAL"
},
{
"code": "0AX",
"description": "BEVERAGE",
"isChargeable": false,
"amenityType": "MEAL"
},
{
"code": "059",
"description": "CHANGEABLE TICKET",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "06B",
"description": "STANDARD MILES ACCRUAL",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "050",
"description": "CHOICE OF STANDARD SEAT",
"isChargeable": true,
"amenityType": "BRANDED_FARES"
},
{
"code": "058",
"description": "UPGRADE ELIGIBILITY",
"isChargeable": true,
"amenityType": "BRANDED_FARES"
}
]
},
{
"segmentId": "14",
"cabin": "ECONOMY",
"fareBasis": "VS50OBST",
"brandedFare": "STANDARD",
"class": "V",
"includedCheckedBags": {
"quantity": 1
},
"amenities": [
{
"code": "0C3",
"description": "CHECKED BAG 1PC OF 23KG 158CM",
"isChargeable": false,
"amenityType": "BAGGAGE"
},
{
"code": "0MR",
"description": "CABIN BAGGAGE 12KG 1PC 115CM",
"isChargeable": false,
"amenityType": "BAGGAGE"
},
{
"code": "0AT",
"description": "SNACK",
"isChargeable": false,
"amenityType": "MEAL"
},
{
"code": "0AX",
"description": "BEVERAGE",
"isChargeable": false,
"amenityType": "MEAL"
},
{
"code": "059",
"description": "CHANGEABLE TICKET",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "06B",
"description": "STANDARD MILES ACCRUAL",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "050",
"description": "CHOICE OF STANDARD SEAT",
"isChargeable": true,
"amenityType": "BRANDED_FARES"
},
{
"code": "058",
"description": "UPGRADE ELIGIBILITY",
"isChargeable": true,
"amenityType": "BRANDED_FARES"
}
]
}
]
}
]
},
{
"type": "flight-offer",
"id": "4",
"source": "GDS",
"instantTicketingRequired": false,
"paymentCardRequired": false,
"lastTicketingDate": "2021-07-04",
"itineraries": [
{
"segments": [
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2021-07-04T09:30:00"
},
"arrival": {
"iataCode": "MAD",
"at": "2021-07-04T11:35:00"
},
"carrierCode": "AF",
"number": "1300",
"aircraft": {
"code": "321"
},
"operating": {
"carrierCode": "AF"
},
"duration": "PT2H5M",
"id": "14",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2021-07-11T18:35:00"
},
"arrival": {
"iataCode": "ORY",
"at": "2021-07-11T20:30:00"
},
"carrierCode": "AF",
"number": "9433",
"aircraft": {
"code": "318"
},
"operating": {
"carrierCode": "AF"
},
"duration": "PT1H55M",
"id": "14",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
}
],
"price": {
"currency": "EUR",
"total": "685.86",
"base": "515.00",
"fees": [
{
"amount": "0.00",
"type": "TICKETING"
}
],
"grandTotal": "685.86"
},
"pricingOptions": {
"fareType": [
"PUBLISHED"
],
"includedCheckedBagsOnly": false,
"refundableFare": false,
"noRestrictionFare": false,
"noPenaltyFare": false
},
"validatingAirlineCodes": [
"AF"
],
"travelerPricings": [
{
"travelerId": "1",
"fareOption": "STANDARD",
"travelerType": "ADULT",
"price": {
"currency": "EUR",
"total": "346.96",
"base": "271.00",
"taxes": [
{
"amount": "16.36",
"code": "FR"
},
{
"amount": "1.13",
"code": "IZ"
},
{
"amount": "14.95",
"code": "JD"
},
{
"amount": "1.50",
"code": "O4"
},
{
"amount": "0.61",
"code": "OG"
},
{
"amount": "3.38",
"code": "QV"
},
{
"amount": "12.03",
"code": "QX"
},
{
"amount": "26.00",
"code": "YQ"
}
]
},
"fareDetailsBySegment": [
{
"segmentId": "2",
"cabin": "ECONOMY",
"fareBasis": "QS50OEFX",
"brandedFare": "FLEX",
"class": "Q",
"includedCheckedBags": {
"quantity": 1
},
"amenities": [
{
"code": "0C3",
"description": "CHECKED BAG 1PC OF 23KG 158CM",
"isChargeable": false,
"amenityType": "BAGGAGE"
},
{
"code": "0MR",
"description": "CABIN BAGGAGE 12KG 1PC 115CM",
"isChargeable": false,
"amenityType": "BAGGAGE"
},
{
"code": "050",
"description": "CHOICE OF STANDARD SEAT",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "0AT",
"description": "SNACK",
"isChargeable": false,
"amenityType": "MEAL"
},
{
"code": "0AX",
"description": "BEVERAGE",
"isChargeable": false,
"amenityType": "MEAL"
},
{
"code": "059",
"description": "CHANGEABLE TICKET",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "056",
"description": "REFUNDABLE TICKET",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "07G",
"description": "SKY PRIORITY",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "07H",
"description": "GO SHOW",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "06D",
"description": "FLEX MILES ACCRUAL",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "058",
"description": "UPGRADE ELIGIBILITY",
"isChargeable": true,
"amenityType": "BRANDED_FARES"
}
]
},
{
"segmentId": "14",
"cabin": "ECONOMY",
"fareBasis": "VS50OEFX",
"brandedFare": "FLEX",
"class": "V",
"includedCheckedBags": {
"quantity": 1
},
"amenities": [
{
"code": "0C3",
"description": "CHECKED BAG 1PC OF 23KG 158CM",
"isChargeable": false,
"amenityType": "BAGGAGE"
},
{
"code": "0MR",
"description": "CABIN BAGGAGE 12KG 1PC 115CM",
"isChargeable": false,
"amenityType": "BAGGAGE"
},
{
"code": "050",
"description": "CHOICE OF STANDARD SEAT",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "0AT",
"description": "SNACK",
"isChargeable": false,
"amenityType": "MEAL"
},
{
"code": "0AX",
"description": "BEVERAGE",
"isChargeable": false,
"amenityType": "MEAL"
},
{
"code": "059",
"description": "CHANGEABLE TICKET",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "056",
"description": "REFUNDABLE TICKET",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "07G",
"description": "SKY PRIORITY",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "07H",
"description": "GO SHOW",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "06D",
"description": "FLEX MILES ACCRUAL",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "058",
"description": "UPGRADE ELIGIBILITY",
"isChargeable": true,
"amenityType": "BRANDED_FARES"
}
]
}
]
},
{
"travelerId": "2",
"fareOption": "STANDARD",
"travelerType": "CHILD",
"price": {
"currency": "EUR",
"total": "292.96",
"base": "217.00",
"taxes": [
{
"amount": "16.36",
"code": "FR"
},
{
"amount": "1.13",
"code": "IZ"
},
{
"amount": "14.95",
"code": "JD"
},
{
"amount": "1.50",
"code": "O4"
},
{
"amount": "0.61",
"code": "OG"
},
{
"amount": "3.38",
"code": "QV"
},
{
"amount": "12.03",
"code": "QX"
},
{
"amount": "26.00",
"code": "YQ"
}
]
},
"fareDetailsBySegment": [
{
"segmentId": "2",
"cabin": "ECONOMY",
"fareBasis": "QS50OEFX",
"brandedFare": "FLEX",
"class": "Q",
"includedCheckedBags": {
"quantity": 1
},
"amenities": [
{
"code": "0C3",
"description": "CHECKED BAG 1PC OF 23KG 158CM",
"isChargeable": false,
"amenityType": "BAGGAGE"
},
{
"code": "0MR",
"description": "CABIN BAGGAGE 12KG 1PC 115CM",
"isChargeable": false,
"amenityType": "BAGGAGE"
},
{
"code": "050",
"description": "CHOICE OF STANDARD SEAT",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "0AT",
"description": "SNACK",
"isChargeable": false,
"amenityType": "MEAL"
},
{
"code": "0AX",
"description": "BEVERAGE",
"isChargeable": false,
"amenityType": "MEAL"
},
{
"code": "059",
"description": "CHANGEABLE TICKET",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "056",
"description": "REFUNDABLE TICKET",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "07G",
"description": "SKY PRIORITY",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "07H",
"description": "GO SHOW",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "06D",
"description": "FLEX MILES ACCRUAL",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "058",
"description": "UPGRADE ELIGIBILITY",
"isChargeable": true,
"amenityType": "BRANDED_FARES"
}
]
},
{
"segmentId": "14",
"cabin": "ECONOMY",
"fareBasis": "VS50OEFX",
"brandedFare": "FLEX",
"class": "V",
"includedCheckedBags": {
"quantity": 1
},
"amenities": [
{
"code": "0C3",
"description": "CHECKED BAG 1PC OF 23KG 158CM",
"isChargeable": false,
"amenityType": "BAGGAGE"
},
{
"code": "0MR",
"description": "CABIN BAGGAGE 12KG 1PC 115CM",
"isChargeable": false,
"amenityType": "BAGGAGE"
},
{
"code": "050",
"description": "CHOICE OF STANDARD SEAT",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "0AT",
"description": "SNACK",
"isChargeable": false,
"amenityType": "MEAL"
},
{
"code": "0AX",
"description": "BEVERAGE",
"isChargeable": false,
"amenityType": "MEAL"
},
{
"code": "059",
"description": "CHANGEABLE TICKET",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "056",
"description": "REFUNDABLE TICKET",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "07G",
"description": "SKY PRIORITY",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "07H",
"description": "GO SHOW",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "06D",
"description": "FLEX MILES ACCRUAL",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "058",
"description": "UPGRADE ELIGIBILITY",
"isChargeable": true,
"amenityType": "BRANDED_FARES"
}
]
}
]
},
{
"travelerId": "3",
"fareOption": "STANDARD",
"travelerType": "HELD_INFANT",
"associatedAdultId": "1",
"price": {
"currency": "EUR",
"total": "45.94",
"base": "27.00",
"taxes": [
{
"amount": "14.95",
"code": "JD"
},
{
"amount": "0.61",
"code": "OG"
},
{
"amount": "3.38",
"code": "QV"
}
]
},
"fareDetailsBySegment": [
{
"segmentId": "2",
"cabin": "ECONOMY",
"fareBasis": "QS50OEFX",
"brandedFare": "FLEX",
"class": "Q",
"includedCheckedBags": {
"quantity": 1
},
"amenities": [
{
"code": "0C3",
"description": "CHECKED BAG 1PC OF 23KG 158CM",
"isChargeable": false,
"amenityType": "BAGGAGE"
},
{
"code": "0MR",
"description": "CABIN BAGGAGE 12KG 1PC 115CM",
"isChargeable": false,
"amenityType": "BAGGAGE"
},
{
"code": "050",
"description": "CHOICE OF STANDARD SEAT",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "0AT",
"description": "SNACK",
"isChargeable": false,
"amenityType": "MEAL"
},
{
"code": "0AX",
"description": "BEVERAGE",
"isChargeable": false,
"amenityType": "MEAL"
},
{
"code": "059",
"description": "CHANGEABLE TICKET",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "056",
"description": "REFUNDABLE TICKET",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "07G",
"description": "SKY PRIORITY",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "07H",
"description": "GO SHOW",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "06D",
"description": "FLEX MILES ACCRUAL",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "058",
"description": "UPGRADE ELIGIBILITY",
"isChargeable": true,
"amenityType": "BRANDED_FARES"
}
]
},
{
"segmentId": "14",
"cabin": "ECONOMY",
"fareBasis": "VS50OEFX",
"brandedFare": "FLEX",
"class": "V",
"includedCheckedBags": {
"quantity": 1
},
"amenities": [
{
"code": "0C3",
"description": "CHECKED BAG 1PC OF 23KG 158CM",
"isChargeable": false,
"amenityType": "BAGGAGE"
},
{
"code": "0MR",
"description": "CABIN BAGGAGE 12KG 1PC 115CM",
"isChargeable": false,
"amenityType": "BAGGAGE"
},
{
"code": "050",
"description": "CHOICE OF STANDARD SEAT",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "0AT",
"description": "SNACK",
"isChargeable": false,
"amenityType": "MEAL"
},
{
"code": "0AX",
"description": "BEVERAGE",
"isChargeable": false,
"amenityType": "MEAL"
},
{
"code": "059",
"description": "CHANGEABLE TICKET",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "056",
"description": "REFUNDABLE TICKET",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "07G",
"description": "SKY PRIORITY",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "07H",
"description": "GO SHOW",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "06D",
"description": "FLEX MILES ACCRUAL",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "058",
"description": "UPGRADE ELIGIBILITY",
"isChargeable": true,
"amenityType": "BRANDED_FARES"
}
]
}
]
}
]
},
{
"type": "flight-offer",
"id": "5",
"source": "GDS",
"instantTicketingRequired": false,
"paymentCardRequired": false,
"lastTicketingDate": "2021-07-04",
"itineraries": [
{
"segments": [
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2021-07-04T09:30:00"
},
"arrival": {
"iataCode": "MAD",
"at": "2021-07-04T11:35:00"
},
"carrierCode": "AF",
"number": "1300",
"aircraft": {
"code": "321"
},
"operating": {
"carrierCode": "AF"
},
"duration": "PT2H5M",
"id": "14",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2021-07-11T18:35:00"
},
"arrival": {
"iataCode": "ORY",
"at": "2021-07-11T20:30:00"
},
"carrierCode": "AF",
"number": "9433",
"aircraft": {
"code": "318"
},
"operating": {
"carrierCode": "AF"
},
"duration": "PT1H55M",
"id": "14",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
}
],
"price": {
"currency": "EUR",
"total": "759.14",
"base": "553.00",
"fees": [
{
"amount": "0.00",
"type": "TICKETING"
}
],
"grandTotal": "759.14"
},
"pricingOptions": {
"fareType": [
"PUBLISHED"
],
"includedCheckedBagsOnly": false,
"refundableFare": false,
"noRestrictionFare": false,
"noPenaltyFare": false
},
"validatingAirlineCodes": [
"AF"
],
"travelerPricings": [
{
"travelerId": "1",
"fareOption": "STANDARD",
"travelerType": "ADULT",
"price": {
"currency": "EUR",
"total": "384.60",
"base": "291.00",
"taxes": [
{
"amount": "16.36",
"code": "FR"
},
{
"amount": "11.27",
"code": "IZ"
},
{
"amount": "14.95",
"code": "JD"
},
{
"amount": "9.00",
"code": "O4"
},
{
"amount": "0.61",
"code": "OG"
},
{
"amount": "3.38",
"code": "QV"
},
{
"amount": "12.03",
"code": "QX"
},
{
"amount": "26.00",
"code": "YQ"
}
]
},
"fareDetailsBySegment": [
{
"segmentId": "2",
"cabin": "BUSINESS",
"fareBasis": "OS50OBNB",
"brandedFare": "BIZLEISURE",
"class": "O",
"includedCheckedBags": {
"quantity": 2
},
"amenities": [
{
"code": "0MS",
"description": "CABIN BAGGAGE 18KG 2PC 115CM",
"isChargeable": false,
"amenityType": "BAGGAGE"
},
{
"code": "0FM",
"description": "CHECKED BAG 2PC OF 32KG 158CM",
"isChargeable": false,
"amenityType": "BAGGAGE"
},
{
"code": "0B3",
"description": "MEAL",
"isChargeable": false,
"amenityType": "MEAL"
},
{
"code": "05Z",
"description": "PRIVACY SEAT",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "0BX",
"description": "BUSINESS LOUNGE ACCESS",
"isChargeable": false,
"amenityType": "LOUNGE"
},
{
"code": "06H",
"description": "BUSINESS CLASS MILES ACCRUAL",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "0AX",
"description": "BEVERAGE",
"isChargeable": false,
"amenityType": "MEAL"
},
{
"code": "059",
"description": "CHANGEABLE TICKET",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "07G",
"description": "SKY PRIORITY",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
}
]
},
{
"segmentId": "14",
"cabin": "BUSINESS",
"fareBasis": "OS50OBNB",
"brandedFare": "BIZLEISURE",
"class": "O",
"includedCheckedBags": {
"quantity": 2
},
"amenities": [
{
"code": "0MS",
"description": "CABIN BAGGAGE 18KG 2PC 115CM",
"isChargeable": false,
"amenityType": "BAGGAGE"
},
{
"code": "0FM",
"description": "CHECKED BAG 2PC OF 32KG 158CM",
"isChargeable": false,
"amenityType": "BAGGAGE"
},
{
"code": "0B3",
"description": "MEAL",
"isChargeable": false,
"amenityType": "MEAL"
},
{
"code": "05Z",
"description": "PRIVACY SEAT",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "0BX",
"description": "BUSINESS LOUNGE ACCESS",
"isChargeable": false,
"amenityType": "LOUNGE"
},
{
"code": "06H",
"description": "BUSINESS CLASS MILES ACCRUAL",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "0AX",
"description": "BEVERAGE",
"isChargeable": false,
"amenityType": "MEAL"
},
{
"code": "059",
"description": "CHANGEABLE TICKET",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "07G",
"description": "SKY PRIORITY",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
}
]
}
]
},
{
"travelerId": "2",
"fareOption": "STANDARD",
"travelerType": "CHILD",
"price": {
"currency": "EUR",
"total": "326.60",
"base": "233.00",
"taxes": [
{
"amount": "16.36",
"code": "FR"
},
{
"amount": "11.27",
"code": "IZ"
},
{
"amount": "14.95",
"code": "JD"
},
{
"amount": "9.00",
"code": "O4"
},
{
"amount": "0.61",
"code": "OG"
},
{
"amount": "3.38",
"code": "QV"
},
{
"amount": "12.03",
"code": "QX"
},
{
"amount": "26.00",
"code": "YQ"
}
]
},
"fareDetailsBySegment": [
{
"segmentId": "2",
"cabin": "BUSINESS",
"fareBasis": "OS50OBNB",
"brandedFare": "BIZLEISURE",
"class": "O",
"includedCheckedBags": {
"quantity": 2
},
"amenities": [
{
"code": "0MS",
"description": "CABIN BAGGAGE 18KG 2PC 115CM",
"isChargeable": false,
"amenityType": "BAGGAGE"
},
{
"code": "0FM",
"description": "CHECKED BAG 2PC OF 32KG 158CM",
"isChargeable": false,
"amenityType": "BAGGAGE"
},
{
"code": "0B3",
"description": "MEAL",
"isChargeable": false,
"amenityType": "MEAL"
},
{
"code": "05Z",
"description": "PRIVACY SEAT",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "0BX",
"description": "BUSINESS LOUNGE ACCESS",
"isChargeable": false,
"amenityType": "LOUNGE"
},
{
"code": "06H",
"description": "BUSINESS CLASS MILES ACCRUAL",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "0AX",
"description": "BEVERAGE",
"isChargeable": false,
"amenityType": "MEAL"
},
{
"code": "059",
"description": "CHANGEABLE TICKET",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "07G",
"description": "SKY PRIORITY",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
}
]
},
{
"segmentId": "14",
"cabin": "BUSINESS",
"fareBasis": "OS50OBNB",
"brandedFare": "BIZLEISURE",
"class": "O",
"includedCheckedBags": {
"quantity": 2
},
"amenities": [
{
"code": "0MS",
"description": "CABIN BAGGAGE 18KG 2PC 115CM",
"isChargeable": false,
"amenityType": "BAGGAGE"
},
{
"code": "0FM",
"description": "CHECKED BAG 2PC OF 32KG 158CM",
"isChargeable": false,
"amenityType": "BAGGAGE"
},
{
"code": "0B3",
"description": "MEAL",
"isChargeable": false,
"amenityType": "MEAL"
},
{
"code": "05Z",
"description": "PRIVACY SEAT",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "0BX",
"description": "BUSINESS LOUNGE ACCESS",
"isChargeable": false,
"amenityType": "LOUNGE"
},
{
"code": "06H",
"description": "BUSINESS CLASS MILES ACCRUAL",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "0AX",
"description": "BEVERAGE",
"isChargeable": false,
"amenityType": "MEAL"
},
{
"code": "059",
"description": "CHANGEABLE TICKET",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "07G",
"description": "SKY PRIORITY",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
}
]
}
]
},
{
"travelerId": "3",
"fareOption": "STANDARD",
"travelerType": "HELD_INFANT",
"associatedAdultId": "1",
"price": {
"currency": "EUR",
"total": "47.94",
"base": "29.00",
"taxes": [
{
"amount": "14.95",
"code": "JD"
},
{
"amount": "0.61",
"code": "OG"
},
{
"amount": "3.38",
"code": "QV"
}
]
},
"fareDetailsBySegment": [
{
"segmentId": "2",
"cabin": "BUSINESS",
"fareBasis": "OS50OBNB",
"brandedFare": "BIZLEISURE",
"class": "O",
"includedCheckedBags": {
"quantity": 1
},
"amenities": [
{
"code": "0MS",
"description": "CABIN BAGGAGE 18KG 2PC 115CM",
"isChargeable": false,
"amenityType": "BAGGAGE"
},
{
"code": "0FM",
"description": "CHECKED BAG 2PC OF 32KG 158CM",
"isChargeable": false,
"amenityType": "BAGGAGE"
},
{
"code": "0B3",
"description": "MEAL",
"isChargeable": false,
"amenityType": "MEAL"
},
{
"code": "05Z",
"description": "PRIVACY SEAT",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "0BX",
"description": "BUSINESS LOUNGE ACCESS",
"isChargeable": false,
"amenityType": "LOUNGE"
},
{
"code": "06H",
"description": "BUSINESS CLASS MILES ACCRUAL",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "0AX",
"description": "BEVERAGE",
"isChargeable": false,
"amenityType": "MEAL"
},
{
"code": "059",
"description": "CHANGEABLE TICKET",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "07G",
"description": "SKY PRIORITY",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
}
]
},
{
"segmentId": "14",
"cabin": "BUSINESS",
"fareBasis": "OS50OBNB",
"brandedFare": "BIZLEISURE",
"class": "O",
"includedCheckedBags": {
"quantity": 1
},
"amenities": [
{
"code": "0MS",
"description": "CABIN BAGGAGE 18KG 2PC 115CM",
"isChargeable": false,
"amenityType": "BAGGAGE"
},
{
"code": "0FM",
"description": "CHECKED BAG 2PC OF 32KG 158CM",
"isChargeable": false,
"amenityType": "BAGGAGE"
},
{
"code": "0B3",
"description": "MEAL",
"isChargeable": false,
"amenityType": "MEAL"
},
{
"code": "05Z",
"description": "PRIVACY SEAT",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "0BX",
"description": "BUSINESS LOUNGE ACCESS",
"isChargeable": false,
"amenityType": "LOUNGE"
},
{
"code": "06H",
"description": "BUSINESS CLASS MILES ACCRUAL",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "0AX",
"description": "BEVERAGE",
"isChargeable": false,
"amenityType": "MEAL"
},
{
"code": "059",
"description": "CHANGEABLE TICKET",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "07G",
"description": "SKY PRIORITY",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
}
]
}
]
}
]
},
{
"type": "flight-offer",
"id": "6",
"source": "GDS",
"instantTicketingRequired": false,
"paymentCardRequired": false,
"lastTicketingDate": "2021-07-04",
"itineraries": [
{
"segments": [
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2021-07-04T09:30:00"
},
"arrival": {
"iataCode": "MAD",
"at": "2021-07-04T11:35:00"
},
"carrierCode": "AF",
"number": "1300",
"aircraft": {
"code": "321"
},
"operating": {
"carrierCode": "AF"
},
"duration": "PT2H5M",
"id": "14",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2021-07-11T18:35:00"
},
"arrival": {
"iataCode": "ORY",
"at": "2021-07-11T20:30:00"
},
"carrierCode": "AF",
"number": "9433",
"aircraft": {
"code": "318"
},
"operating": {
"carrierCode": "AF"
},
"duration": "PT1H55M",
"id": "14",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
}
],
"price": {
"currency": "EUR",
"total": "1831.14",
"base": "1625.00",
"fees": [
{
"amount": "0.00",
"type": "TICKETING"
}
],
"grandTotal": "1831.14"
},
"pricingOptions": {
"fareType": [
"PUBLISHED"
],
"includedCheckedBagsOnly": false,
"refundableFare": false,
"noRestrictionFare": false,
"noPenaltyFare": false
},
"validatingAirlineCodes": [
"AF"
],
"travelerPricings": [
{
"travelerId": "1",
"fareOption": "STANDARD",
"travelerType": "ADULT",
"price": {
"currency": "EUR",
"total": "948.60",
"base": "855.00",
"taxes": [
{
"amount": "16.36",
"code": "FR"
},
{
"amount": "11.27",
"code": "IZ"
},
{
"amount": "14.95",
"code": "JD"
},
{
"amount": "9.00",
"code": "O4"
},
{
"amount": "0.61",
"code": "OG"
},
{
"amount": "3.38",
"code": "QV"
},
{
"amount": "12.03",
"code": "QX"
},
{
"amount": "26.00",
"code": "YQ"
}
]
},
"fareDetailsBySegment": [
{
"segmentId": "2",
"cabin": "BUSINESS",
"fareBasis": "IS50AENB",
"brandedFare": "BIZFLEX",
"class": "I",
"includedCheckedBags": {
"quantity": 2
},
"amenities": [
{
"code": "0MS",
"description": "CABIN BAGGAGE 18KG 2PC 115CM",
"isChargeable": false,
"amenityType": "BAGGAGE"
},
{
"code": "0FM",
"description": "CHECKED BAG 2PC OF 32KG 158CM",
"isChargeable": false,
"amenityType": "BAGGAGE"
},
{
"code": "0B3",
"description": "MEAL",
"isChargeable": false,
"amenityType": "MEAL"
},
{
"code": "05Z",
"description": "PRIVACY SEAT",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "0BX",
"description": "BUSINESS LOUNGE ACCESS",
"isChargeable": false,
"amenityType": "LOUNGE"
},
{
"code": "06H",
"description": "BUSINESS CLASS MILES ACCRUAL",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "0AX",
"description": "BEVERAGE",
"isChargeable": false,
"amenityType": "MEAL"
},
{
"code": "059",
"description": "CHANGEABLE TICKET",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "056",
"description": "REFUNDABLE TICKET",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "07G",
"description": "SKY PRIORITY",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "07H",
"description": "GO SHOW",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
}
]
},
{
"segmentId": "14",
"cabin": "BUSINESS",
"fareBasis": "IS50AENB",
"brandedFare": "BIZFLEX",
"class": "I",
"includedCheckedBags": {
"quantity": 2
},
"amenities": [
{
"code": "0MS",
"description": "CABIN BAGGAGE 18KG 2PC 115CM",
"isChargeable": false,
"amenityType": "BAGGAGE"
},
{
"code": "0FM",
"description": "CHECKED BAG 2PC OF 32KG 158CM",
"isChargeable": false,
"amenityType": "BAGGAGE"
},
{
"code": "0B3",
"description": "MEAL",
"isChargeable": false,
"amenityType": "MEAL"
},
{
"code": "05Z",
"description": "PRIVACY SEAT",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "0BX",
"description": "BUSINESS LOUNGE ACCESS",
"isChargeable": false,
"amenityType": "LOUNGE"
},
{
"code": "06H",
"description": "BUSINESS CLASS MILES ACCRUAL",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "0AX",
"description": "BEVERAGE",
"isChargeable": false,
"amenityType": "MEAL"
},
{
"code": "059",
"description": "CHANGEABLE TICKET",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "056",
"description": "REFUNDABLE TICKET",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "07G",
"description": "SKY PRIORITY",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "07H",
"description": "GO SHOW",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
}
]
}
]
},
{
"travelerId": "2",
"fareOption": "STANDARD",
"travelerType": "CHILD",
"price": {
"currency": "EUR",
"total": "777.60",
"base": "684.00",
"taxes": [
{
"amount": "16.36",
"code": "FR"
},
{
"amount": "11.27",
"code": "IZ"
},
{
"amount": "14.95",
"code": "JD"
},
{
"amount": "9.00",
"code": "O4"
},
{
"amount": "0.61",
"code": "OG"
},
{
"amount": "3.38",
"code": "QV"
},
{
"amount": "12.03",
"code": "QX"
},
{
"amount": "26.00",
"code": "YQ"
}
]
},
"fareDetailsBySegment": [
{
"segmentId": "2",
"cabin": "BUSINESS",
"fareBasis": "IS50AENB",
"brandedFare": "BIZFLEX",
"class": "I",
"includedCheckedBags": {
"quantity": 2
},
"amenities": [
{
"code": "0MS",
"description": "CABIN BAGGAGE 18KG 2PC 115CM",
"isChargeable": false,
"amenityType": "BAGGAGE"
},
{
"code": "0FM",
"description": "CHECKED BAG 2PC OF 32KG 158CM",
"isChargeable": false,
"amenityType": "BAGGAGE"
},
{
"code": "0B3",
"description": "MEAL",
"isChargeable": false,
"amenityType": "MEAL"
},
{
"code": "05Z",
"description": "PRIVACY SEAT",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "0BX",
"description": "BUSINESS LOUNGE ACCESS",
"isChargeable": false,
"amenityType": "LOUNGE"
},
{
"code": "06H",
"description": "BUSINESS CLASS MILES ACCRUAL",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "0AX",
"description": "BEVERAGE",
"isChargeable": false,
"amenityType": "MEAL"
},
{
"code": "059",
"description": "CHANGEABLE TICKET",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "056",
"description": "REFUNDABLE TICKET",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "07G",
"description": "SKY PRIORITY",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "07H",
"description": "GO SHOW",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
}
]
},
{
"segmentId": "14",
"cabin": "BUSINESS",
"fareBasis": "IS50AENB",
"brandedFare": "BIZFLEX",
"class": "I",
"includedCheckedBags": {
"quantity": 2
},
"amenities": [
{
"code": "0MS",
"description": "CABIN BAGGAGE 18KG 2PC 115CM",
"isChargeable": false,
"amenityType": "BAGGAGE"
},
{
"code": "0FM",
"description": "CHECKED BAG 2PC OF 32KG 158CM",
"isChargeable": false,
"amenityType": "BAGGAGE"
},
{
"code": "0B3",
"description": "MEAL",
"isChargeable": false,
"amenityType": "MEAL"
},
{
"code": "05Z",
"description": "PRIVACY SEAT",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "0BX",
"description": "BUSINESS LOUNGE ACCESS",
"isChargeable": false,
"amenityType": "LOUNGE"
},
{
"code": "06H",
"description": "BUSINESS CLASS MILES ACCRUAL",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "0AX",
"description": "BEVERAGE",
"isChargeable": false,
"amenityType": "MEAL"
},
{
"code": "059",
"description": "CHANGEABLE TICKET",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "056",
"description": "REFUNDABLE TICKET",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "07G",
"description": "SKY PRIORITY",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "07H",
"description": "GO SHOW",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
}
]
}
]
},
{
"travelerId": "3",
"fareOption": "STANDARD",
"travelerType": "HELD_INFANT",
"associatedAdultId": "1",
"price": {
"currency": "EUR",
"total": "104.94",
"base": "86.00",
"taxes": [
{
"amount": "14.95",
"code": "JD"
},
{
"amount": "0.61",
"code": "OG"
},
{
"amount": "3.38",
"code": "QV"
}
]
},
"fareDetailsBySegment": [
{
"segmentId": "2",
"cabin": "BUSINESS",
"fareBasis": "IS50AENB",
"brandedFare": "BIZFLEX",
"class": "I",
"includedCheckedBags": {
"quantity": 1
},
"amenities": [
{
"code": "0MS",
"description": "CABIN BAGGAGE 18KG 2PC 115CM",
"isChargeable": false,
"amenityType": "BAGGAGE"
},
{
"code": "0FM",
"description": "CHECKED BAG 2PC OF 32KG 158CM",
"isChargeable": false,
"amenityType": "BAGGAGE"
},
{
"code": "0B3",
"description": "MEAL",
"isChargeable": false,
"amenityType": "MEAL"
},
{
"code": "05Z",
"description": "PRIVACY SEAT",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "0BX",
"description": "BUSINESS LOUNGE ACCESS",
"isChargeable": false,
"amenityType": "LOUNGE"
},
{
"code": "06H",
"description": "BUSINESS CLASS MILES ACCRUAL",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "0AX",
"description": "BEVERAGE",
"isChargeable": false,
"amenityType": "MEAL"
},
{
"code": "059",
"description": "CHANGEABLE TICKET",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "056",
"description": "REFUNDABLE TICKET",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "07G",
"description": "SKY PRIORITY",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "07H",
"description": "GO SHOW",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
}
]
},
{
"segmentId": "14",
"cabin": "BUSINESS",
"fareBasis": "IS50AENB",
"brandedFare": "BIZFLEX",
"class": "I",
"includedCheckedBags": {
"quantity": 1
},
"amenities": [
{
"code": "0MS",
"description": "CABIN BAGGAGE 18KG 2PC 115CM",
"isChargeable": false,
"amenityType": "BAGGAGE"
},
{
"code": "0FM",
"description": "CHECKED BAG 2PC OF 32KG 158CM",
"isChargeable": false,
"amenityType": "BAGGAGE"
},
{
"code": "0B3",
"description": "MEAL",
"isChargeable": false,
"amenityType": "MEAL"
},
{
"code": "05Z",
"description": "PRIVACY SEAT",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "0BX",
"description": "BUSINESS LOUNGE ACCESS",
"isChargeable": false,
"amenityType": "LOUNGE"
},
{
"code": "06H",
"description": "BUSINESS CLASS MILES ACCRUAL",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "0AX",
"description": "BEVERAGE",
"isChargeable": false,
"amenityType": "MEAL"
},
{
"code": "059",
"description": "CHANGEABLE TICKET",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "056",
"description": "REFUNDABLE TICKET",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "07G",
"description": "SKY PRIORITY",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
},
{
"code": "07H",
"description": "GO SHOW",
"isChargeable": false,
"amenityType": "BRANDED_FARES"
}
]
}
]
}
]
}
],
"dictionaries": {
"locations": {
"MAD": {
"cityCode": "MAD",
"countryCode": "ES"
},
"CDG": {
"cityCode": "PAR",
"countryCode": "FR"
},
"ORY": {
"cityCode": "PAR",
"countryCode": "FR"
}
}
}
}{
"errors": [
{
"status": 400,
"code": 477,
"title": "INVALID FORMAT",
"detail": "invalid query parameter format",
"source": {
"parameter": "airport",
"example": "CDG"
}
}
]
}{
"errors": [
{
"status": 500,
"code": 141,
"title": "SYSTEM ERROR HAS OCCURRED"
}
]
}POST
| Query Parameter Name | Example |
|---|---|
include | ["bags","other-services"] |
forceClass | false |
| Header Name | Example |
|---|---|
X-HTTP-Method-Override* | "incididunt Lorem adipisicing" |
{
"data": {
"type": "flight-offers-pricing",
"flightOffers": [
{
"type": "flight-offer",
"id": "1",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-08-04",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT32H15M",
"segments": [
{
"departure": {
"iataCode": "SYD",
"terminal": "1",
"at": "2021-02-01T19:15:00"
},
"arrival": {
"iataCode": "SIN",
"terminal": "1",
"at": "2021-02-02T00:30:00"
},
"carrierCode": "TR",
"number": "13",
"aircraft": {
"code": "789"
},
"operating": {
"carrierCode": "TR"
},
"duration": "PT8H15M",
"id": "1",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "SIN",
"terminal": "1",
"at": "2021-02-02T22:05:00"
},
"arrival": {
"iataCode": "DMK",
"terminal": "1",
"at": "2021-02-02T23:30:00"
},
"carrierCode": "TR",
"number": "868",
"aircraft": {
"code": "788"
},
"operating": {
"carrierCode": "TR"
},
"duration": "PT2H25M",
"id": "2",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT15H",
"segments": [
{
"departure": {
"iataCode": "DMK",
"terminal": "1",
"at": "2021-02-05T23:15:00"
},
"arrival": {
"iataCode": "SIN",
"terminal": "1",
"at": "2021-02-06T02:50:00"
},
"carrierCode": "TR",
"number": "867",
"aircraft": {
"code": "788"
},
"operating": {
"carrierCode": "TR"
},
"duration": "PT2H35M",
"id": "5",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "SIN",
"terminal": "1",
"at": "2021-02-06T06:55:00"
},
"arrival": {
"iataCode": "SYD",
"terminal": "1",
"at": "2021-02-06T18:15:00"
},
"carrierCode": "TR",
"number": "12",
"aircraft": {
"code": "789"
},
"operating": {
"carrierCode": "TR"
},
"duration": "PT8H20M",
"id": "6",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
}
],
"price": {
"currency": "EUR",
"total": "546.70",
"base": "334.00",
"fees": [
{
"amount": "0.00",
"type": "SUPPLIER"
},
{
"amount": "0.00",
"type": "TICKETING"
}
],
"grandTotal": "546.70"
},
"pricingOptions": {
"fareType": [
"PUBLISHED"
],
"includedCheckedBagsOnly": true
},
"validatingAirlineCodes": [
"HR"
],
"travelerPricings": [
{
"travelerId": "1",
"fareOption": "STANDARD",
"travelerType": "ADULT",
"price": {
"currency": "EUR",
"total": "546.70",
"base": "334.00"
},
"fareDetailsBySegment": [
{
"segmentId": "1",
"cabin": "ECONOMY",
"fareBasis": "O2TR24",
"class": "O",
"includedCheckedBags": {
"weight": 20,
"weightUnit": "KG"
}
},
{
"segmentId": "2",
"cabin": "ECONOMY",
"fareBasis": "O2TR24",
"class": "O",
"includedCheckedBags": {
"weight": 20,
"weightUnit": "KG"
}
},
{
"segmentId": "5",
"cabin": "ECONOMY",
"fareBasis": "X2TR24",
"class": "X",
"includedCheckedBags": {
"weight": 20,
"weightUnit": "KG"
}
},
{
"segmentId": "6",
"cabin": "ECONOMY",
"fareBasis": "H2TR24",
"class": "H",
"includedCheckedBags": {
"weight": 20,
"weightUnit": "KG"
}
}
]
}
]
}
]
}
}{
"data": {
"type": "flight-offers-pricing",
"flightOffers": [
{
"type": "flight-offer",
"id": "1",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"lastTicketingDate": "2020-03-01",
"itineraries": [
{
"segments": [
{
"departure": {
"iataCode": "GIG",
"at": "2020-03-01T23:30:00"
},
"arrival": {
"iataCode": "CMN",
"terminal": "2",
"at": "2020-03-02T12:10:00"
},
"carrierCode": "AT",
"number": "212",
"aircraft": {
"code": "788"
},
"operating": {
"carrierCode": "AT"
},
"id": "3",
"numberOfStops": 0,
"duration": "PT8H40M"
},
{
"departure": {
"iataCode": "CMN",
"terminal": "2",
"at": "2020-03-02T15:45:00"
},
"arrival": {
"iataCode": "MAD",
"at": "2020-03-02T17:40:00",
"terminal": "4S"
},
"carrierCode": "AT",
"number": "970",
"aircraft": {
"code": "73G"
},
"operating": {
"carrierCode": "AT"
},
"id": "4",
"numberOfStops": 0,
"duration": "PT1H55M"
}
]
},
{
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "4S",
"at": "2020-03-05T18:40:00"
},
"arrival": {
"iataCode": "CMN",
"at": "2020-03-05T20:30:00",
"terminal": "2"
},
"carrierCode": "AT",
"number": "971",
"aircraft": {
"code": "738"
},
"operating": {
"carrierCode": "AT"
},
"id": "47",
"numberOfStops": 0,
"duration": "PT1H50M"
},
{
"departure": {
"iataCode": "CMN",
"at": "2020-03-06T16:40:00",
"terminal": "2"
},
"arrival": {
"iataCode": "GIG",
"at": "2020-03-06T22:00:00"
},
"carrierCode": "AT",
"number": "213",
"aircraft": {
"code": "788"
},
"operating": {
"carrierCode": "AT"
},
"id": "48",
"numberOfStops": 0,
"duration": "PT9H20M"
}
]
}
],
"price": {
"currency": "USD",
"total": "2778.98",
"base": "2568.00",
"fees": [
{
"amount": "0.00",
"type": "SUPPLIER"
},
{
"amount": "0.00",
"type": "TICKETING"
},
{
"amount": "0.00",
"type": "FORM_OF_PAYMENT"
}
],
"grandTotal": "2778.98",
"billingCurrency": "USD"
},
"pricingOptions": {
"fareType": [
"PUBLISHED"
],
"includedCheckedBagsOnly": true
},
"validatingAirlineCodes": [
"AT"
],
"travelerPricings": [
{
"travelerId": "1",
"fareOption": "STANDARD",
"travelerType": "ADULT",
"price": {
"currency": "USD",
"total": "1625.49",
"base": "1520.00",
"taxes": [
{
"amount": "31.99",
"code": "BR"
},
{
"amount": "24.27",
"code": "JD"
},
{
"amount": "44.59",
"code": "MA"
},
{
"amount": "0.69",
"code": "OG"
},
{
"amount": "3.95",
"code": "QV"
}
]
},
"fareDetailsBySegment": [
{
"segmentId": "3",
"cabin": "BUSINESS",
"fareBasis": "DA0R0BRA",
"class": "D",
"includedCheckedBags": {
"quantity": 3
}
},
{
"segmentId": "4",
"cabin": "BUSINESS",
"fareBasis": "DA0R0BRA",
"class": "D",
"includedCheckedBags": {
"quantity": 3
}
},
{
"segmentId": "47",
"cabin": "ECONOMY",
"fareBasis": "XL0R0BRA",
"class": "X",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "48",
"cabin": "ECONOMY",
"fareBasis": "XL0R0BRA",
"class": "X",
"includedCheckedBags": {
"quantity": 2
}
}
]
},
{
"travelerId": "2",
"fareOption": "STANDARD",
"travelerType": "CHILD",
"price": {
"currency": "USD",
"total": "1153.49",
"base": "1048.00",
"taxes": [
{
"amount": "31.99",
"code": "BR"
},
{
"amount": "24.27",
"code": "JD"
},
{
"amount": "44.59",
"code": "MA"
},
{
"amount": "0.69",
"code": "OG"
},
{
"amount": "3.95",
"code": "QV"
}
]
},
"fareDetailsBySegment": [
{
"segmentId": "3",
"cabin": "BUSINESS",
"fareBasis": "DA0R0BRACH",
"class": "D",
"includedCheckedBags": {
"quantity": 3
}
},
{
"segmentId": "4",
"cabin": "BUSINESS",
"fareBasis": "DA0R0BRACH",
"class": "D",
"includedCheckedBags": {
"quantity": 3
}
},
{
"segmentId": "47",
"cabin": "ECONOMY",
"fareBasis": "XL0R0BRACH",
"class": "X",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "48",
"cabin": "ECONOMY",
"fareBasis": "XL0R0BRACH",
"class": "X",
"includedCheckedBags": {
"quantity": 2
}
}
]
}
],
"paymentCardRequired": false
}
]
},
"dictionaries": {
"locations": {
"MAD": {
"cityCode": "MAD",
"countryCode": "ES"
},
"GIG": {
"cityCode": "RIO",
"countryCode": "BR"
},
"CMN": {
"cityCode": "CAS",
"countryCode": "MA"
}
}
}
}{
"errors": [
{
"status": 400,
"code": 477,
"title": "INVALID FORMAT",
"detail": "invalid query parameter format",
"source": {
"parameter": "airport",
"example": "CDG"
}
}
]
}{
"errors": [
{
"status": 500,
"code": 141,
"title": "SYSTEM ERROR HAS OCCURRED"
}
]
}POST
| Header Name | Example |
|---|---|
X-HTTP-Method-Override* | "id" |
{
"currencyCode": "USD",
"originDestinations": [
{
"id": "1",
"originLocationCode": "NYC",
"destinationLocationCode": "MAD",
"departureDateTimeRange": {
"date": "2023-11-01",
"time": "10:00:00"
}
}
],
"travelers": [
{
"id": "1",
"travelerType": "ADULT"
}
],
"sources": [
"GDS"
],
"searchCriteria": {
"maxFlightOffers": 2,
"flightFilters": {
"cabinRestrictions": [
{
"cabin": "BUSINESS",
"coverage": "MOST_SEGMENTS",
"originDestinationIds": [
"1"
]
}
]
}
}
}{
"meta": {
"count": 2
},
"data": [
{
"type": "flight-offer",
"id": "1",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2023-11-01",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT9H10M",
"segments": [
{
"departure": {
"iataCode": "EWR",
"at": "2023-11-01T21:50:00"
},
"arrival": {
"iataCode": "LHR",
"at": "2023-11-02T08:45:00"
},
"carrierCode": "6X",
"number": "188",
"aircraft": {
"code": "777"
},
"operating": {
"carrierCode": "6X"
},
"duration": "PT5H55M",
"id": "3",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "LHR",
"at": "2023-11-02T10:30:00"
},
"arrival": {
"iataCode": "MAD",
"at": "2023-11-02T13:00:00"
},
"carrierCode": "6X",
"number": "9931",
"aircraft": {
"code": "320"
},
"operating": {
"carrierCode": "6X"
},
"duration": "PT1H30M",
"id": "4",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
}
],
"price": {
"currency": "USD",
"total": "342.20",
"base": "294.00",
"fees": [
{
"amount": "0.00",
"type": "SUPPLIER"
},
{
"amount": "0.00",
"type": "TICKETING"
}
],
"grandTotal": "342.20"
},
"pricingOptions": {
"fareType": [
"PUBLISHED"
],
"includedCheckedBagsOnly": true
},
"validatingAirlineCodes": [
"6X"
],
"travelerPricings": [
{
"travelerId": "1",
"fareOption": "STANDARD",
"travelerType": "ADULT",
"price": {
"currency": "USD",
"total": "342.20",
"base": "294.00"
},
"fareDetailsBySegment": [
{
"segmentId": "3",
"cabin": "BUSINESS",
"fareBasis": "J6XQSMIX",
"class": "J",
"includedCheckedBags": {
"quantity": 8
}
},
{
"segmentId": "4",
"cabin": "BUSINESS",
"fareBasis": "J6XQSMIX",
"class": "J",
"includedCheckedBags": {
"quantity": 8
}
}
]
}
]
},
{
"type": "flight-offer",
"id": "2",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2023-11-01",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT11H",
"segments": [
{
"departure": {
"iataCode": "JFK",
"at": "2023-11-01T20:00:00"
},
"arrival": {
"iataCode": "LHR",
"at": "2023-11-02T08:05:00"
},
"carrierCode": "6X",
"number": "172",
"aircraft": {
"code": "744"
},
"operating": {
"carrierCode": "6X"
},
"duration": "PT7H5M",
"id": "1",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "LHR",
"at": "2023-11-02T10:30:00"
},
"arrival": {
"iataCode": "MAD",
"at": "2023-11-02T13:00:00"
},
"carrierCode": "6X",
"number": "9931",
"aircraft": {
"code": "320"
},
"operating": {
"carrierCode": "6X"
},
"duration": "PT1H30M",
"id": "2",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
}
],
"price": {
"currency": "USD",
"total": "342.20",
"base": "294.00",
"fees": [
{
"amount": "0.00",
"type": "SUPPLIER"
},
{
"amount": "0.00",
"type": "TICKETING"
}
],
"grandTotal": "342.20"
},
"pricingOptions": {
"fareType": [
"PUBLISHED"
],
"includedCheckedBagsOnly": true
},
"validatingAirlineCodes": [
"6X"
],
"travelerPricings": [
{
"travelerId": "1",
"fareOption": "STANDARD",
"travelerType": "ADULT",
"price": {
"currency": "USD",
"total": "342.20",
"base": "294.00"
},
"fareDetailsBySegment": [
{
"segmentId": "1",
"cabin": "BUSINESS",
"fareBasis": "J6XQSMIX",
"class": "J",
"includedCheckedBags": {
"quantity": 8
}
},
{
"segmentId": "2",
"cabin": "BUSINESS",
"fareBasis": "J6XQSMIX",
"class": "J",
"includedCheckedBags": {
"quantity": 8
}
}
]
}
]
}
],
"dictionaries": {
"locations": {
"EWR": {
"cityCode": "NYC",
"countryCode": "US"
},
"MAD": {
"cityCode": "MAD",
"countryCode": "ES"
},
"LHR": {
"cityCode": "LON",
"countryCode": "GB"
},
"JFK": {
"cityCode": "NYC",
"countryCode": "US"
}
},
"aircraft": {
"320": "AIRBUS A320",
"744": "BOEING 747-400",
"777": "BOEING 777-200/300"
},
"currencies": {
"USD": "US DOLLAR"
},
"carriers": {
"6X": "AMADEUS SIX"
}
}
}{
"errors": [
{
"status": 400,
"code": 477,
"title": "INVALID FORMAT",
"detail": "invalid query parameter format",
"source": {
"parameter": "airport",
"example": "CDG"
}
}
]
}{
"errors": [
{
"status": 500,
"code": 141,
"title": "SYSTEM ERROR HAS OCCURRED"
}
]
}GET
| Query Parameter Name | Example |
|---|---|
originLocationCode* | SYD |
destinationLocationCode* | BKK |
departureDate* | 2023-05-02 |
returnDate | 1958-10-03 |
adults* | 3 |
children | 2 |
infants | 4 |
travelClass | ECONOMY |
includedAirlineCodes | GD |
excludedAirlineCodes | PA |
nonStop | true |
currencyCode | QQZ |
maxPrice | 96673652 |
max | 7693412 |
{
"meta": {
"count": 2,
"links": {
"self": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=SYD&destinationLocationCode=BKK&departureDate=2021-11-01&adults=1&max=2"
}
},
"data": [
{
"type": "flight-offer",
"id": "1",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2021-11-01",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT14H15M",
"segments": [
{
"departure": {
"iataCode": "SYD",
"terminal": "1",
"at": "2021-11-01T11:35:00"
},
"arrival": {
"iataCode": "MNL",
"terminal": "2",
"at": "2021-11-01T16:50:00"
},
"carrierCode": "PR",
"number": "212",
"aircraft": {
"code": "333"
},
"operating": {
"carrierCode": "PR"
},
"duration": "PT8H15M",
"id": "1",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "MNL",
"terminal": "1",
"at": "2021-11-01T19:20:00"
},
"arrival": {
"iataCode": "BKK",
"at": "2021-11-01T21:50:00"
},
"carrierCode": "PR",
"number": "732",
"aircraft": {
"code": "320"
},
"operating": {
"carrierCode": "PR"
},
"duration": "PT3H30M",
"id": "2",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
}
],
"price": {
"currency": "EUR",
"total": "355.34",
"base": "255.00",
"fees": [
{
"amount": "0.00",
"type": "SUPPLIER"
},
{
"amount": "0.00",
"type": "TICKETING"
}
],
"grandTotal": "355.34"
},
"pricingOptions": {
"fareType": [
"PUBLISHED"
],
"includedCheckedBagsOnly": true
},
"validatingAirlineCodes": [
"PR"
],
"travelerPricings": [
{
"travelerId": "1",
"fareOption": "STANDARD",
"travelerType": "ADULT",
"price": {
"currency": "EUR",
"total": "355.34",
"base": "255.00"
},
"fareDetailsBySegment": [
{
"segmentId": "1",
"cabin": "ECONOMY",
"fareBasis": "EOBAU",
"class": "E",
"includedCheckedBags": {
"weight": 25,
"weightUnit": "KG"
}
},
{
"segmentId": "2",
"cabin": "ECONOMY",
"fareBasis": "EOBAU",
"class": "E",
"includedCheckedBags": {
"weight": 25,
"weightUnit": "KG"
}
}
]
}
]
},
{
"type": "flight-offer",
"id": "2",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2021-11-01",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT16H35M",
"segments": [
{
"departure": {
"iataCode": "SYD",
"terminal": "1",
"at": "2021-11-01T11:35:00"
},
"arrival": {
"iataCode": "MNL",
"terminal": "2",
"at": "2021-11-01T16:50:00"
},
"carrierCode": "PR",
"number": "212",
"aircraft": {
"code": "333"
},
"operating": {
"carrierCode": "PR"
},
"duration": "PT8H15M",
"id": "3",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "MNL",
"terminal": "1",
"at": "2021-11-01T21:40:00"
},
"arrival": {
"iataCode": "BKK",
"at": "2021-11-02T00:10:00"
},
"carrierCode": "PR",
"number": "740",
"aircraft": {
"code": "321"
},
"operating": {
"carrierCode": "PR"
},
"duration": "PT3H30M",
"id": "4",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
}
],
"price": {
"currency": "EUR",
"total": "355.34",
"base": "255.00",
"fees": [
{
"amount": "0.00",
"type": "SUPPLIER"
},
{
"amount": "0.00",
"type": "TICKETING"
}
],
"grandTotal": "355.34"
},
"pricingOptions": {
"fareType": [
"PUBLISHED"
],
"includedCheckedBagsOnly": true
},
"validatingAirlineCodes": [
"PR"
],
"travelerPricings": [
{
"travelerId": "1",
"fareOption": "STANDARD",
"travelerType": "ADULT",
"price": {
"currency": "EUR",
"total": "355.34",
"base": "255.00"
},
"fareDetailsBySegment": [
{
"segmentId": "3",
"cabin": "ECONOMY",
"fareBasis": "EOBAU",
"class": "E",
"includedCheckedBags": {
"weight": 25,
"weightUnit": "KG"
}
},
{
"segmentId": "4",
"cabin": "ECONOMY",
"fareBasis": "EOBAU",
"class": "E",
"includedCheckedBags": {
"weight": 25,
"weightUnit": "KG"
}
}
]
}
]
}
],
"dictionaries": {
"locations": {
"BKK": {
"cityCode": "BKK",
"countryCode": "TH"
},
"MNL": {
"cityCode": "MNL",
"countryCode": "PH"
},
"SYD": {
"cityCode": "SYD",
"countryCode": "AU"
}
},
"aircraft": {
"320": "AIRBUS A320",
"321": "AIRBUS A321",
"333": "AIRBUS A330-300"
},
"currencies": {
"EUR": "EURO"
},
"carriers": {
"PR": "PHILIPPINE AIRLINES"
}
}
}{
"errors": [
{
"status": 400,
"code": 477,
"title": "INVALID FORMAT",
"detail": "invalid query parameter format",
"source": {
"parameter": "airport",
"example": "CDG"
}
}
]
}{
"errors": [
{
"status": 500,
"code": 141,
"title": "SYSTEM ERROR HAS OCCURRED"
}
]
}POST
{
"startLocationCode": "CDG",
"endAddressLine": "Avenue Anatole France, 5",
"endCityName": "Paris",
"endZipCode": "75007",
"endCountryCode": "FR",
"endName": "Souvenirs De La Tour",
"endGeoCode": "48.859466,2.2976965",
"transferType": "PRIVATE",
"startDateTime": "2024-04-10T10:30:00",
"passengers": 2,
"stopOvers": [
{
"duration": "PT2H30M",
"sequenceNumber": 1,
"addressLine": "Avenue de la Bourdonnais, 19",
"countryCode": "FR",
"cityName": "Paris",
"zipCode": "75007",
"name": "De La Tours",
"geoCode": "48.859477,2.2976985",
"stateCode": "FR"
}
],
"startConnectedSegment": {
"transportationType": "FLIGHT",
"transportationNumber": "AF380",
"departure": {
"localDateTime": "2024-04-10T09:00:00",
"iataCode": "NCE"
},
"arrival": {
"localDateTime": "2024-04-10T10:00:00",
"iataCode": "CDG"
}
},
"passengerCharacteristics": [
{
"passengerTypeCode": "ADT",
"age": 20
},
{
"passengerTypeCode": "CHD",
"age": 10
}
]
}{
"data": [
{
"type": "transfer-offer",
"id": "0cb11574-4a02-11e8-842f-0ed5f89f718b",
"transferType": "PRIVATE",
"start": {
"dateTime": "2021-11-10T10:30:00",
"locationCode": "CDG"
},
"end": {
"address": {
"line": "Avenue Anatole France, 5",
"zip": "75007",
"countryCode": "FR",
"cityName": "Paris",
"latitude": 48.859466,
"longitude": 2.2976965
},
"googlePlaceId": "ChIJL-DOWeBv5kcRfTbh97PimNc",
"name": "Souvenirs De La Tour"
},
"stopOvers": [
{
"duration": "PT2H30M",
"sequenceNumber": 1,
"location": {
"locationCode": "CDG",
"address": {
"line": "Avenue de la Bourdonnais, 19",
"zip": "75007",
"countryCode": "FR",
"cityName": "Paris",
"latitude": 48.859477,
"longitude": 2.2976975
},
"googlePlaceId": "DOWeBv5kcRfTbh97PimN",
"name": "De La Tours"
}
}
],
"vehicle": {
"code": "VAN",
"category": "BU",
"description": "Mercedes-Benz V-Class, Chevrolet Suburban, Cadillac Escalade or similar",
"seats": [
{
"count": 3
}
],
"baggages": [
{
"count": 3,
"size": "M"
}
],
"imageURL": "https://provider.com/images/BU_VAN.png"
},
"serviceProvider": {
"code": "ABC",
"name": "Provider name",
"logoUrl": "https://provider.com/images/logo.png",
"termsUrl": "https://provider.com/terms_and_conditions.html",
"contacts": {
"phoneNumber": "+33123456789",
"email": "support@provider.com"
},
"settings": [
"BILLING_ADDRESS_REQUIRED",
"FLIGHT_NUMBER_REQUIRED",
"CVV_NUMBER_REQUIRED"
]
},
"quotation": {
"monetaryAmount": "63.70",
"currencyCode": "USD",
"isEstimated": false,
"base": {
"monetaryAmount": "103.70"
},
"discount": {
"monetaryAmount": "50.00"
},
"fees": [
{
"indicator": "AIRPORT",
"monetaryAmount": "10.00"
}
],
"totalTaxes": {
"monetaryAmount": "12.74"
},
"totalFees": {
"monetaryAmount": "10.00"
}
},
"converted": {
"monetaryAmount": "63.70",
"currencyCode": "EUR",
"isEstimated": false,
"base": {
"monetaryAmount": "103.70"
},
"discount": {
"monetaryAmount": "50.00"
},
"fees": [
{
"indicator": "AIRPORT",
"monetaryAmount": "10.00"
}
],
"totalTaxes": {
"monetaryAmount": "12.74"
},
"totalFees": {
"monetaryAmount": "10.00"
}
},
"extraServices": [
{
"code": "EWT",
"itemId": "EWT0291",
"description": "Extra 15 min. wait",
"quotation": {
"monetaryAmount": "39.20",
"currencyCode": "USD",
"base": {
"monetaryAmount": "36.00"
},
"totalTaxes": {
"monetaryAmount": "3.20"
}
},
"converted": {
"monetaryAmount": "32.70",
"currencyCode": "EUR",
"base": {
"monetaryAmount": "30.00"
},
"totalTaxes": {
"monetaryAmount": "2.7"
}
},
"isBookable": true,
"taxIncluded": true,
"includedInTotal": false
}
],
"equipment": [
{
"code": "BBS",
"description": "Baby stroller or Push chair",
"quotation": {
"monetaryAmount": "39.20",
"currencyCode": "USD",
"base": {
"monetaryAmount": "36.00"
},
"totalTaxes": {
"monetaryAmount": "3.20"
}
},
"converted": {
"monetaryAmount": "32.70",
"currencyCode": "EUR",
"base": {
"monetaryAmount": "30.00"
},
"totalTaxes": {
"monetaryAmount": "2.7"
}
},
"isBookable": true,
"taxIncluded": true,
"includedInTotal": false
}
],
"cancellationRules": [
{
"feeType": "PERCENTAGE",
"feeValue": "100",
"metricType": "DAYS",
"metricMin": "0",
"metricMax": "1"
},
{
"feeType": "PERCENTAGE",
"feeValue": "0",
"metricType": "DAYS",
"metricMin": "1",
"metricMax": "100"
}
],
"methodsOfPaymentAccepted": [
"CREDIT_CARD",
"INVOICE"
],
"discountCodes": [
{
"type": "CD",
"value": "FJKS0289LDIW234"
}
],
"distance": {
"value": 152,
"unit": "KM"
},
"startConnectedSegment": {
"transportationType": "FLIGHT",
"transportationNumber": "AF380",
"departure": {
"localDateTime": "2021-11-10T09:00:00",
"iataCode": "NCE"
},
"arrival": {
"localDateTime": "2021-11-10T10:00:00",
"iataCode": "CDG"
}
},
"passengerCharacteristics": [
{
"passengerTypeCode": "ADT",
"age": 20
},
{
"passengerTypeCode": "CHD",
"age": 10
}
]
}
],
"warnings": [
{
"code": 101,
"title": "PICK-UP DATE TIME CHANGED",
"detail": "Transfer pick-up date and time have been changed by provider",
"source": {
"pointer": "/data/1/start/dateTime",
"parameter": "dateTime"
}
}
]
}{
"errors": [
{
"status": 400,
"code": 4926,
"title": "INVALID DATA RECEIVED",
"detail": "Transfer type is not valid",
"source": {
"parameter": "transferType"
}
}
]
}{
"errors": [
{
"status": 401,
"code": 20,
"title": "RESTRICTED",
"detail": "Query unauthorized"
}
]
}{
"errors": [
{
"status": 500,
"code": 141,
"title": "SYSTEM ERROR HAS OCCURRED"
}
]
}City
GET
| Query Parameter Name | Example |
|---|---|
countryCode | FR |
keyword* | PARIS |
max | 10 |
include | ["AIRPORTS","AIRPORTS","AIRPORTS"] |
{
"data": [
{
"type": "location",
"subType": "city",
"name": "PARIS",
"iataCode": "PAR",
"address": {
"CountryCode": "FR"
},
"geoCode": {
"latitude": "49.01278",
"longitude": "2.55"
},
"relationships": [
{
"id": "CDG",
"type": "Airport",
"href": "#/included/airports/CDG"
},
{
"id": "ORY",
"type": "Airport",
"href": "#/included/airports/ORY"
}
]
}
],
"included": {
"airports": {
"CDG": {
"name": "CHARLES DE GAULLE",
"iataCode": "CDG",
"subType": "Airport"
},
"ORY": {
"name": "ORLY",
"iataCode": "ORY",
"subType": "Airport"
}
}
},
"meta": {
"count": "1",
"links": {
"self": "https://api.amadeus.net/v1/reference-data/locations/cities/keyword=PARIS&CountryCode=FR&include=AIRPORTS"
}
}
}{
"errors": [
{
"status": 400,
"code": 32171,
"title": "MANDATORY DATA MISSING",
"detail": "Missing mandatory query parameter"
}
]
}{
"errors": [
{
"status": 500,
"code": 141,
"title": "SYSTEM ERROR HAS OCCURRED"
}
]
}Availibility
POST
| Header Name | Example |
|---|---|
X-HTTP-Method-Override* | "voluptate aute" |
{
"originDestinations": [
{
"id": "1",
"originLocationCode": "BOS",
"destinationLocationCode": "MAD",
"departureDateTime": {
"date": "202-11-14",
"time": "21:15:00"
}
}
],
"travelers": [
{
"id": "1",
"travelerType": "ADULT"
}
],
"sources": [
"GDS"
]
}{
"meta": {
"count": 1
},
"data": [
{
"type": "flight-availability",
"id": "1",
"originDestinationId": "1",
"source": "GDS",
"instantTicketingRequired": false,
"paymentCardRequired": false,
"duration": "PT10H35M",
"segments": [
{
"id": "1",
"numberOfStops": 0,
"blacklistedInEU": false,
"departure": {
"iataCode": "BOS",
"terminal": "E",
"at": "2023-11-14T20:25:00"
},
"arrival": {
"iataCode": "LHR",
"terminal": "4",
"at": "2023-11-15T08:05:00"
},
"carrierCode": "6X",
"number": "214",
"aircraft": {
"code": "772"
},
"availabilityClasses": [
{
"numberOfBookableSeats": 9,
"class": "F"
},
{
"numberOfBookableSeats": 9,
"class": "J"
},
{
"numberOfBookableSeats": 9,
"class": "I"
},
{
"numberOfBookableSeats": 9,
"class": "W"
},
{
"numberOfBookableSeats": 9,
"class": "Y"
},
{
"numberOfBookableSeats": 9,
"class": "B"
},
{
"numberOfBookableSeats": 9,
"class": "H"
},
{
"numberOfBookableSeats": 9,
"class": "K"
},
{
"numberOfBookableSeats": 9,
"class": "M"
},
{
"numberOfBookableSeats": 9,
"class": "G"
},
{
"numberOfBookableSeats": 9,
"class": "X"
}
]
},
{
"id": "2",
"numberOfStops": 0,
"blacklistedInEU": false,
"departure": {
"iataCode": "LHR",
"at": "2023-11-15T10:30:00"
},
"arrival": {
"iataCode": "MAD",
"at": "2023-11-15T13:00:00"
},
"carrierCode": "6X",
"number": "9931",
"aircraft": {
"code": "320"
},
"availabilityClasses": [
{
"numberOfBookableSeats": 9,
"class": "J"
},
{
"numberOfBookableSeats": 9,
"class": "I"
},
{
"numberOfBookableSeats": 9,
"class": "Y"
}
]
}
]
}
],
"dictionaries": {
"locations": {
"MAD": {
"cityCode": "MAD",
"countryCode": "ES"
},
"LHR": {
"cityCode": "LON",
"countryCode": "GB"
},
"BOS": {
"cityCode": "BOS",
"countryCode": "US"
}
}
}
}{
"errors": [
{
"status": 400,
"code": 477,
"title": "INVALID FORMAT",
"detail": "invalid query parameter format",
"source": {
"parameter": "airport",
"example": "CDG"
}
}
]
}{
"errors": [
{
"status": 500,
"code": 141,
"title": "SYSTEM ERROR HAS OCCURRED"
}
]
}air-traffic(3 operations)
GET
| Query Parameter Name | Example |
|---|---|
cityCode* | MAD |
period* | 2017 |
direction | ARRIVING |
{
"meta": {
"count": 12,
"links": {
"self": "https://amadeus-api.mock.beeceptor.com/v1/travel/analytics/air-traffic/busiest-period?cityCode=MAD&direction=ARRIVING&period=2017"
}
},
"data": [
{
"type": "air-traffic",
"period": "2017-05",
"analytics": {
"travelers": {
"score": 9
}
}
},
{
"type": "air-traffic",
"period": "2017-12",
"analytics": {
"travelers": {
"score": 9
}
}
},
{
"type": "air-traffic",
"period": "2017-09",
"analytics": {
"travelers": {
"score": 8
}
}
},
{
"type": "air-traffic",
"period": "2017-10",
"analytics": {
"travelers": {
"score": 8
}
}
},
{
"type": "air-traffic",
"period": "2017-07",
"analytics": {
"travelers": {
"score": 8
}
}
},
{
"type": "air-traffic",
"period": "2017-06",
"analytics": {
"travelers": {
"score": 8
}
}
},
{
"type": "air-traffic",
"period": "2017-02",
"analytics": {
"travelers": {
"score": 8
}
}
},
{
"type": "air-traffic",
"period": "2017-03",
"analytics": {
"travelers": {
"score": 8
}
}
},
{
"type": "air-traffic",
"period": "2017-01",
"analytics": {
"travelers": {
"score": 8
}
}
},
{
"type": "air-traffic",
"period": "2017-04",
"analytics": {
"travelers": {
"score": 8
}
}
},
{
"type": "air-traffic",
"period": "2017-08",
"analytics": {
"travelers": {
"score": 8
}
}
},
{
"type": "air-traffic",
"period": "2017-11",
"analytics": {
"travelers": {
"score": 8
}
}
}
]
}{
"errors": [
{
"status": 400,
"code": 477,
"title": "INVALID FORMAT",
"detail": "invalid query parameter format",
"source": {
"parameter": "airport",
"example": "CDG"
}
}
]
}{
"errors": [
{
"status": 500,
"code": 141,
"title": "SYSTEM ERROR HAS OCCURRED"
}
]
}GET
| Query Parameter Name | Example |
|---|---|
originCityCode* | MAD |
period* | 2017-08 |
max | 52474664.56335631 |
fields | mollit minim irure cupidatat |
page[limit] | 44330639 |
page[offset] | -21771253 |
sort | analytics.flights.score |
{
"meta": {
"count": 10,
"links": {
"self": "https://amadeus-api.mock.beeceptor.com/v1/travel/analytics/air-traffic/booked?originCityCode=MAD&page%5Blimit%5D=10&page%5Boffset%5D=0&period=2017-08"
}
},
"data": [
{
"type": "air-traffic",
"destination": "PAR",
"subType": "BOOKED",
"analytics": {
"flights": {
"score": 100
},
"travelers": {
"score": 100
}
}
},
{
"type": "air-traffic",
"destination": "TCI",
"subType": "BOOKED",
"analytics": {
"flights": {
"score": 61
},
"travelers": {
"score": 80
}
}
},
{
"type": "air-traffic",
"destination": "LON",
"subType": "BOOKED",
"analytics": {
"flights": {
"score": 93
},
"travelers": {
"score": 65
}
}
},
{
"type": "air-traffic",
"destination": "BCN",
"subType": "BOOKED",
"analytics": {
"flights": {
"score": 91
},
"travelers": {
"score": 61
}
}
},
{
"type": "air-traffic",
"destination": "NYC",
"subType": "BOOKED",
"analytics": {
"flights": {
"score": 61
},
"travelers": {
"score": 51
}
}
},
{
"type": "air-traffic",
"destination": "BRU",
"subType": "BOOKED",
"analytics": {
"flights": {
"score": 41
},
"travelers": {
"score": 39
}
}
},
{
"type": "air-traffic",
"destination": "UIO",
"subType": "BOOKED",
"analytics": {
"flights": {
"score": 48
},
"travelers": {
"score": 37
}
}
},
{
"type": "air-traffic",
"destination": "SDQ",
"subType": "BOOKED",
"analytics": {
"flights": {
"score": 15
},
"travelers": {
"score": 19
}
}
},
{
"type": "air-traffic",
"destination": "DXB",
"subType": "BOOKED",
"analytics": {
"flights": {
"score": 22
},
"travelers": {
"score": 11
}
}
},
{
"type": "air-traffic",
"destination": "OPO",
"subType": "BOOKED",
"analytics": {
"flights": {
"score": 18
},
"travelers": {
"score": 8
}
}
}
]
}{
"errors": [
{
"status": 400,
"code": 477,
"title": "INVALID FORMAT",
"detail": "invalid query parameter format",
"source": {
"parameter": "airport",
"example": "CDG"
}
}
]
}{
"errors": [
{
"status": 500,
"code": 141,
"title": "SYSTEM ERROR HAS OCCURRED"
}
]
}GET
| Query Parameter Name | Example |
|---|---|
originCityCode* | MAD |
period* | 2017-01 |
max | -11686102.772374913 |
fields | velit |
page[limit] | 16474204 |
page[offset] | -95897781 |
sort | analytics.travelers.score |
{
"meta": {
"count": 10,
"links": {
"self": "https://amadeus-api.mock.beeceptor.com/v1/travel/analytics/air-traffic/traveled?max=10&originCityCode=MAD&page%5Blimit%5D=10&page%5Boffset%5D=0&period=2017-01&sort=analytics.travelers.score"
}
},
"data": [
{
"type": "air-traffic",
"destination": "PAR",
"subType": "TRAVELED",
"analytics": {
"flights": {
"score": 74
},
"travelers": {
"score": 100
}
}
},
{
"type": "air-traffic",
"destination": "BCN",
"subType": "TRAVELED",
"analytics": {
"flights": {
"score": 100
},
"travelers": {
"score": 78
}
}
},
{
"type": "air-traffic",
"destination": "TCI",
"subType": "TRAVELED",
"analytics": {
"flights": {
"score": 33
},
"travelers": {
"score": 67
}
}
},
{
"type": "air-traffic",
"destination": "LON",
"subType": "TRAVELED",
"analytics": {
"flights": {
"score": 71
},
"travelers": {
"score": 56
}
}
},
{
"type": "air-traffic",
"destination": "BRU",
"subType": "TRAVELED",
"analytics": {
"flights": {
"score": 23
},
"travelers": {
"score": 38
}
}
},
{
"type": "air-traffic",
"destination": "NYC",
"subType": "TRAVELED",
"analytics": {
"flights": {
"score": 43
},
"travelers": {
"score": 22
}
}
},
{
"type": "air-traffic",
"destination": "UIO",
"subType": "TRAVELED",
"analytics": {
"flights": {
"score": 38
},
"travelers": {
"score": 15
}
}
},
{
"type": "air-traffic",
"destination": "SDQ",
"subType": "TRAVELED",
"analytics": {
"flights": {
"score": 10
},
"travelers": {
"score": 15
}
}
},
{
"type": "air-traffic",
"destination": "OPO",
"subType": "TRAVELED",
"analytics": {
"flights": {
"score": 16
},
"travelers": {
"score": 8
}
}
},
{
"type": "air-traffic",
"destination": "DXB",
"subType": "TRAVELED",
"analytics": {
"flights": {
"score": 26
},
"travelers": {
"score": 7
}
}
}
]
}{
"errors": [
{
"status": 400,
"code": 477,
"title": "INVALID FORMAT",
"detail": "invalid query parameter format",
"source": {
"parameter": "airport",
"example": "CDG"
}
}
]
}{
"errors": [
{
"status": 500,
"code": 141,
"title": "SYSTEM ERROR HAS OCCURRED"
}
]
}flight-dates
GET
| Query Parameter Name | Example |
|---|---|
origin* | MAD |
destination* | MUC |
departureDate | sit |
oneWay | false |
duration | proident reprehenderit dolore nisi |
nonStop | true |
maxPrice | 6709600319725932 |
viewBy | DATE |
{
"data": [
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-07-29",
"returnDate": "2020-07-30",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-29&returnDate=2020-07-30&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-07-29",
"returnDate": "2020-07-31",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-29&returnDate=2020-07-31&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-07-29",
"returnDate": "2020-08-01",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-29&returnDate=2020-08-01&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-07-29",
"returnDate": "2020-08-02",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-29&returnDate=2020-08-02&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-07-29",
"returnDate": "2020-08-03",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-29&returnDate=2020-08-03&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-07-29",
"returnDate": "2020-08-04",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-29&returnDate=2020-08-04&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-07-29",
"returnDate": "2020-08-05",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-29&returnDate=2020-08-05&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-07-29",
"returnDate": "2020-08-06",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-29&returnDate=2020-08-06&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-07-29",
"returnDate": "2020-08-07",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-29&returnDate=2020-08-07&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-07-29",
"returnDate": "2020-08-08",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-29&returnDate=2020-08-08&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-07-29",
"returnDate": "2020-08-09",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-29&returnDate=2020-08-09&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-07-29",
"returnDate": "2020-08-10",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-29&returnDate=2020-08-10&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-07-29",
"returnDate": "2020-08-11",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-29&returnDate=2020-08-11&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-07-29",
"returnDate": "2020-08-12",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-29&returnDate=2020-08-12&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-07-29",
"returnDate": "2020-08-13",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-29&returnDate=2020-08-13&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-07-30",
"returnDate": "2020-07-31",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-30&returnDate=2020-07-31&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-07-30",
"returnDate": "2020-08-01",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-30&returnDate=2020-08-01&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-07-30",
"returnDate": "2020-08-02",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-30&returnDate=2020-08-02&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-07-30",
"returnDate": "2020-08-03",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-30&returnDate=2020-08-03&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-07-30",
"returnDate": "2020-08-04",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-30&returnDate=2020-08-04&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-07-30",
"returnDate": "2020-08-05",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-30&returnDate=2020-08-05&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-07-30",
"returnDate": "2020-08-06",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-30&returnDate=2020-08-06&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-07-30",
"returnDate": "2020-08-07",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-30&returnDate=2020-08-07&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-07-30",
"returnDate": "2020-08-08",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-30&returnDate=2020-08-08&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-07-30",
"returnDate": "2020-08-09",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-30&returnDate=2020-08-09&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-07-30",
"returnDate": "2020-08-10",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-30&returnDate=2020-08-10&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-07-30",
"returnDate": "2020-08-11",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-30&returnDate=2020-08-11&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-07-30",
"returnDate": "2020-08-12",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-30&returnDate=2020-08-12&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-07-30",
"returnDate": "2020-08-13",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-30&returnDate=2020-08-13&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-07-30",
"returnDate": "2020-08-14",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-30&returnDate=2020-08-14&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-07-31",
"returnDate": "2020-08-01",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-31&returnDate=2020-08-01&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-07-31",
"returnDate": "2020-08-02",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-31&returnDate=2020-08-02&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-07-31",
"returnDate": "2020-08-03",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-31&returnDate=2020-08-03&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-07-31",
"returnDate": "2020-08-04",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-31&returnDate=2020-08-04&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-07-31",
"returnDate": "2020-08-05",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-31&returnDate=2020-08-05&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-07-31",
"returnDate": "2020-08-06",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-31&returnDate=2020-08-06&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-07-31",
"returnDate": "2020-08-07",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-31&returnDate=2020-08-07&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-07-31",
"returnDate": "2020-08-08",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-31&returnDate=2020-08-08&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-07-31",
"returnDate": "2020-08-09",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-31&returnDate=2020-08-09&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-07-31",
"returnDate": "2020-08-10",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-31&returnDate=2020-08-10&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-07-31",
"returnDate": "2020-08-11",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-31&returnDate=2020-08-11&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-07-31",
"returnDate": "2020-08-12",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-31&returnDate=2020-08-12&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-07-31",
"returnDate": "2020-08-13",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-31&returnDate=2020-08-13&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-07-31",
"returnDate": "2020-08-14",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-31&returnDate=2020-08-14&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-07-31",
"returnDate": "2020-08-15",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-07-31&returnDate=2020-08-15&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-01",
"returnDate": "2020-08-02",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-01&returnDate=2020-08-02&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-01",
"returnDate": "2020-08-03",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-01&returnDate=2020-08-03&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-01",
"returnDate": "2020-08-04",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-01&returnDate=2020-08-04&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-01",
"returnDate": "2020-08-05",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-01&returnDate=2020-08-05&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-01",
"returnDate": "2020-08-06",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-01&returnDate=2020-08-06&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-01",
"returnDate": "2020-08-07",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-01&returnDate=2020-08-07&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-01",
"returnDate": "2020-08-08",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-01&returnDate=2020-08-08&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-01",
"returnDate": "2020-08-09",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-01&returnDate=2020-08-09&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-01",
"returnDate": "2020-08-10",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-01&returnDate=2020-08-10&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-01",
"returnDate": "2020-08-11",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-01&returnDate=2020-08-11&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-01",
"returnDate": "2020-08-12",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-01&returnDate=2020-08-12&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-01",
"returnDate": "2020-08-13",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-01&returnDate=2020-08-13&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-01",
"returnDate": "2020-08-14",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-01&returnDate=2020-08-14&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-01",
"returnDate": "2020-08-15",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-01&returnDate=2020-08-15&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-01",
"returnDate": "2020-08-16",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-01&returnDate=2020-08-16&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-02",
"returnDate": "2020-08-03",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-02&returnDate=2020-08-03&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-02",
"returnDate": "2020-08-04",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-02&returnDate=2020-08-04&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-02",
"returnDate": "2020-08-05",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-02&returnDate=2020-08-05&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-02",
"returnDate": "2020-08-06",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-02&returnDate=2020-08-06&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-02",
"returnDate": "2020-08-07",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-02&returnDate=2020-08-07&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-02",
"returnDate": "2020-08-08",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-02&returnDate=2020-08-08&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-02",
"returnDate": "2020-08-09",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-02&returnDate=2020-08-09&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-02",
"returnDate": "2020-08-10",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-02&returnDate=2020-08-10&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-02",
"returnDate": "2020-08-11",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-02&returnDate=2020-08-11&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-02",
"returnDate": "2020-08-12",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-02&returnDate=2020-08-12&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-02",
"returnDate": "2020-08-13",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-02&returnDate=2020-08-13&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-02",
"returnDate": "2020-08-14",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-02&returnDate=2020-08-14&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-02",
"returnDate": "2020-08-15",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-02&returnDate=2020-08-15&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-02",
"returnDate": "2020-08-16",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-02&returnDate=2020-08-16&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-02",
"returnDate": "2020-08-17",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-02&returnDate=2020-08-17&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-03",
"returnDate": "2020-08-04",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-03&returnDate=2020-08-04&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-03",
"returnDate": "2020-08-05",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-03&returnDate=2020-08-05&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-03",
"returnDate": "2020-08-06",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-03&returnDate=2020-08-06&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-03",
"returnDate": "2020-08-07",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-03&returnDate=2020-08-07&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-03",
"returnDate": "2020-08-08",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-03&returnDate=2020-08-08&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-03",
"returnDate": "2020-08-09",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-03&returnDate=2020-08-09&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-03",
"returnDate": "2020-08-10",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-03&returnDate=2020-08-10&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-03",
"returnDate": "2020-08-11",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-03&returnDate=2020-08-11&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-03",
"returnDate": "2020-08-12",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-03&returnDate=2020-08-12&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-03",
"returnDate": "2020-08-13",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-03&returnDate=2020-08-13&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-03",
"returnDate": "2020-08-14",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-03&returnDate=2020-08-14&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-03",
"returnDate": "2020-08-15",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-03&returnDate=2020-08-15&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-03",
"returnDate": "2020-08-16",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-03&returnDate=2020-08-16&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-03",
"returnDate": "2020-08-17",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-03&returnDate=2020-08-17&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-03",
"returnDate": "2020-08-18",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-03&returnDate=2020-08-18&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-04",
"returnDate": "2020-08-05",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-04&returnDate=2020-08-05&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-04",
"returnDate": "2020-08-06",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-04&returnDate=2020-08-06&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-04",
"returnDate": "2020-08-07",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-04&returnDate=2020-08-07&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-04",
"returnDate": "2020-08-08",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-04&returnDate=2020-08-08&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-04",
"returnDate": "2020-08-09",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-04&returnDate=2020-08-09&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-04",
"returnDate": "2020-08-10",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-04&returnDate=2020-08-10&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-04",
"returnDate": "2020-08-11",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-04&returnDate=2020-08-11&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-04",
"returnDate": "2020-08-12",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-04&returnDate=2020-08-12&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-04",
"returnDate": "2020-08-13",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-04&returnDate=2020-08-13&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-04",
"returnDate": "2020-08-14",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-04&returnDate=2020-08-14&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-04",
"returnDate": "2020-08-15",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-04&returnDate=2020-08-15&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-04",
"returnDate": "2020-08-16",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-04&returnDate=2020-08-16&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-04",
"returnDate": "2020-08-17",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-04&returnDate=2020-08-17&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-04",
"returnDate": "2020-08-18",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-04&returnDate=2020-08-18&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-04",
"returnDate": "2020-08-19",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-04&returnDate=2020-08-19&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-05",
"returnDate": "2020-08-06",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-05&returnDate=2020-08-06&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-05",
"returnDate": "2020-08-07",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-05&returnDate=2020-08-07&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-05",
"returnDate": "2020-08-08",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-05&returnDate=2020-08-08&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-05",
"returnDate": "2020-08-09",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-05&returnDate=2020-08-09&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-05",
"returnDate": "2020-08-10",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-05&returnDate=2020-08-10&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-05",
"returnDate": "2020-08-11",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-05&returnDate=2020-08-11&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-05",
"returnDate": "2020-08-12",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-05&returnDate=2020-08-12&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-05",
"returnDate": "2020-08-13",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-05&returnDate=2020-08-13&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-05",
"returnDate": "2020-08-14",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-05&returnDate=2020-08-14&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-05",
"returnDate": "2020-08-15",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-05&returnDate=2020-08-15&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-05",
"returnDate": "2020-08-16",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-05&returnDate=2020-08-16&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-05",
"returnDate": "2020-08-17",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-05&returnDate=2020-08-17&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-05",
"returnDate": "2020-08-18",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-05&returnDate=2020-08-18&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-05",
"returnDate": "2020-08-19",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-05&returnDate=2020-08-19&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-05",
"returnDate": "2020-08-20",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-05&returnDate=2020-08-20&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-06",
"returnDate": "2020-08-07",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-06&returnDate=2020-08-07&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-06",
"returnDate": "2020-08-08",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-06&returnDate=2020-08-08&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-06",
"returnDate": "2020-08-09",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-06&returnDate=2020-08-09&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-06",
"returnDate": "2020-08-10",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-06&returnDate=2020-08-10&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-06",
"returnDate": "2020-08-11",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-06&returnDate=2020-08-11&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-06",
"returnDate": "2020-08-12",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-06&returnDate=2020-08-12&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-06",
"returnDate": "2020-08-13",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-06&returnDate=2020-08-13&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-06",
"returnDate": "2020-08-14",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-06&returnDate=2020-08-14&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-06",
"returnDate": "2020-08-15",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-06&returnDate=2020-08-15&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-06",
"returnDate": "2020-08-16",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-06&returnDate=2020-08-16&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-06",
"returnDate": "2020-08-17",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-06&returnDate=2020-08-17&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-06",
"returnDate": "2020-08-18",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-06&returnDate=2020-08-18&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-06",
"returnDate": "2020-08-19",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-06&returnDate=2020-08-19&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-06",
"returnDate": "2020-08-20",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-06&returnDate=2020-08-20&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-06",
"returnDate": "2020-08-21",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-06&returnDate=2020-08-21&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-07",
"returnDate": "2020-08-08",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-07&returnDate=2020-08-08&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-07",
"returnDate": "2020-08-09",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-07&returnDate=2020-08-09&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-07",
"returnDate": "2020-08-10",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-07&returnDate=2020-08-10&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-07",
"returnDate": "2020-08-11",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-07&returnDate=2020-08-11&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-07",
"returnDate": "2020-08-12",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-07&returnDate=2020-08-12&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-07",
"returnDate": "2020-08-13",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-07&returnDate=2020-08-13&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-07",
"returnDate": "2020-08-14",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-07&returnDate=2020-08-14&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-07",
"returnDate": "2020-08-15",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-07&returnDate=2020-08-15&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-07",
"returnDate": "2020-08-16",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-07&returnDate=2020-08-16&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-07",
"returnDate": "2020-08-17",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-07&returnDate=2020-08-17&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-07",
"returnDate": "2020-08-18",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-07&returnDate=2020-08-18&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-07",
"returnDate": "2020-08-19",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-07&returnDate=2020-08-19&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-07",
"returnDate": "2020-08-20",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-07&returnDate=2020-08-20&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-07",
"returnDate": "2020-08-21",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-07&returnDate=2020-08-21&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-07",
"returnDate": "2020-08-22",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-07&returnDate=2020-08-22&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-08",
"returnDate": "2020-08-09",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-08&returnDate=2020-08-09&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-08",
"returnDate": "2020-08-10",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-08&returnDate=2020-08-10&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-08",
"returnDate": "2020-08-11",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-08&returnDate=2020-08-11&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-08",
"returnDate": "2020-08-12",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-08&returnDate=2020-08-12&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-08",
"returnDate": "2020-08-13",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-08&returnDate=2020-08-13&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-08",
"returnDate": "2020-08-14",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-08&returnDate=2020-08-14&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-08",
"returnDate": "2020-08-15",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-08&returnDate=2020-08-15&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-08",
"returnDate": "2020-08-16",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-08&returnDate=2020-08-16&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-08",
"returnDate": "2020-08-17",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-08&returnDate=2020-08-17&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-08",
"returnDate": "2020-08-18",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-08&returnDate=2020-08-18&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-08",
"returnDate": "2020-08-19",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-08&returnDate=2020-08-19&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-08",
"returnDate": "2020-08-20",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-08&returnDate=2020-08-20&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-08",
"returnDate": "2020-08-21",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-08&returnDate=2020-08-21&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-08",
"returnDate": "2020-08-22",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-08&returnDate=2020-08-22&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-08",
"returnDate": "2020-08-23",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-08&returnDate=2020-08-23&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-09",
"returnDate": "2020-08-10",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-09&returnDate=2020-08-10&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-09",
"returnDate": "2020-08-11",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-09&returnDate=2020-08-11&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-09",
"returnDate": "2020-08-12",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-09&returnDate=2020-08-12&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-09",
"returnDate": "2020-08-13",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-09&returnDate=2020-08-13&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-09",
"returnDate": "2020-08-14",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-09&returnDate=2020-08-14&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-09",
"returnDate": "2020-08-15",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-09&returnDate=2020-08-15&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-09",
"returnDate": "2020-08-16",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-09&returnDate=2020-08-16&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-09",
"returnDate": "2020-08-17",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-09&returnDate=2020-08-17&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-09",
"returnDate": "2020-08-18",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-09&returnDate=2020-08-18&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-09",
"returnDate": "2020-08-19",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-09&returnDate=2020-08-19&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-09",
"returnDate": "2020-08-20",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-09&returnDate=2020-08-20&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-09",
"returnDate": "2020-08-21",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-09&returnDate=2020-08-21&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-09",
"returnDate": "2020-08-22",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-09&returnDate=2020-08-22&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-09",
"returnDate": "2020-08-23",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-09&returnDate=2020-08-23&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-09",
"returnDate": "2020-08-24",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-09&returnDate=2020-08-24&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-10",
"returnDate": "2020-08-11",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-10&returnDate=2020-08-11&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-10",
"returnDate": "2020-08-12",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-10&returnDate=2020-08-12&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-10",
"returnDate": "2020-08-13",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-10&returnDate=2020-08-13&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-10",
"returnDate": "2020-08-14",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-10&returnDate=2020-08-14&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-10",
"returnDate": "2020-08-15",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-10&returnDate=2020-08-15&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-10",
"returnDate": "2020-08-16",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-10&returnDate=2020-08-16&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-10",
"returnDate": "2020-08-17",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-10&returnDate=2020-08-17&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-10",
"returnDate": "2020-08-18",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-10&returnDate=2020-08-18&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-10",
"returnDate": "2020-08-19",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-10&returnDate=2020-08-19&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-10",
"returnDate": "2020-08-20",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-10&returnDate=2020-08-20&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-10",
"returnDate": "2020-08-21",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-10&returnDate=2020-08-21&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-10",
"returnDate": "2020-08-22",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-10&returnDate=2020-08-22&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-10",
"returnDate": "2020-08-23",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-10&returnDate=2020-08-23&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-10",
"returnDate": "2020-08-24",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-10&returnDate=2020-08-24&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-10",
"returnDate": "2020-08-25",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-10&returnDate=2020-08-25&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-11",
"returnDate": "2020-08-12",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-11&returnDate=2020-08-12&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-11",
"returnDate": "2020-08-13",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-11&returnDate=2020-08-13&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-11",
"returnDate": "2020-08-14",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-11&returnDate=2020-08-14&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-11",
"returnDate": "2020-08-15",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-11&returnDate=2020-08-15&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-11",
"returnDate": "2020-08-16",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-11&returnDate=2020-08-16&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-11",
"returnDate": "2020-08-17",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-11&returnDate=2020-08-17&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-11",
"returnDate": "2020-08-18",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-11&returnDate=2020-08-18&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-11",
"returnDate": "2020-08-19",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-11&returnDate=2020-08-19&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-11",
"returnDate": "2020-08-20",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-11&returnDate=2020-08-20&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-11",
"returnDate": "2020-08-21",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-11&returnDate=2020-08-21&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-11",
"returnDate": "2020-08-22",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-11&returnDate=2020-08-22&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-11",
"returnDate": "2020-08-23",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-11&returnDate=2020-08-23&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-11",
"returnDate": "2020-08-24",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-11&returnDate=2020-08-24&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-11",
"returnDate": "2020-08-25",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-11&returnDate=2020-08-25&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-11",
"returnDate": "2020-08-26",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-11&returnDate=2020-08-26&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-12",
"returnDate": "2020-08-13",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-12&returnDate=2020-08-13&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-12",
"returnDate": "2020-08-14",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-12&returnDate=2020-08-14&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-12",
"returnDate": "2020-08-15",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-12&returnDate=2020-08-15&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-12",
"returnDate": "2020-08-16",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-12&returnDate=2020-08-16&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-12",
"returnDate": "2020-08-17",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-12&returnDate=2020-08-17&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-12",
"returnDate": "2020-08-18",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-12&returnDate=2020-08-18&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-12",
"returnDate": "2020-08-19",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-12&returnDate=2020-08-19&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-12",
"returnDate": "2020-08-20",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-12&returnDate=2020-08-20&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-12",
"returnDate": "2020-08-21",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-12&returnDate=2020-08-21&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-12",
"returnDate": "2020-08-22",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-12&returnDate=2020-08-22&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-12",
"returnDate": "2020-08-23",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-12&returnDate=2020-08-23&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-12",
"returnDate": "2020-08-24",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-12&returnDate=2020-08-24&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-12",
"returnDate": "2020-08-25",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-12&returnDate=2020-08-25&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-12",
"returnDate": "2020-08-26",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-12&returnDate=2020-08-26&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-12",
"returnDate": "2020-08-27",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-12&returnDate=2020-08-27&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-13",
"returnDate": "2020-08-14",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-13&returnDate=2020-08-14&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-13",
"returnDate": "2020-08-15",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-13&returnDate=2020-08-15&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-13",
"returnDate": "2020-08-16",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-13&returnDate=2020-08-16&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-13",
"returnDate": "2020-08-17",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-13&returnDate=2020-08-17&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-13",
"returnDate": "2020-08-18",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-13&returnDate=2020-08-18&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-13",
"returnDate": "2020-08-19",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-13&returnDate=2020-08-19&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-13",
"returnDate": "2020-08-20",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-13&returnDate=2020-08-20&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-13",
"returnDate": "2020-08-21",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-13&returnDate=2020-08-21&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-13",
"returnDate": "2020-08-22",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-13&returnDate=2020-08-22&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-13",
"returnDate": "2020-08-23",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-13&returnDate=2020-08-23&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-13",
"returnDate": "2020-08-24",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-13&returnDate=2020-08-24&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-13",
"returnDate": "2020-08-25",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-13&returnDate=2020-08-25&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-13",
"returnDate": "2020-08-26",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-13&returnDate=2020-08-26&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-13",
"returnDate": "2020-08-27",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-13&returnDate=2020-08-27&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-13",
"returnDate": "2020-08-28",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-13&returnDate=2020-08-28&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-14",
"returnDate": "2020-08-15",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-14&returnDate=2020-08-15&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-14",
"returnDate": "2020-08-16",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-14&returnDate=2020-08-16&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-14",
"returnDate": "2020-08-17",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-14&returnDate=2020-08-17&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-14",
"returnDate": "2020-08-18",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-14&returnDate=2020-08-18&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-14",
"returnDate": "2020-08-19",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-14&returnDate=2020-08-19&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-14",
"returnDate": "2020-08-20",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-14&returnDate=2020-08-20&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-14",
"returnDate": "2020-08-21",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-14&returnDate=2020-08-21&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-14",
"returnDate": "2020-08-22",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-14&returnDate=2020-08-22&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-14",
"returnDate": "2020-08-23",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-14&returnDate=2020-08-23&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-14",
"returnDate": "2020-08-24",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-14&returnDate=2020-08-24&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-14",
"returnDate": "2020-08-25",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-14&returnDate=2020-08-25&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-14",
"returnDate": "2020-08-26",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-14&returnDate=2020-08-26&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-14",
"returnDate": "2020-08-27",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-14&returnDate=2020-08-27&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-14",
"returnDate": "2020-08-28",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-14&returnDate=2020-08-28&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-14",
"returnDate": "2020-08-29",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-14&returnDate=2020-08-29&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-15",
"returnDate": "2020-08-16",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-15&returnDate=2020-08-16&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-15",
"returnDate": "2020-08-17",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-15&returnDate=2020-08-17&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-15",
"returnDate": "2020-08-18",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-15&returnDate=2020-08-18&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-15",
"returnDate": "2020-08-19",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-15&returnDate=2020-08-19&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-15",
"returnDate": "2020-08-20",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-15&returnDate=2020-08-20&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-15",
"returnDate": "2020-08-21",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-15&returnDate=2020-08-21&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-15",
"returnDate": "2020-08-22",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-15&returnDate=2020-08-22&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-15",
"returnDate": "2020-08-23",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-15&returnDate=2020-08-23&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-15",
"returnDate": "2020-08-24",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-15&returnDate=2020-08-24&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-15",
"returnDate": "2020-08-25",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-15&returnDate=2020-08-25&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-15",
"returnDate": "2020-08-26",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-15&returnDate=2020-08-26&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-15",
"returnDate": "2020-08-27",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-15&returnDate=2020-08-27&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-15",
"returnDate": "2020-08-28",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-15&returnDate=2020-08-28&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-15",
"returnDate": "2020-08-29",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-15&returnDate=2020-08-29&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-15",
"returnDate": "2020-08-30",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-15&returnDate=2020-08-30&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-16",
"returnDate": "2020-08-17",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-16&returnDate=2020-08-17&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-16",
"returnDate": "2020-08-18",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-16&returnDate=2020-08-18&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-16",
"returnDate": "2020-08-19",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-16&returnDate=2020-08-19&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-16",
"returnDate": "2020-08-20",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-16&returnDate=2020-08-20&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-16",
"returnDate": "2020-08-21",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-16&returnDate=2020-08-21&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-16",
"returnDate": "2020-08-22",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-16&returnDate=2020-08-22&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-16",
"returnDate": "2020-08-23",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-16&returnDate=2020-08-23&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-16",
"returnDate": "2020-08-24",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-16&returnDate=2020-08-24&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-16",
"returnDate": "2020-08-25",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-16&returnDate=2020-08-25&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-16",
"returnDate": "2020-08-26",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-16&returnDate=2020-08-26&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-16",
"returnDate": "2020-08-27",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-16&returnDate=2020-08-27&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-16",
"returnDate": "2020-08-28",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-16&returnDate=2020-08-28&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-16",
"returnDate": "2020-08-29",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-16&returnDate=2020-08-29&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-16",
"returnDate": "2020-08-30",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-16&returnDate=2020-08-30&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-16",
"returnDate": "2020-08-31",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-16&returnDate=2020-08-31&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-17",
"returnDate": "2020-08-18",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-17&returnDate=2020-08-18&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-17",
"returnDate": "2020-08-19",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-17&returnDate=2020-08-19&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-17",
"returnDate": "2020-08-20",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-17&returnDate=2020-08-20&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-17",
"returnDate": "2020-08-21",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-17&returnDate=2020-08-21&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-17",
"returnDate": "2020-08-22",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-17&returnDate=2020-08-22&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-17",
"returnDate": "2020-08-23",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-17&returnDate=2020-08-23&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-17",
"returnDate": "2020-08-24",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-17&returnDate=2020-08-24&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-17",
"returnDate": "2020-08-25",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-17&returnDate=2020-08-25&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-17",
"returnDate": "2020-08-26",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-17&returnDate=2020-08-26&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-17",
"returnDate": "2020-08-27",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-17&returnDate=2020-08-27&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-17",
"returnDate": "2020-08-28",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-17&returnDate=2020-08-28&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-17",
"returnDate": "2020-08-29",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-17&returnDate=2020-08-29&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-17",
"returnDate": "2020-08-30",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-17&returnDate=2020-08-30&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-17",
"returnDate": "2020-08-31",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-17&returnDate=2020-08-31&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-17",
"returnDate": "2020-09-01",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-17&returnDate=2020-09-01&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-18",
"returnDate": "2020-08-19",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-18&returnDate=2020-08-19&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-18",
"returnDate": "2020-08-20",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-18&returnDate=2020-08-20&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-18",
"returnDate": "2020-08-21",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-18&returnDate=2020-08-21&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-18",
"returnDate": "2020-08-22",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-18&returnDate=2020-08-22&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-18",
"returnDate": "2020-08-23",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-18&returnDate=2020-08-23&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-18",
"returnDate": "2020-08-24",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-18&returnDate=2020-08-24&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-18",
"returnDate": "2020-08-25",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-18&returnDate=2020-08-25&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-18",
"returnDate": "2020-08-26",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-18&returnDate=2020-08-26&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-18",
"returnDate": "2020-08-27",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-18&returnDate=2020-08-27&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-18",
"returnDate": "2020-08-28",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-18&returnDate=2020-08-28&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-18",
"returnDate": "2020-08-29",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-18&returnDate=2020-08-29&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-18",
"returnDate": "2020-08-30",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-18&returnDate=2020-08-30&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-18",
"returnDate": "2020-08-31",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-18&returnDate=2020-08-31&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-18",
"returnDate": "2020-09-01",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-18&returnDate=2020-09-01&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-18",
"returnDate": "2020-09-02",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-18&returnDate=2020-09-02&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-19",
"returnDate": "2020-08-20",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-19&returnDate=2020-08-20&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-19",
"returnDate": "2020-08-21",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-19&returnDate=2020-08-21&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-19",
"returnDate": "2020-08-22",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-19&returnDate=2020-08-22&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-19",
"returnDate": "2020-08-23",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-19&returnDate=2020-08-23&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-19",
"returnDate": "2020-08-24",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-19&returnDate=2020-08-24&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-19",
"returnDate": "2020-08-25",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-19&returnDate=2020-08-25&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-19",
"returnDate": "2020-08-26",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-19&returnDate=2020-08-26&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-19",
"returnDate": "2020-08-27",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-19&returnDate=2020-08-27&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-19",
"returnDate": "2020-08-28",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-19&returnDate=2020-08-28&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-19",
"returnDate": "2020-08-29",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-19&returnDate=2020-08-29&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-19",
"returnDate": "2020-08-30",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-19&returnDate=2020-08-30&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-19",
"returnDate": "2020-08-31",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-19&returnDate=2020-08-31&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-19",
"returnDate": "2020-09-01",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-19&returnDate=2020-09-01&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-19",
"returnDate": "2020-09-02",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-19&returnDate=2020-09-02&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-19",
"returnDate": "2020-09-03",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-19&returnDate=2020-09-03&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-20",
"returnDate": "2020-08-21",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-20&returnDate=2020-08-21&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-20",
"returnDate": "2020-08-22",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-20&returnDate=2020-08-22&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-20",
"returnDate": "2020-08-23",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-20&returnDate=2020-08-23&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-20",
"returnDate": "2020-08-24",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-20&returnDate=2020-08-24&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-20",
"returnDate": "2020-08-25",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-20&returnDate=2020-08-25&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-20",
"returnDate": "2020-08-26",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-20&returnDate=2020-08-26&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-20",
"returnDate": "2020-08-27",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-20&returnDate=2020-08-27&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-20",
"returnDate": "2020-08-28",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-20&returnDate=2020-08-28&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-20",
"returnDate": "2020-08-29",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-20&returnDate=2020-08-29&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-20",
"returnDate": "2020-08-30",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-20&returnDate=2020-08-30&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-20",
"returnDate": "2020-08-31",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-20&returnDate=2020-08-31&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-20",
"returnDate": "2020-09-01",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-20&returnDate=2020-09-01&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-20",
"returnDate": "2020-09-02",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-20&returnDate=2020-09-02&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-20",
"returnDate": "2020-09-03",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-20&returnDate=2020-09-03&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-21",
"returnDate": "2020-08-22",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-21&returnDate=2020-08-22&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-21",
"returnDate": "2020-08-23",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-21&returnDate=2020-08-23&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-21",
"returnDate": "2020-08-24",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-21&returnDate=2020-08-24&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-21",
"returnDate": "2020-08-25",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-21&returnDate=2020-08-25&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-21",
"returnDate": "2020-08-26",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-21&returnDate=2020-08-26&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-21",
"returnDate": "2020-08-27",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-21&returnDate=2020-08-27&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-21",
"returnDate": "2020-08-28",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-21&returnDate=2020-08-28&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-21",
"returnDate": "2020-08-29",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-21&returnDate=2020-08-29&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-21",
"returnDate": "2020-08-30",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-21&returnDate=2020-08-30&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-21",
"returnDate": "2020-08-31",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-21&returnDate=2020-08-31&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-21",
"returnDate": "2020-09-01",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-21&returnDate=2020-09-01&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-21",
"returnDate": "2020-09-02",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-21&returnDate=2020-09-02&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-21",
"returnDate": "2020-09-03",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-21&returnDate=2020-09-03&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-21",
"returnDate": "2020-09-05",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-21&returnDate=2020-09-05&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-22",
"returnDate": "2020-08-23",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-22&returnDate=2020-08-23&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-22",
"returnDate": "2020-08-24",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-22&returnDate=2020-08-24&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-22",
"returnDate": "2020-08-25",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-22&returnDate=2020-08-25&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-22",
"returnDate": "2020-08-26",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-22&returnDate=2020-08-26&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-22",
"returnDate": "2020-08-27",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-22&returnDate=2020-08-27&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-22",
"returnDate": "2020-08-28",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-22&returnDate=2020-08-28&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-22",
"returnDate": "2020-08-29",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-22&returnDate=2020-08-29&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-22",
"returnDate": "2020-08-30",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-22&returnDate=2020-08-30&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-22",
"returnDate": "2020-08-31",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-22&returnDate=2020-08-31&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-22",
"returnDate": "2020-09-01",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-22&returnDate=2020-09-01&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-22",
"returnDate": "2020-09-02",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-22&returnDate=2020-09-02&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-22",
"returnDate": "2020-09-03",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-22&returnDate=2020-09-03&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-22",
"returnDate": "2020-09-05",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-22&returnDate=2020-09-05&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-22",
"returnDate": "2020-09-06",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-22&returnDate=2020-09-06&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-23",
"returnDate": "2020-08-24",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-23&returnDate=2020-08-24&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-23",
"returnDate": "2020-08-25",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-23&returnDate=2020-08-25&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-23",
"returnDate": "2020-08-26",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-23&returnDate=2020-08-26&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-23",
"returnDate": "2020-08-27",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-23&returnDate=2020-08-27&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-23",
"returnDate": "2020-08-28",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-23&returnDate=2020-08-28&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-23",
"returnDate": "2020-08-29",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-23&returnDate=2020-08-29&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-23",
"returnDate": "2020-08-30",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-23&returnDate=2020-08-30&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-23",
"returnDate": "2020-08-31",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-23&returnDate=2020-08-31&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-23",
"returnDate": "2020-09-01",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-23&returnDate=2020-09-01&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-23",
"returnDate": "2020-09-02",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-23&returnDate=2020-09-02&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-23",
"returnDate": "2020-09-03",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-23&returnDate=2020-09-03&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-23",
"returnDate": "2020-09-05",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-23&returnDate=2020-09-05&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-23",
"returnDate": "2020-09-06",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-23&returnDate=2020-09-06&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-23",
"returnDate": "2020-09-07",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-23&returnDate=2020-09-07&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-24",
"returnDate": "2020-08-25",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-24&returnDate=2020-08-25&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-24",
"returnDate": "2020-08-26",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-24&returnDate=2020-08-26&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-24",
"returnDate": "2020-08-27",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-24&returnDate=2020-08-27&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-24",
"returnDate": "2020-08-28",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-24&returnDate=2020-08-28&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-24",
"returnDate": "2020-08-29",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-24&returnDate=2020-08-29&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-24",
"returnDate": "2020-08-30",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-24&returnDate=2020-08-30&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-24",
"returnDate": "2020-08-31",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-24&returnDate=2020-08-31&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-24",
"returnDate": "2020-09-01",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-24&returnDate=2020-09-01&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-24",
"returnDate": "2020-09-02",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-24&returnDate=2020-09-02&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-24",
"returnDate": "2020-09-03",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-24&returnDate=2020-09-03&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-24",
"returnDate": "2020-09-05",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-24&returnDate=2020-09-05&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-24",
"returnDate": "2020-09-06",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-24&returnDate=2020-09-06&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-24",
"returnDate": "2020-09-07",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-24&returnDate=2020-09-07&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-24",
"returnDate": "2020-09-08",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-24&returnDate=2020-09-08&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-25",
"returnDate": "2020-08-26",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-25&returnDate=2020-08-26&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-25",
"returnDate": "2020-08-27",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-25&returnDate=2020-08-27&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-25",
"returnDate": "2020-08-28",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-25&returnDate=2020-08-28&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-25",
"returnDate": "2020-08-29",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-25&returnDate=2020-08-29&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-25",
"returnDate": "2020-08-30",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-25&returnDate=2020-08-30&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-25",
"returnDate": "2020-08-31",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-25&returnDate=2020-08-31&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-25",
"returnDate": "2020-09-01",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-25&returnDate=2020-09-01&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-25",
"returnDate": "2020-09-02",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-25&returnDate=2020-09-02&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-25",
"returnDate": "2020-09-03",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-25&returnDate=2020-09-03&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-25",
"returnDate": "2020-09-05",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-25&returnDate=2020-09-05&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-25",
"returnDate": "2020-09-06",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-25&returnDate=2020-09-06&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-25",
"returnDate": "2020-09-07",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-25&returnDate=2020-09-07&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-25",
"returnDate": "2020-09-08",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-25&returnDate=2020-09-08&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-25",
"returnDate": "2020-09-09",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-25&returnDate=2020-09-09&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-26",
"returnDate": "2020-08-27",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-26&returnDate=2020-08-27&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-26",
"returnDate": "2020-08-28",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-26&returnDate=2020-08-28&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-26",
"returnDate": "2020-08-29",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-26&returnDate=2020-08-29&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-26",
"returnDate": "2020-08-30",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-26&returnDate=2020-08-30&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-26",
"returnDate": "2020-08-31",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-26&returnDate=2020-08-31&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-26",
"returnDate": "2020-09-01",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-26&returnDate=2020-09-01&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-26",
"returnDate": "2020-09-02",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-26&returnDate=2020-09-02&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-26",
"returnDate": "2020-09-03",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-26&returnDate=2020-09-03&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-26",
"returnDate": "2020-09-05",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-26&returnDate=2020-09-05&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-26",
"returnDate": "2020-09-06",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-26&returnDate=2020-09-06&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-26",
"returnDate": "2020-09-07",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-26&returnDate=2020-09-07&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-26",
"returnDate": "2020-09-08",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-26&returnDate=2020-09-08&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-26",
"returnDate": "2020-09-09",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-26&returnDate=2020-09-09&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-26",
"returnDate": "2020-09-10",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-26&returnDate=2020-09-10&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-27",
"returnDate": "2020-08-28",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-27&returnDate=2020-08-28&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-27",
"returnDate": "2020-08-29",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-27&returnDate=2020-08-29&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-27",
"returnDate": "2020-08-30",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-27&returnDate=2020-08-30&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-27",
"returnDate": "2020-08-31",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-27&returnDate=2020-08-31&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-27",
"returnDate": "2020-09-01",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-27&returnDate=2020-09-01&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-27",
"returnDate": "2020-09-02",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-27&returnDate=2020-09-02&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-27",
"returnDate": "2020-09-03",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-27&returnDate=2020-09-03&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-27",
"returnDate": "2020-09-05",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-27&returnDate=2020-09-05&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-27",
"returnDate": "2020-09-06",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-27&returnDate=2020-09-06&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-27",
"returnDate": "2020-09-07",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-27&returnDate=2020-09-07&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-27",
"returnDate": "2020-09-08",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-27&returnDate=2020-09-08&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-27",
"returnDate": "2020-09-09",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-27&returnDate=2020-09-09&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-27",
"returnDate": "2020-09-10",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-27&returnDate=2020-09-10&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-27",
"returnDate": "2020-09-11",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-27&returnDate=2020-09-11&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-28",
"returnDate": "2020-08-29",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-28&returnDate=2020-08-29&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-28",
"returnDate": "2020-08-30",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-28&returnDate=2020-08-30&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-28",
"returnDate": "2020-08-31",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-28&returnDate=2020-08-31&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-28",
"returnDate": "2020-09-01",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-28&returnDate=2020-09-01&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-28",
"returnDate": "2020-09-02",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-28&returnDate=2020-09-02&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-28",
"returnDate": "2020-09-03",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-28&returnDate=2020-09-03&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-28",
"returnDate": "2020-09-05",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-28&returnDate=2020-09-05&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-28",
"returnDate": "2020-09-06",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-28&returnDate=2020-09-06&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-28",
"returnDate": "2020-09-07",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-28&returnDate=2020-09-07&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-28",
"returnDate": "2020-09-08",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-28&returnDate=2020-09-08&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-28",
"returnDate": "2020-09-09",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-28&returnDate=2020-09-09&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-28",
"returnDate": "2020-09-10",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-28&returnDate=2020-09-10&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-28",
"returnDate": "2020-09-11",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-28&returnDate=2020-09-11&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-28",
"returnDate": "2020-09-12",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-28&returnDate=2020-09-12&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-29",
"returnDate": "2020-08-30",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-29&returnDate=2020-08-30&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-29",
"returnDate": "2020-08-31",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-29&returnDate=2020-08-31&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-29",
"returnDate": "2020-09-01",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-29&returnDate=2020-09-01&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-29",
"returnDate": "2020-09-02",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-29&returnDate=2020-09-02&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-29",
"returnDate": "2020-09-03",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-29&returnDate=2020-09-03&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-29",
"returnDate": "2020-09-05",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-29&returnDate=2020-09-05&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-29",
"returnDate": "2020-09-06",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-29&returnDate=2020-09-06&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-29",
"returnDate": "2020-09-07",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-29&returnDate=2020-09-07&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-29",
"returnDate": "2020-09-08",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-29&returnDate=2020-09-08&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-29",
"returnDate": "2020-09-09",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-29&returnDate=2020-09-09&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-29",
"returnDate": "2020-09-10",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-29&returnDate=2020-09-10&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-29",
"returnDate": "2020-09-11",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-29&returnDate=2020-09-11&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-29",
"returnDate": "2020-09-12",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-29&returnDate=2020-09-12&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-29",
"returnDate": "2020-09-13",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-29&returnDate=2020-09-13&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-30",
"returnDate": "2020-08-31",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-30&returnDate=2020-08-31&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-30",
"returnDate": "2020-09-01",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-30&returnDate=2020-09-01&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-30",
"returnDate": "2020-09-02",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-30&returnDate=2020-09-02&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-30",
"returnDate": "2020-09-03",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-30&returnDate=2020-09-03&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-30",
"returnDate": "2020-09-05",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-30&returnDate=2020-09-05&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-30",
"returnDate": "2020-09-06",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-30&returnDate=2020-09-06&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-30",
"returnDate": "2020-09-07",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-30&returnDate=2020-09-07&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-30",
"returnDate": "2020-09-08",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-30&returnDate=2020-09-08&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-30",
"returnDate": "2020-09-09",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-30&returnDate=2020-09-09&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-30",
"returnDate": "2020-09-10",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-30&returnDate=2020-09-10&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-30",
"returnDate": "2020-09-11",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-30&returnDate=2020-09-11&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-30",
"returnDate": "2020-09-12",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-30&returnDate=2020-09-12&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-30",
"returnDate": "2020-09-13",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-30&returnDate=2020-09-13&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-30",
"returnDate": "2020-09-14",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-30&returnDate=2020-09-14&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-31",
"returnDate": "2020-09-01",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-31&returnDate=2020-09-01&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-31",
"returnDate": "2020-09-02",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-31&returnDate=2020-09-02&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-31",
"returnDate": "2020-09-03",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-31&returnDate=2020-09-03&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-31",
"returnDate": "2020-09-05",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-31&returnDate=2020-09-05&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-31",
"returnDate": "2020-09-06",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-31&returnDate=2020-09-06&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-31",
"returnDate": "2020-09-07",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-31&returnDate=2020-09-07&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-31",
"returnDate": "2020-09-08",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-31&returnDate=2020-09-08&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-31",
"returnDate": "2020-09-09",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-31&returnDate=2020-09-09&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-31",
"returnDate": "2020-09-10",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-31&returnDate=2020-09-10&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-31",
"returnDate": "2020-09-11",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-31&returnDate=2020-09-11&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-31",
"returnDate": "2020-09-12",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-31&returnDate=2020-09-12&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-31",
"returnDate": "2020-09-13",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-31&returnDate=2020-09-13&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-31",
"returnDate": "2020-09-14",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-31&returnDate=2020-09-14&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-31",
"returnDate": "2020-09-15",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-31&returnDate=2020-09-15&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-01",
"returnDate": "2020-09-02",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-01&returnDate=2020-09-02&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-01",
"returnDate": "2020-09-03",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-01&returnDate=2020-09-03&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-01",
"returnDate": "2020-09-05",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-01&returnDate=2020-09-05&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-01",
"returnDate": "2020-09-06",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-01&returnDate=2020-09-06&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-01",
"returnDate": "2020-09-07",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-01&returnDate=2020-09-07&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-01",
"returnDate": "2020-09-08",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-01&returnDate=2020-09-08&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-01",
"returnDate": "2020-09-09",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-01&returnDate=2020-09-09&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-01",
"returnDate": "2020-09-10",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-01&returnDate=2020-09-10&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-01",
"returnDate": "2020-09-11",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-01&returnDate=2020-09-11&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-01",
"returnDate": "2020-09-12",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-01&returnDate=2020-09-12&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-01",
"returnDate": "2020-09-13",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-01&returnDate=2020-09-13&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-01",
"returnDate": "2020-09-14",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-01&returnDate=2020-09-14&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-01",
"returnDate": "2020-09-15",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-01&returnDate=2020-09-15&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-01",
"returnDate": "2020-09-16",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-01&returnDate=2020-09-16&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-02",
"returnDate": "2020-09-03",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-02&returnDate=2020-09-03&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-02",
"returnDate": "2020-09-05",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-02&returnDate=2020-09-05&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-02",
"returnDate": "2020-09-06",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-02&returnDate=2020-09-06&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-02",
"returnDate": "2020-09-07",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-02&returnDate=2020-09-07&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-02",
"returnDate": "2020-09-08",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-02&returnDate=2020-09-08&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-02",
"returnDate": "2020-09-09",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-02&returnDate=2020-09-09&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-02",
"returnDate": "2020-09-10",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-02&returnDate=2020-09-10&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-02",
"returnDate": "2020-09-11",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-02&returnDate=2020-09-11&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-02",
"returnDate": "2020-09-12",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-02&returnDate=2020-09-12&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-02",
"returnDate": "2020-09-13",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-02&returnDate=2020-09-13&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-02",
"returnDate": "2020-09-14",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-02&returnDate=2020-09-14&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-02",
"returnDate": "2020-09-15",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-02&returnDate=2020-09-15&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-02",
"returnDate": "2020-09-16",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-02&returnDate=2020-09-16&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-02",
"returnDate": "2020-09-17",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-02&returnDate=2020-09-17&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-03",
"returnDate": "2020-09-05",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-03&returnDate=2020-09-05&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-03",
"returnDate": "2020-09-06",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-03&returnDate=2020-09-06&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-03",
"returnDate": "2020-09-07",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-03&returnDate=2020-09-07&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-03",
"returnDate": "2020-09-08",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-03&returnDate=2020-09-08&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-03",
"returnDate": "2020-09-09",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-03&returnDate=2020-09-09&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-03",
"returnDate": "2020-09-10",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-03&returnDate=2020-09-10&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-03",
"returnDate": "2020-09-11",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-03&returnDate=2020-09-11&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-03",
"returnDate": "2020-09-12",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-03&returnDate=2020-09-12&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-03",
"returnDate": "2020-09-13",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-03&returnDate=2020-09-13&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-03",
"returnDate": "2020-09-14",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-03&returnDate=2020-09-14&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-03",
"returnDate": "2020-09-15",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-03&returnDate=2020-09-15&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-03",
"returnDate": "2020-09-16",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-03&returnDate=2020-09-16&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-03",
"returnDate": "2020-09-17",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-03&returnDate=2020-09-17&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-06",
"returnDate": "2020-09-07",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-06&returnDate=2020-09-07&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-06",
"returnDate": "2020-09-08",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-06&returnDate=2020-09-08&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-06",
"returnDate": "2020-09-09",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-06&returnDate=2020-09-09&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-06",
"returnDate": "2020-09-10",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-06&returnDate=2020-09-10&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-06",
"returnDate": "2020-09-11",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-06&returnDate=2020-09-11&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-06",
"returnDate": "2020-09-12",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-06&returnDate=2020-09-12&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-06",
"returnDate": "2020-09-13",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-06&returnDate=2020-09-13&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-06",
"returnDate": "2020-09-14",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-06&returnDate=2020-09-14&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-06",
"returnDate": "2020-09-15",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-06&returnDate=2020-09-15&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-06",
"returnDate": "2020-09-16",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-06&returnDate=2020-09-16&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-06",
"returnDate": "2020-09-17",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-06&returnDate=2020-09-17&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-06",
"returnDate": "2020-09-19",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-06&returnDate=2020-09-19&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-06",
"returnDate": "2020-09-20",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-06&returnDate=2020-09-20&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-06",
"returnDate": "2020-09-21",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-06&returnDate=2020-09-21&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-08",
"returnDate": "2020-09-09",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-08&returnDate=2020-09-09&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-08",
"returnDate": "2020-09-10",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-08&returnDate=2020-09-10&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-08",
"returnDate": "2020-09-11",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-08&returnDate=2020-09-11&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-08",
"returnDate": "2020-09-12",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-08&returnDate=2020-09-12&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-08",
"returnDate": "2020-09-13",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-08&returnDate=2020-09-13&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-08",
"returnDate": "2020-09-14",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-08&returnDate=2020-09-14&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-08",
"returnDate": "2020-09-15",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-08&returnDate=2020-09-15&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-08",
"returnDate": "2020-09-16",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-08&returnDate=2020-09-16&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-08",
"returnDate": "2020-09-17",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-08&returnDate=2020-09-17&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-08",
"returnDate": "2020-09-19",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-08&returnDate=2020-09-19&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-08",
"returnDate": "2020-09-20",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-08&returnDate=2020-09-20&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-08",
"returnDate": "2020-09-21",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-08&returnDate=2020-09-21&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-08",
"returnDate": "2020-09-22",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-08&returnDate=2020-09-22&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-08",
"returnDate": "2020-09-23",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-08&returnDate=2020-09-23&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-09",
"returnDate": "2020-09-10",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-09&returnDate=2020-09-10&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-09",
"returnDate": "2020-09-11",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-09&returnDate=2020-09-11&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-09",
"returnDate": "2020-09-12",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-09&returnDate=2020-09-12&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-09",
"returnDate": "2020-09-13",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-09&returnDate=2020-09-13&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-09",
"returnDate": "2020-09-14",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-09&returnDate=2020-09-14&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-09",
"returnDate": "2020-09-15",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-09&returnDate=2020-09-15&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-09",
"returnDate": "2020-09-16",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-09&returnDate=2020-09-16&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-09",
"returnDate": "2020-09-17",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-09&returnDate=2020-09-17&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-09",
"returnDate": "2020-09-19",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-09&returnDate=2020-09-19&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-09",
"returnDate": "2020-09-20",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-09&returnDate=2020-09-20&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-09",
"returnDate": "2020-09-21",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-09&returnDate=2020-09-21&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-09",
"returnDate": "2020-09-22",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-09&returnDate=2020-09-22&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-09",
"returnDate": "2020-09-23",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-09&returnDate=2020-09-23&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-09",
"returnDate": "2020-09-24",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-09&returnDate=2020-09-24&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-10",
"returnDate": "2020-09-11",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-10&returnDate=2020-09-11&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-10",
"returnDate": "2020-09-12",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-10&returnDate=2020-09-12&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-10",
"returnDate": "2020-09-13",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-10&returnDate=2020-09-13&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-10",
"returnDate": "2020-09-14",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-10&returnDate=2020-09-14&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-10",
"returnDate": "2020-09-15",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-10&returnDate=2020-09-15&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-10",
"returnDate": "2020-09-16",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-10&returnDate=2020-09-16&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-10",
"returnDate": "2020-09-17",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-10&returnDate=2020-09-17&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-10",
"returnDate": "2020-09-19",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-10&returnDate=2020-09-19&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-10",
"returnDate": "2020-09-20",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-10&returnDate=2020-09-20&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-10",
"returnDate": "2020-09-21",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-10&returnDate=2020-09-21&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-10",
"returnDate": "2020-09-22",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-10&returnDate=2020-09-22&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-10",
"returnDate": "2020-09-23",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-10&returnDate=2020-09-23&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-10",
"returnDate": "2020-09-24",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-10&returnDate=2020-09-24&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-11",
"returnDate": "2020-09-12",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-11&returnDate=2020-09-12&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-11",
"returnDate": "2020-09-13",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-11&returnDate=2020-09-13&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-11",
"returnDate": "2020-09-14",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-11&returnDate=2020-09-14&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-11",
"returnDate": "2020-09-15",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-11&returnDate=2020-09-15&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-11",
"returnDate": "2020-09-16",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-11&returnDate=2020-09-16&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-11",
"returnDate": "2020-09-17",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-11&returnDate=2020-09-17&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-11",
"returnDate": "2020-09-19",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-11&returnDate=2020-09-19&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-11",
"returnDate": "2020-09-20",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-11&returnDate=2020-09-20&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-11",
"returnDate": "2020-09-21",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-11&returnDate=2020-09-21&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-11",
"returnDate": "2020-09-22",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-11&returnDate=2020-09-22&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-11",
"returnDate": "2020-09-23",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-11&returnDate=2020-09-23&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-11",
"returnDate": "2020-09-24",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-11&returnDate=2020-09-24&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-11",
"returnDate": "2020-09-26",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-11&returnDate=2020-09-26&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-12",
"returnDate": "2020-09-13",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-12&returnDate=2020-09-13&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-12",
"returnDate": "2020-09-14",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-12&returnDate=2020-09-14&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-12",
"returnDate": "2020-09-15",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-12&returnDate=2020-09-15&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-12",
"returnDate": "2020-09-16",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-12&returnDate=2020-09-16&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-12",
"returnDate": "2020-09-17",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-12&returnDate=2020-09-17&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-12",
"returnDate": "2020-09-19",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-12&returnDate=2020-09-19&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-12",
"returnDate": "2020-09-20",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-12&returnDate=2020-09-20&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-12",
"returnDate": "2020-09-21",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-12&returnDate=2020-09-21&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-12",
"returnDate": "2020-09-22",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-12&returnDate=2020-09-22&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-12",
"returnDate": "2020-09-23",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-12&returnDate=2020-09-23&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-12",
"returnDate": "2020-09-24",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-12&returnDate=2020-09-24&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-12",
"returnDate": "2020-09-26",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-12&returnDate=2020-09-26&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-12",
"returnDate": "2020-09-27",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-12&returnDate=2020-09-27&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-13",
"returnDate": "2020-09-14",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-13&returnDate=2020-09-14&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-13",
"returnDate": "2020-09-15",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-13&returnDate=2020-09-15&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-13",
"returnDate": "2020-09-16",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-13&returnDate=2020-09-16&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-13",
"returnDate": "2020-09-17",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-13&returnDate=2020-09-17&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-13",
"returnDate": "2020-09-19",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-13&returnDate=2020-09-19&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-13",
"returnDate": "2020-09-20",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-13&returnDate=2020-09-20&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-13",
"returnDate": "2020-09-21",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-13&returnDate=2020-09-21&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-13",
"returnDate": "2020-09-22",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-13&returnDate=2020-09-22&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-13",
"returnDate": "2020-09-23",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-13&returnDate=2020-09-23&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-13",
"returnDate": "2020-09-24",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-13&returnDate=2020-09-24&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-13",
"returnDate": "2020-09-26",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-13&returnDate=2020-09-26&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-13",
"returnDate": "2020-09-27",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-13&returnDate=2020-09-27&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-13",
"returnDate": "2020-09-28",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-13&returnDate=2020-09-28&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-14",
"returnDate": "2020-09-15",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-14&returnDate=2020-09-15&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-14",
"returnDate": "2020-09-16",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-14&returnDate=2020-09-16&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-14",
"returnDate": "2020-09-17",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-14&returnDate=2020-09-17&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-14",
"returnDate": "2020-09-19",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-14&returnDate=2020-09-19&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-14",
"returnDate": "2020-09-20",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-14&returnDate=2020-09-20&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-14",
"returnDate": "2020-09-21",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-14&returnDate=2020-09-21&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-14",
"returnDate": "2020-09-22",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-14&returnDate=2020-09-22&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-14",
"returnDate": "2020-09-23",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-14&returnDate=2020-09-23&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-14",
"returnDate": "2020-09-24",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-14&returnDate=2020-09-24&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-14",
"returnDate": "2020-09-26",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-14&returnDate=2020-09-26&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-14",
"returnDate": "2020-09-27",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-14&returnDate=2020-09-27&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-14",
"returnDate": "2020-09-28",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-14&returnDate=2020-09-28&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-14",
"returnDate": "2020-09-29",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-14&returnDate=2020-09-29&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-15",
"returnDate": "2020-09-16",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-15&returnDate=2020-09-16&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-15",
"returnDate": "2020-09-17",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-15&returnDate=2020-09-17&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-15",
"returnDate": "2020-09-19",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-15&returnDate=2020-09-19&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-15",
"returnDate": "2020-09-20",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-15&returnDate=2020-09-20&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-15",
"returnDate": "2020-09-21",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-15&returnDate=2020-09-21&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-15",
"returnDate": "2020-09-22",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-15&returnDate=2020-09-22&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-15",
"returnDate": "2020-09-23",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-15&returnDate=2020-09-23&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-15",
"returnDate": "2020-09-24",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-15&returnDate=2020-09-24&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-15",
"returnDate": "2020-09-26",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-15&returnDate=2020-09-26&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-15",
"returnDate": "2020-09-27",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-15&returnDate=2020-09-27&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-15",
"returnDate": "2020-09-28",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-15&returnDate=2020-09-28&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-15",
"returnDate": "2020-09-29",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-15&returnDate=2020-09-29&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-15",
"returnDate": "2020-09-30",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-15&returnDate=2020-09-30&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-16",
"returnDate": "2020-09-17",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-16&returnDate=2020-09-17&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-16",
"returnDate": "2020-09-19",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-16&returnDate=2020-09-19&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-16",
"returnDate": "2020-09-20",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-16&returnDate=2020-09-20&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-16",
"returnDate": "2020-09-21",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-16&returnDate=2020-09-21&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-16",
"returnDate": "2020-09-22",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-16&returnDate=2020-09-22&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-16",
"returnDate": "2020-09-23",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-16&returnDate=2020-09-23&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-16",
"returnDate": "2020-09-24",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-16&returnDate=2020-09-24&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-16",
"returnDate": "2020-09-26",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-16&returnDate=2020-09-26&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-16",
"returnDate": "2020-09-27",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-16&returnDate=2020-09-27&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-16",
"returnDate": "2020-09-28",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-16&returnDate=2020-09-28&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-16",
"returnDate": "2020-09-29",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-16&returnDate=2020-09-29&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-16",
"returnDate": "2020-09-30",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-16&returnDate=2020-09-30&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-17",
"returnDate": "2020-09-19",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-17&returnDate=2020-09-19&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-17",
"returnDate": "2020-09-20",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-17&returnDate=2020-09-20&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-17",
"returnDate": "2020-09-21",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-17&returnDate=2020-09-21&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-17",
"returnDate": "2020-09-22",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-17&returnDate=2020-09-22&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-17",
"returnDate": "2020-09-23",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-17&returnDate=2020-09-23&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-17",
"returnDate": "2020-09-24",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-17&returnDate=2020-09-24&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-17",
"returnDate": "2020-09-26",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-17&returnDate=2020-09-26&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-17",
"returnDate": "2020-09-27",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-17&returnDate=2020-09-27&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-17",
"returnDate": "2020-09-28",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-17&returnDate=2020-09-28&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-17",
"returnDate": "2020-09-29",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-17&returnDate=2020-09-29&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-17",
"returnDate": "2020-09-30",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-17&returnDate=2020-09-30&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-18",
"returnDate": "2020-09-19",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-18&returnDate=2020-09-19&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-18",
"returnDate": "2020-09-20",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-18&returnDate=2020-09-20&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-18",
"returnDate": "2020-09-21",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-18&returnDate=2020-09-21&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-18",
"returnDate": "2020-09-22",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-18&returnDate=2020-09-22&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-18",
"returnDate": "2020-09-23",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-18&returnDate=2020-09-23&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-18",
"returnDate": "2020-09-24",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-18&returnDate=2020-09-24&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-18",
"returnDate": "2020-09-26",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-18&returnDate=2020-09-26&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-18",
"returnDate": "2020-09-27",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-18&returnDate=2020-09-27&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-18",
"returnDate": "2020-09-28",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-18&returnDate=2020-09-28&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-18",
"returnDate": "2020-09-29",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-18&returnDate=2020-09-29&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-18",
"returnDate": "2020-09-30",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-18&returnDate=2020-09-30&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-19",
"returnDate": "2020-09-20",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-19&returnDate=2020-09-20&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-19",
"returnDate": "2020-09-21",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-19&returnDate=2020-09-21&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-19",
"returnDate": "2020-09-22",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-19&returnDate=2020-09-22&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-19",
"returnDate": "2020-09-23",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-19&returnDate=2020-09-23&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-19",
"returnDate": "2020-09-24",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-19&returnDate=2020-09-24&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-19",
"returnDate": "2020-09-26",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-19&returnDate=2020-09-26&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-19",
"returnDate": "2020-09-27",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-19&returnDate=2020-09-27&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-19",
"returnDate": "2020-09-28",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-19&returnDate=2020-09-28&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-19",
"returnDate": "2020-09-29",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-19&returnDate=2020-09-29&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-19",
"returnDate": "2020-09-30",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-19&returnDate=2020-09-30&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-20",
"returnDate": "2020-09-21",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-20&returnDate=2020-09-21&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-20",
"returnDate": "2020-09-22",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-20&returnDate=2020-09-22&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-20",
"returnDate": "2020-09-23",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-20&returnDate=2020-09-23&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-20",
"returnDate": "2020-09-24",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-20&returnDate=2020-09-24&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-20",
"returnDate": "2020-09-26",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-20&returnDate=2020-09-26&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-20",
"returnDate": "2020-09-27",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-20&returnDate=2020-09-27&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-20",
"returnDate": "2020-09-28",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-20&returnDate=2020-09-28&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-20",
"returnDate": "2020-09-29",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-20&returnDate=2020-09-29&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-20",
"returnDate": "2020-09-30",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-20&returnDate=2020-09-30&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-21",
"returnDate": "2020-09-22",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-21&returnDate=2020-09-22&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-21",
"returnDate": "2020-09-23",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-21&returnDate=2020-09-23&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-21",
"returnDate": "2020-09-24",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-21&returnDate=2020-09-24&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-21",
"returnDate": "2020-09-26",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-21&returnDate=2020-09-26&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-21",
"returnDate": "2020-09-27",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-21&returnDate=2020-09-27&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-21",
"returnDate": "2020-09-28",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-21&returnDate=2020-09-28&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-21",
"returnDate": "2020-09-29",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-21&returnDate=2020-09-29&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-21",
"returnDate": "2020-09-30",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-21&returnDate=2020-09-30&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-22",
"returnDate": "2020-09-23",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-22&returnDate=2020-09-23&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-22",
"returnDate": "2020-09-24",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-22&returnDate=2020-09-24&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-22",
"returnDate": "2020-09-26",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-22&returnDate=2020-09-26&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-22",
"returnDate": "2020-09-27",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-22&returnDate=2020-09-27&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-22",
"returnDate": "2020-09-28",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-22&returnDate=2020-09-28&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-22",
"returnDate": "2020-09-29",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-22&returnDate=2020-09-29&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-22",
"returnDate": "2020-09-30",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-22&returnDate=2020-09-30&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-23",
"returnDate": "2020-09-24",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-23&returnDate=2020-09-24&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-23",
"returnDate": "2020-09-26",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-23&returnDate=2020-09-26&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-23",
"returnDate": "2020-09-27",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-23&returnDate=2020-09-27&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-23",
"returnDate": "2020-09-28",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-23&returnDate=2020-09-28&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-23",
"returnDate": "2020-09-29",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-23&returnDate=2020-09-29&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-23",
"returnDate": "2020-09-30",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-23&returnDate=2020-09-30&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-24",
"returnDate": "2020-09-26",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-24&returnDate=2020-09-26&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-24",
"returnDate": "2020-09-27",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-24&returnDate=2020-09-27&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-24",
"returnDate": "2020-09-28",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-24&returnDate=2020-09-28&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-24",
"returnDate": "2020-09-29",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-24&returnDate=2020-09-29&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-24",
"returnDate": "2020-09-30",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-24&returnDate=2020-09-30&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-25",
"returnDate": "2020-09-26",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-25&returnDate=2020-09-26&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-25",
"returnDate": "2020-09-27",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-25&returnDate=2020-09-27&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-25",
"returnDate": "2020-09-28",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-25&returnDate=2020-09-28&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-25",
"returnDate": "2020-09-29",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-25&returnDate=2020-09-29&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-25",
"returnDate": "2020-09-30",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-25&returnDate=2020-09-30&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-26",
"returnDate": "2020-09-27",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-26&returnDate=2020-09-27&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-26",
"returnDate": "2020-09-28",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-26&returnDate=2020-09-28&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-26",
"returnDate": "2020-09-29",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-26&returnDate=2020-09-29&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-26",
"returnDate": "2020-09-30",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-26&returnDate=2020-09-30&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-27",
"returnDate": "2020-09-28",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-27&returnDate=2020-09-28&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-27",
"returnDate": "2020-09-29",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-27&returnDate=2020-09-29&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-27",
"returnDate": "2020-09-30",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-27&returnDate=2020-09-30&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-28",
"returnDate": "2020-09-29",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-28&returnDate=2020-09-29&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-28",
"returnDate": "2020-09-30",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-28&returnDate=2020-09-30&adults=1&nonStop=false"
}
},
{
"type": "flight-date",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-09-29",
"returnDate": "2020-09-30",
"price": {
"total": "98.53"
},
"links": {
"flightDestinations": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-09-29&returnDate=2020-09-30&adults=1&nonStop=false"
}
}
],
"dictionaries": {
"currencies": {
"EUR": "EURO"
},
"locations": {
"MAD": {
"subType": "AIRPORT",
"detailedName": "ADOLFO SUAREZ BARAJAS"
},
"MUC": {
"subType": "AIRPORT",
"detailedName": "MUNICH INTERNATIONAL"
}
}
},
"meta": {
"currency": "EUR",
"links": {
"self": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-dates?origin=MAD&destination=MUC&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION"
},
"defaults": {
"departureDate": "2020-07-24,2021-01-19",
"oneWay": false,
"duration": "1,15",
"nonStop": false,
"viewBy": "DURATION"
}
},
"warnings": [
{
"title": "Maximum response size reached"
}
]
}{
"errors": [
{
"status": 400,
"code": 477,
"title": "INVALID FORMAT",
"detail": "invalid query parameter format",
"source": {
"parameter": "airport",
"example": "CDG"
}
}
]
}{
"errors": [
{
"status": 404,
"code": 1797,
"title": "NOT FOUND",
"detail": "no response found for this query parameter",
"source": {
"parameter": "airport"
}
}
]
}{
"errors": [
{
"status": 500,
"code": 141,
"title": "SYSTEM ERROR HAS OCCURRED"
}
]
}checkin-links
GET
| Query Parameter Name | Example |
|---|---|
airlineCode* | BA |
language | SW |
{
"meta": {
"count": 2,
"links": {
"self": "https://amadeus-api.mock.beeceptor.com/v2/reference-data/urls/checkin-links?airlineCode=BA&language=EN"
}
},
"data": [
{
"type": "checkin-link",
"id": "BAEN-GBMobile",
"href": "https://www.britishairways.com/travel/olcilandingpageauthreq/public/en_gb/device-mobile",
"channel": "Mobile"
},
{
"type": "checkin-link",
"id": "BAEN-GBWeb",
"href": "https://www.britishairways.com/travel/olcilandingpageauthreq/public/en_gb",
"channel": "Web"
}
]
}{
"errors": [
{
"status": 400,
"code": 477,
"title": "INVALID FORMAT",
"detail": "invalid query parameter format",
"source": {
"parameter": "airport",
"example": "CDG"
}
}
]
}{
"errors": [
{
"status": 500,
"code": 141,
"title": "SYSTEM ERROR HAS OCCURRED"
}
]
}flight-choice-prediction
POST
| Header Name | Example |
|---|---|
X-HTTP-Method-Override* | "velit nisi" |
{
"meta": {
"count": 2
},
"data": [
{
"type": "flight-offer",
"id": "1",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-01-16",
"numberOfBookableSeats": 7,
"itineraries": [
{
"duration": "PT15H55M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-08-01T21:50:00"
},
"arrival": {
"iataCode": "LHR",
"terminal": "5",
"at": "2020-08-02T13:10:00"
},
"carrierCode": "BA",
"number": "248",
"aircraft": {
"code": "788"
},
"operating": {
"carrierCode": "BA"
},
"duration": "PT11H20M",
"id": "1",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "LHR",
"terminal": "5",
"at": "2020-08-02T15:15:00"
},
"arrival": {
"iataCode": "MAD",
"terminal": "4S",
"at": "2020-08-02T18:45:00"
},
"carrierCode": "BA",
"number": "462",
"aircraft": {
"code": "321"
},
"operating": {
"carrierCode": "BA"
},
"duration": "PT2H30M",
"id": "2",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT13H35M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "4S",
"at": "2020-08-05T23:55:00"
},
"arrival": {
"iataCode": "GRU",
"terminal": "3",
"at": "2020-08-06T05:40:00"
},
"carrierCode": "IB",
"number": "6827",
"aircraft": {
"code": "346"
},
"operating": {
"carrierCode": "IB"
},
"duration": "PT10H45M",
"id": "5",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "GRU",
"terminal": "2",
"at": "2020-08-06T07:30:00"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-08-06T08:30:00"
},
"carrierCode": "LA",
"number": "4508",
"aircraft": {
"code": "320"
},
"duration": "PT1H",
"id": "6",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
}
],
"price": {
"currency": "USD",
"total": "3842.10",
"base": "3661.00",
"fees": [
{
"amount": "0.00",
"type": "SUPPLIER"
},
{
"amount": "0.00",
"type": "TICKETING"
}
],
"grandTotal": "3842.10"
},
"pricingOptions": {
"fareType": [
"PUBLISHED"
],
"includedCheckedBagsOnly": false
},
"validatingAirlineCodes": [
"BA"
],
"travelerPricings": [
{
"travelerId": "1",
"fareOption": "STANDARD",
"travelerType": "ADULT",
"price": {
"currency": "USD",
"total": "2178.55",
"base": "2088.00"
},
"fareDetailsBySegment": [
{
"segmentId": "1",
"cabin": "BUSINESS",
"fareBasis": "RNNZ60S3",
"brandedFare": "BUSINESS",
"class": "R",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "2",
"cabin": "BUSINESS",
"fareBasis": "RNNZ60S3",
"brandedFare": "BUSINESS",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "5",
"cabin": "ECONOMY",
"fareBasis": "VDH0NNM3",
"brandedFare": "BAGSEAT",
"class": "V",
"includedCheckedBags": {
"quantity": 1
}
},
{
"segmentId": "6",
"cabin": "ECONOMY",
"fareBasis": "VDH0NNM3",
"brandedFare": "BAGSEAT",
"class": "V",
"includedCheckedBags": {
"quantity": 1
}
}
]
},
{
"travelerId": "2",
"fareOption": "STANDARD",
"travelerType": "CHILD",
"price": {
"currency": "USD",
"total": "1663.55",
"base": "1573.00"
},
"fareDetailsBySegment": [
{
"segmentId": "1",
"cabin": "BUSINESS",
"fareBasis": "RNNZ60S3",
"brandedFare": "BUSINESS",
"class": "R"
},
{
"segmentId": "2",
"cabin": "BUSINESS",
"fareBasis": "RNNZ60S3",
"brandedFare": "BUSINESS",
"class": "J"
},
{
"segmentId": "5",
"cabin": "ECONOMY",
"fareBasis": "VDH0NNM3",
"brandedFare": "BAGSEAT",
"class": "V"
},
{
"segmentId": "6",
"cabin": "ECONOMY",
"fareBasis": "VDH0NNM3",
"brandedFare": "BAGSEAT",
"class": "V"
}
]
}
]
},
{
"type": "flight-offer",
"id": "2",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-01-16",
"numberOfBookableSeats": 7,
"itineraries": [
{
"duration": "PT15H55M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-08-01T21:50:00"
},
"arrival": {
"iataCode": "LHR",
"terminal": "5",
"at": "2020-08-02T13:10:00"
},
"carrierCode": "BA",
"number": "248",
"aircraft": {
"code": "788"
},
"operating": {
"carrierCode": "BA"
},
"duration": "PT11H20M",
"id": "1",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "LHR",
"terminal": "5",
"at": "2020-08-02T15:15:00"
},
"arrival": {
"iataCode": "MAD",
"terminal": "4S",
"at": "2020-08-02T18:45:00"
},
"carrierCode": "BA",
"number": "462",
"aircraft": {
"code": "321"
},
"operating": {
"carrierCode": "BA"
},
"duration": "PT2H30M",
"id": "2",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT19H5M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "4S",
"at": "2020-08-05T23:55:00"
},
"arrival": {
"iataCode": "GRU",
"terminal": "3",
"at": "2020-08-06T05:40:00"
},
"carrierCode": "IB",
"number": "6827",
"aircraft": {
"code": "346"
},
"operating": {
"carrierCode": "IB"
},
"duration": "PT10H45M",
"id": "3",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "GRU",
"terminal": "2",
"at": "2020-08-06T13:00:00"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-08-06T14:00:00"
},
"carrierCode": "LA",
"number": "4537",
"aircraft": {
"code": "321"
},
"duration": "PT1H",
"id": "4",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
}
],
"price": {
"currency": "USD",
"total": "3842.10",
"base": "3661.00",
"fees": [
{
"amount": "0.00",
"type": "SUPPLIER"
},
{
"amount": "0.00",
"type": "TICKETING"
}
],
"grandTotal": "3842.10"
},
"pricingOptions": {
"fareType": [
"PUBLISHED"
],
"includedCheckedBagsOnly": false
},
"validatingAirlineCodes": [
"BA"
],
"travelerPricings": [
{
"travelerId": "1",
"fareOption": "STANDARD",
"travelerType": "ADULT",
"price": {
"currency": "USD",
"total": "2178.55",
"base": "2088.00"
},
"fareDetailsBySegment": [
{
"segmentId": "1",
"cabin": "BUSINESS",
"fareBasis": "RNNZ60S3",
"brandedFare": "BUSINESS",
"class": "R",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "2",
"cabin": "BUSINESS",
"fareBasis": "RNNZ60S3",
"brandedFare": "BUSINESS",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "3",
"cabin": "ECONOMY",
"fareBasis": "VDH0NNM3",
"brandedFare": "BAGSEAT",
"class": "V",
"includedCheckedBags": {
"quantity": 1
}
},
{
"segmentId": "4",
"cabin": "ECONOMY",
"fareBasis": "VDH0NNM3",
"brandedFare": "BAGSEAT",
"class": "V",
"includedCheckedBags": {
"quantity": 1
}
}
]
},
{
"travelerId": "2",
"fareOption": "STANDARD",
"travelerType": "CHILD",
"price": {
"currency": "USD",
"total": "1663.55",
"base": "1573.00"
},
"fareDetailsBySegment": [
{
"segmentId": "1",
"cabin": "BUSINESS",
"fareBasis": "RNNZ60S3",
"brandedFare": "BUSINESS",
"class": "R"
},
{
"segmentId": "2",
"cabin": "BUSINESS",
"fareBasis": "RNNZ60S3",
"brandedFare": "BUSINESS",
"class": "J"
},
{
"segmentId": "3",
"cabin": "ECONOMY",
"fareBasis": "VDH0NNM3",
"brandedFare": "BAGSEAT",
"class": "V"
},
{
"segmentId": "4",
"cabin": "ECONOMY",
"fareBasis": "VDH0NNM3",
"brandedFare": "BAGSEAT",
"class": "V"
}
]
}
]
}
],
"dictionaries": {
"locations": {
"MAD": {
"cityCode": "MAD",
"countryCode": "ES"
},
"GIG": {
"cityCode": "RIO",
"countryCode": "BR"
},
"LHR": {
"cityCode": "LON",
"countryCode": "GB"
},
"GRU": {
"cityCode": "SAO",
"countryCode": "BR"
}
},
"aircraft": {
"320": "AIRBUS INDUSTRIE A320-100/200",
"321": "AIRBUS INDUSTRIE A321",
"346": "AIRBUS INDUSTRIE A340-600",
"788": "BOEING 787-8"
},
"currencies": {
"USD": "US DOLLAR"
},
"carriers": {
"LA": "LATAM AIRLINES GROUP",
"IB": "IBERIA",
"BA": "BRITISH AIRWAYS"
}
}
}{
"meta": {
"count": 3
},
"data": [
{
"type": "flight-offer",
"id": "1",
"choiceProbability": "0.42",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT18H30M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T21:05:00"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T12:20:00"
},
"carrierCode": "KL",
"number": "2410",
"aircraft": {
"code": "772"
},
"operating": {
"carrierCode": "AF"
},
"id": "40",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T14:30:00"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T15:45:00"
},
"carrierCode": "KL",
"number": "1234",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "41",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T17:05:00"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T19:35:00"
},
"carrierCode": "KL",
"number": "1705",
"aircraft": {
"code": "73J"
},
"operating": {
"carrierCode": "KL"
},
"id": "42",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT26H10M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:25:00"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-05T23:00:00"
},
"carrierCode": "KL",
"number": "1706",
"aircraft": {
"code": "73J"
},
"operating": {
"carrierCode": "KL"
},
"id": "81",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-06T10:40:00"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T18:35:00"
},
"carrierCode": "KL",
"number": "705",
"aircraft": {
"code": "772"
},
"operating": {
"carrierCode": "KL"
},
"id": "82",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
}
],
"price": {
"currency": "USD",
"total": "8514.04",
"base": "8314.00",
"fees": [
{
"amount": "0.00",
"type": "SUPPLIER"
},
{
"amount": "0.00",
"type": "TICKETING"
}
]
},
"pricingOptions": {
"fareType": [
"PUBLISHED"
],
"includedCheckedBagsOnly": true
},
"validatingAirlineCodes": [
"AF"
],
"travelerPricings": [
{
"travelerId": "1",
"fareOption": "STANDARD",
"travelerType": "ADULT",
"price": {
"currency": "USD",
"total": "4849.02",
"base": "4749.00"
},
"fareDetailsBySegment": [
{
"segmentId": "40",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "41",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "42",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "81",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
},
{
"segmentId": "82",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
}
]
},
{
"travelerId": "2",
"fareOption": "STANDARD",
"travelerType": "CHILD",
"price": {
"currency": "USD",
"total": "3665.02",
"base": "3565.00"
},
"fareDetailsBySegment": [
{
"segmentId": "40",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "41",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "42",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "81",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
},
{
"segmentId": "82",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
}
]
}
]
},
{
"type": "flight-offer",
"id": "2",
"choiceProbability": "0.11",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT19H35M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00"
},
"carrierCode": "KL",
"number": "2412",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "43",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T09:05:00"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T10:30:00"
},
"carrierCode": "KL",
"number": "1224",
"aircraft": {
"code": "73W"
},
"operating": {
"carrierCode": "KL"
},
"id": "44",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T13:30:00"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T16:05:00"
},
"carrierCode": "KL",
"number": "1703",
"aircraft": {
"code": "73J"
},
"operating": {
"carrierCode": "KL"
},
"id": "45",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT26H10M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:25:00"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-05T23:00:00"
},
"carrierCode": "KL",
"number": "1706",
"aircraft": {
"code": "73J"
},
"operating": {
"carrierCode": "KL"
},
"id": "81",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-06T10:40:00"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T18:35:00"
},
"carrierCode": "KL",
"number": "705",
"aircraft": {
"code": "772"
},
"operating": {
"carrierCode": "KL"
},
"id": "82",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
}
],
"price": {
"currency": "USD",
"total": "8514.04",
"base": "8314.00",
"fees": [
{
"amount": "0.00",
"type": "SUPPLIER"
},
{
"amount": "0.00",
"type": "TICKETING"
}
]
},
"pricingOptions": {
"fareType": [
"PUBLISHED"
],
"includedCheckedBagsOnly": true
},
"validatingAirlineCodes": [
"AF"
],
"travelerPricings": [
{
"travelerId": "1",
"fareOption": "STANDARD",
"travelerType": "ADULT",
"price": {
"currency": "USD",
"total": "4849.02",
"base": "4749.00"
},
"fareDetailsBySegment": [
{
"segmentId": "43",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "44",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "45",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "81",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
},
{
"segmentId": "82",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
}
]
},
{
"travelerId": "2",
"fareOption": "STANDARD",
"travelerType": "CHILD",
"price": {
"currency": "USD",
"total": "3665.02",
"base": "3565.00"
},
"fareDetailsBySegment": [
{
"segmentId": "43",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "44",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "45",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "81",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
},
{
"segmentId": "82",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
}
]
}
]
},
{
"type": "flight-offer",
"id": "3",
"choiceProbability": "0.76",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT19H35M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00"
},
"carrierCode": "KL",
"number": "2412",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "46",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T09:35:00"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T11:00:00"
},
"carrierCode": "KL",
"number": "1228",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "47",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T13:30:00"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T16:05:00"
},
"carrierCode": "KL",
"number": "1703",
"aircraft": {
"code": "73J"
},
"operating": {
"carrierCode": "KL"
},
"id": "48",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT26H10M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:25:00"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-05T23:00:00"
},
"carrierCode": "KL",
"number": "1706",
"aircraft": {
"code": "73J"
},
"operating": {
"carrierCode": "KL"
},
"id": "81",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-06T10:40:00"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T18:35:00"
},
"carrierCode": "KL",
"number": "705",
"aircraft": {
"code": "772"
},
"operating": {
"carrierCode": "KL"
},
"id": "82",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
}
],
"price": {
"currency": "USD",
"total": "8514.04",
"base": "8314.00",
"fees": [
{
"amount": "0.00",
"type": "SUPPLIER"
},
{
"amount": "0.00",
"type": "TICKETING"
}
]
},
"pricingOptions": {
"fareType": [
"PUBLISHED"
],
"includedCheckedBagsOnly": true
},
"validatingAirlineCodes": [
"AF"
],
"travelerPricings": [
{
"travelerId": "1",
"fareOption": "STANDARD",
"travelerType": "ADULT",
"price": {
"currency": "USD",
"total": "4849.02",
"base": "4749.00"
},
"fareDetailsBySegment": [
{
"segmentId": "46",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "47",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "48",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "81",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
},
{
"segmentId": "82",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
}
]
},
{
"travelerId": "2",
"fareOption": "STANDARD",
"travelerType": "CHILD",
"price": {
"currency": "USD",
"total": "3665.02",
"base": "3565.00"
},
"fareDetailsBySegment": [
{
"segmentId": "46",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "47",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "48",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "81",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
},
{
"segmentId": "82",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
}
]
}
]
}
]
}{
"errors": [
{
"status": 400,
"code": 477,
"title": "INVALID FORMAT",
"detail": "invalid query parameter format",
"source": {
"parameter": "airport",
"example": "CDG"
}
}
]
}{
"errors": [
{
"status": 500,
"code": 141,
"title": "SYSTEM ERROR HAS OCCURRED"
}
]
}Booking(7 operations)
POST
{
"data": {
"type": "flight-order",
"flightOffers": [
{
"type": "flight-offer",
"id": "1",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"paymentCardRequired": false,
"lastTicketingDate": "2020-03-01",
"itineraries": [
{
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T21:05:00"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T12:20:00"
},
"carrierCode": "KL",
"number": "2410",
"aircraft": {
"code": "772"
},
"operating": {
"carrierCode": "AF"
},
"duration": "PT11H15M",
"id": "40",
"numberOfStops": 0
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T14:30:00"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T15:45:00"
},
"carrierCode": "KL",
"number": "1234",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"duration": "PT1H15M",
"id": "41",
"numberOfStops": 0
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T17:05:00"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T19:35:00"
},
"carrierCode": "KL",
"number": "1705",
"aircraft": {
"code": "73J"
},
"operating": {
"carrierCode": "KL"
},
"duration": "PT2H30M",
"id": "42",
"numberOfStops": 0
}
]
},
{
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:25:00"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-05T23:00:00"
},
"carrierCode": "KL",
"number": "1706",
"aircraft": {
"code": "73J"
},
"operating": {
"carrierCode": "KL"
},
"duration": "PT2H35M",
"id": "81",
"numberOfStops": 0
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-06T10:40:00"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T18:35:00"
},
"carrierCode": "KL",
"number": "705",
"aircraft": {
"code": "772"
},
"operating": {
"carrierCode": "KL"
},
"duration": "PT11H55M",
"id": "82",
"numberOfStops": 0
}
]
}
],
"price": {
"currency": "USD",
"total": "8514.96",
"base": "8314.00",
"fees": [
{
"amount": "0.00",
"type": "SUPPLIER"
},
{
"amount": "0.00",
"type": "TICKETING"
},
{
"amount": "0.00",
"type": "FORM_OF_PAYMENT"
}
],
"grandTotal": "8514.96",
"billingCurrency": "USD"
},
"pricingOptions": {
"fareType": [
"PUBLISHED"
],
"includedCheckedBagsOnly": true
},
"validatingAirlineCodes": [
"AF"
],
"travelerPricings": [
{
"travelerId": "1",
"fareOption": "STANDARD",
"travelerType": "ADULT",
"price": {
"currency": "USD",
"total": "4849.48",
"base": "4749.00",
"taxes": [
{
"amount": "31.94",
"code": "BR"
},
{
"amount": "14.68",
"code": "CJ"
},
{
"amount": "5.28",
"code": "FR"
},
{
"amount": "17.38",
"code": "JD"
},
{
"amount": "0.69",
"code": "OG"
},
{
"amount": "3.95",
"code": "QV"
},
{
"amount": "12.12",
"code": "QX"
},
{
"amount": "14.44",
"code": "RN"
}
]
},
"fareDetailsBySegment": [
{
"segmentId": "40",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"brandedFare": "BUSINESS",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "41",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"brandedFare": "BUSINESS",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "42",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"brandedFare": "BUSINESS",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "81",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"brandedFare": "FULLFLEX",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
},
{
"segmentId": "82",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"brandedFare": "FULLFLEX",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
}
]
},
{
"travelerId": "2",
"fareOption": "STANDARD",
"travelerType": "CHILD",
"price": {
"currency": "USD",
"total": "3665.48",
"base": "3565.00",
"taxes": [
{
"amount": "31.94",
"code": "BR"
},
{
"amount": "14.68",
"code": "CJ"
},
{
"amount": "5.28",
"code": "FR"
},
{
"amount": "17.38",
"code": "JD"
},
{
"amount": "0.69",
"code": "OG"
},
{
"amount": "3.95",
"code": "QV"
},
{
"amount": "12.12",
"code": "QX"
},
{
"amount": "14.44",
"code": "RN"
}
]
},
"fareDetailsBySegment": [
{
"segmentId": "40",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"brandedFare": "BUSINESS",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "41",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"brandedFare": "BUSINESS",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "42",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"brandedFare": "BUSINESS",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "81",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"brandedFare": "FULLFLEX",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
},
{
"segmentId": "82",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"brandedFare": "FULLFLEX",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
}
]
}
]
}
],
"travelers": [
{
"id": "1",
"dateOfBirth": "1982-01-16",
"name": {
"firstName": "JORGE",
"lastName": "GONZALES"
},
"gender": "MALE",
"contact": {
"emailAddress": "jorge.gonzales833@telefonica.es",
"phones": [
{
"deviceType": "MOBILE",
"countryCallingCode": "34",
"number": "480080076"
}
]
},
"documents": [
{
"documentType": "PASSPORT",
"birthPlace": "Madrid",
"issuanceLocation": "Madrid",
"issuanceDate": "2015-04-14",
"number": "00000000",
"expiryDate": "2025-04-14",
"issuanceCountry": "ES",
"validityCountry": "ES",
"nationality": "ES",
"holder": true
}
]
},
{
"id": "2",
"dateOfBirth": "2012-10-11",
"gender": "FEMALE",
"contact": {
"emailAddress": "jorge.gonzales833@telefonica.es",
"phones": [
{
"deviceType": "MOBILE",
"countryCallingCode": "34",
"number": "480080076"
}
]
},
"name": {
"firstName": "ADRIANA",
"lastName": "GONZALES"
}
}
],
"remarks": {
"general": [
{
"subType": "GENERAL_MISCELLANEOUS",
"text": "ONLINE BOOKING FROM INCREIBLE VIAJES"
}
]
},
"ticketingAgreement": {
"option": "DELAY_TO_CANCEL",
"delay": "6D"
},
"contacts": [
{
"addresseeName": {
"firstName": "PABLO",
"lastName": "RODRIGUEZ"
},
"companyName": "INCREIBLE VIAJES",
"purpose": "STANDARD",
"phones": [
{
"deviceType": "LANDLINE",
"countryCallingCode": "34",
"number": "480080071"
},
{
"deviceType": "MOBILE",
"countryCallingCode": "33",
"number": "480080072"
}
],
"emailAddress": "support@increibleviajes.es",
"address": {
"lines": [
"Calle Prado, 16"
],
"postalCode": "28014",
"cityName": "Madrid",
"countryCode": "ES"
}
}
]
}
}{
"data": {
"type": "flight-order",
"id": "MlpZVkFMfFdBVFNPTnwyMDE1LTExLTAy",
"queuingOfficeId": "NCE1A0950",
"associatedRecords": [
{
"reference": "2ZYVAL",
"creationDateTime": "2018-07-13T20:17:00",
"originSystemCode": "1A",
"flightOfferId": "1"
}
],
"travelers": [
{
"id": "1",
"dateOfBirth": "1982-01-16",
"name": {
"firstName": "STEPHANE",
"lastName": "MARTIN"
},
"contact": {
"phones": [
{
"countryCallingCode": "33",
"number": "487692704"
}
]
},
"documents": [
{
"documentType": "PASSPORT",
"number": "012345678",
"expiryDate": "2009-04-14",
"issuanceCountry": "GB",
"nationality": "GB",
"holder": true
}
]
},
{
"id": "3",
"dateOfBirth": "2018-03-24",
"name": {
"firstName": "JULES",
"lastName": "MARTIN"
}
},
{
"id": "2",
"dateOfBirth": "2007-10-11",
"name": {
"firstName": "EMILIE",
"lastName": "MARTIN"
}
}
],
"flightOffers": [
{
"id": "1",
"type": "flight-offer",
"source": "GDS",
"itineraries": [
{
"duration": "PT2H",
"segments": [
{
"id": "1",
"duration": "PT2H",
"aircraft": {
"code": "320"
},
"numberOfStops": 0,
"blacklistedInEU": false,
"carrierCode": "IB",
"operating": {
"carrierCode": "IB"
},
"number": "3403",
"departure": {
"at": "2018-09-22T10:15:00",
"terminal": "W",
"iataCode": "ORY"
},
"arrival": {
"at": "2018-09-22T12:15:00",
"terminal": "4",
"iataCode": "MAD"
},
"co2Emissions": [
{
"weight": "100",
"weightUnit": "KG",
"cabin": "ECONOMY"
}
]
}
]
},
{
"duration": "PT1H20M",
"segments": [
{
"id": "20",
"duration": "PT1H20M",
"aircraft": {
"code": "320"
},
"numberOfStops": 0,
"blacklistedInEU": false,
"carrierCode": "IB",
"operating": {
"carrierCode": "IB"
},
"number": "3118",
"departure": {
"at": "2018-09-26T23:05:00",
"terminal": "4",
"iataCode": "MAD"
},
"arrival": {
"at": "2018-09-26T23:25:00",
"terminal": "1",
"iataCode": "LIS"
},
"co2Emissions": [
{
"weight": "100",
"weightUnit": "KG",
"cabin": "ECONOMY"
}
]
}
]
},
{
"duration": "PT4H30M",
"segments": [
{
"id": "30",
"duration": "PT2H",
"aircraft": {
"code": "320"
},
"numberOfStops": 0,
"blacklistedInEU": false,
"carrierCode": "IB",
"operating": {
"carrierCode": "IB"
},
"number": "3109",
"departure": {
"at": "2018-10-04T12:35:00",
"terminal": "1",
"iataCode": "LIS"
},
"arrival": {
"at": "2018-10-04T14:55:00",
"terminal": "4",
"iataCode": "MAD"
},
"co2Emissions": [
{
"weight": "100",
"weightUnit": "KG",
"cabin": "ECONOMY"
}
]
},
{
"id": "31",
"duration": "PT2H30M",
"aircraft": {
"code": "320"
},
"numberOfStops": 0,
"blacklistedInEU": false,
"carrierCode": "IB",
"operating": {
"carrierCode": "IB"
},
"number": "3444",
"departure": {
"at": "2018-10-04T16:05:00",
"terminal": "4",
"iataCode": "MAD"
},
"arrival": {
"at": "2018-10-04T18:05:00",
"terminal": "W",
"iataCode": "ORY"
},
"co2Emissions": [
{
"weight": "100",
"weightUnit": "KG",
"cabin": "ECONOMY"
}
]
}
]
}
],
"price": {
"grandTotal": "689.21",
"total": "423.21",
"base": "242.00",
"currency": "EUR",
"billingCurrency": "EUR",
"fees": [
{
"type": "SUPPLIER",
"amount": "0"
},
{
"type": "FORM_OF_PAYMENT",
"amount": "6"
},
{
"type": "TICKETING",
"amount": "0"
}
],
"additionalServices": [
{
"type": "CHECKED_BAGS",
"amount": "100"
},
{
"type": "SEATS",
"amount": "166"
}
]
},
"pricingOptions": {
"fareType": [
"PUBLISHED"
],
"includedCheckedBags": false
},
"validatingAirlineCodes": [
"IB"
],
"travelerPricings": [
{
"travelerId": "1",
"fareOption": "STANDARD",
"travelerType": "ADULT",
"price": {
"currency": "EUR",
"total": "200.94",
"base": "126",
"taxes": [
{
"code": "YQ",
"amount": "0.94"
},
{
"code": "CJ",
"amount": "41.67"
},
{
"code": "FR",
"amount": "31.33"
}
]
},
"fareDetailsBySegment": [
{
"segmentId": "1",
"cabin": "ECONOMY",
"fareBasis": "ANNNNF4K",
"brandedFare": "LIGHTONE",
"class": "A",
"isAllotment": true,
"allotmentDetails": {
"tourName": "tour",
"tourReference": "ref"
},
"sliceDiceIndicator": "ABCDEF",
"includedCheckedBags": {
"quantity": 0
}
},
{
"segmentId": "20",
"cabin": "ECONOMY",
"fareBasis": "ANNNNF4K",
"brandedFare": "LIGHTONE",
"class": "A",
"isAllotment": true,
"allotmentDetails": {
"tourName": "tour",
"tourReference": "ref"
},
"sliceDiceIndicator": "ABCDEF",
"includedCheckedBags": {
"quantity": 0
}
},
{
"segmentId": "30",
"cabin": "ECONOMY",
"fareBasis": "ANNNNF4K",
"brandedFare": "LIGHTONE",
"class": "A",
"isAllotment": true,
"allotmentDetails": {
"tourName": "tour",
"tourReference": "ref"
},
"sliceDiceIndicator": "ABCDEF",
"includedCheckedBags": {
"quantity": 0
}
},
{
"segmentId": "31",
"cabin": "ECONOMY",
"fareBasis": "ANNNNF4K",
"brandedFare": "LIGHTONE",
"class": "A",
"isAllotment": true,
"allotmentDetails": {
"tourName": "tour",
"tourReference": "ref"
},
"sliceDiceIndicator": "ABCDEF",
"includedCheckedBags": {
"quantity": 0
}
}
]
},
{
"travelerId": "2",
"fareOption": "STANDARD",
"travelerType": "CHILD",
"price": {
"currency": "EUR",
"total": "180.94",
"base": "106",
"taxes": [
{
"code": "YQ",
"amount": "0.94"
},
{
"code": "CJ",
"amount": "41.67"
},
{
"code": "FR",
"amount": "31.33"
}
]
},
"fareDetailsBySegment": [
{
"segmentId": "1",
"cabin": "ECONOMY",
"fareBasis": "ANNNNF4K",
"brandedFare": "LIGHTONE",
"class": "A",
"isAllotment": true,
"allotmentDetails": {
"tourName": "tour",
"tourReference": "ref"
},
"sliceDiceIndicator": "ABCDEF",
"includedCheckedBags": {
"quantity": 0
},
"additionalServices": {
"chargeableCheckedBags": {
"quantity": 1,
"weight": 20
},
"chargeableSeatNumber": "33D"
}
},
{
"segmentId": "20",
"cabin": "ECONOMY",
"fareBasis": "ANNNNF4K",
"brandedFare": "LIGHTONE",
"class": "A",
"isAllotment": true,
"allotmentDetails": {
"tourName": "tour",
"tourReference": "ref"
},
"sliceDiceIndicator": "ABCDEF",
"includedCheckedBags": {
"quantity": 0
},
"additionalServices": {
"chargeableCheckedBags": {
"quantity": 1,
"weight": 20
},
"chargeableSeatNumber": "28A"
}
},
{
"segmentId": "30",
"cabin": "ECONOMY",
"fareBasis": "ANNNNF4K",
"brandedFare": "LIGHTONE",
"class": "A",
"isAllotment": true,
"allotmentDetails": {
"tourName": "tour",
"tourReference": "ref"
},
"sliceDiceIndicator": "ABCDEF",
"includedCheckedBags": {
"quantity": 0
},
"additionalServices": {
"chargeableCheckedBags": {
"quantity": 1,
"weight": 20
},
"chargeableSeatNumber": "12C"
}
},
{
"segmentId": "31",
"cabin": "ECONOMY",
"fareBasis": "ANNNNF4K",
"brandedFare": "LIGHTONE",
"class": "A",
"isAllotment": true,
"allotmentDetails": {
"tourName": "tour",
"tourReference": "ref"
},
"sliceDiceIndicator": "ABCDEF",
"includedCheckedBags": {
"quantity": 0
},
"additionalServices": {
"chargeableCheckedBags": {
"quantity": 1,
"weight": 20
},
"chargeableSeatNumber": "33D"
}
}
]
},
{
"travelerId": "3",
"fareOption": "STANDARD",
"travelerType": "HELD_INFANT",
"associatedAdultId": "1",
"price": {
"currency": "EUR",
"total": "41.33",
"base": "10",
"taxes": [
{
"code": "FR",
"amount": "31.33"
}
]
},
"fareDetailsBySegment": [
{
"segmentId": "1",
"cabin": "ECONOMY",
"fareBasis": "ANNNNF4K",
"brandedFare": "LIGHTONE",
"class": "A",
"isAllotment": true,
"allotmentDetails": {
"tourName": "tour",
"tourReference": "ref"
},
"sliceDiceIndicator": "ABCDEF",
"includedCheckedBags": {
"quantity": 0
}
},
{
"segmentId": "20",
"cabin": "ECONOMY",
"fareBasis": "ANNNNF4K",
"brandedFare": "LIGHTONE",
"class": "A",
"isAllotment": true,
"allotmentDetails": {
"tourName": "tour",
"tourReference": "ref"
},
"sliceDiceIndicator": "ABCDEF",
"includedCheckedBags": {
"quantity": 0
}
},
{
"segmentId": "30",
"cabin": "ECONOMY",
"fareBasis": "ANNNNF4K",
"brandedFare": "LIGHTONE",
"class": "A",
"isAllotment": true,
"allotmentDetails": {
"tourName": "tour",
"tourReference": "ref"
},
"sliceDiceIndicator": "ABCDEF",
"includedCheckedBags": {
"quantity": 0
}
},
{
"segmentId": "31",
"cabin": "ECONOMY",
"fareBasis": "ANNNNF4K",
"brandedFare": "LIGHTONE",
"class": "A",
"isAllotment": true,
"allotmentDetails": {
"tourName": "tour",
"tourReference": "ref"
},
"sliceDiceIndicator": "ABCDEF",
"includedCheckedBags": {
"quantity": 0
}
}
]
}
]
}
],
"ticketingAggreement": {
"option": "DELAY_TO_CANCEL",
"dateTime": "2018-08-21T10:15:00.000"
},
"contacts": [
{
"companyName": "AMADEUS",
"purpose": "STANDARD",
"phones": [
{
"deviceType": "FAX",
"countryCallingCode": "33",
"number": "480080070"
},
{
"deviceType": "LANDLINE",
"countryCallingCode": "33",
"number": "480080070"
}
],
"emailAddress": "support@mail.com",
"address": {
"lines": [
"485 route du Pin Montard"
],
"postalCode": "06902",
"cityName": "Sophia Antipolis Cedex",
"countryCode": "FR"
}
}
]
},
"dictionaries": {
"locations": {
"CDG": {
"cityCode": "PAR",
"countryCode": "FR"
},
"ORY": {
"cityCode": "PAR",
"countryCode": "FR"
},
"MAD": {
"cityCode": "MAD",
"countryCode": "ES"
}
}
}
}{
"errors": [
{
"status": 400,
"code": 477,
"title": "INVALID FORMAT",
"detail": "invalid query parameter format",
"source": {
"parameter": "airport",
"example": "CDG"
}
}
]
}{
"errors": [
{
"status": 500,
"code": 141,
"title": "SYSTEM ERROR HAS OCCURRED"
}
]
}GET
{
"data": {
"type": "flight-order",
"id": "MlpZVkFMfFdBVFNPTnwyMDE1LTExLTAy",
"queuingOfficeId": "NCE1A0950",
"associatedRecords": [
{
"reference": "2ZYVAL",
"creationDateTime": "2018-07-13T20:17:00",
"originSystemCode": "1A",
"flightOfferId": "1"
}
],
"travelers": [
{
"id": "1",
"dateOfBirth": "1982-01-16",
"name": {
"firstName": "STEPHANE",
"lastName": "MARTIN"
},
"contact": {
"phones": [
{
"countryCallingCode": "33",
"number": "487692704"
}
]
},
"documents": [
{
"documentType": "PASSPORT",
"number": "012345678",
"expiryDate": "2009-04-14",
"issuanceCountry": "GB",
"nationality": "GB",
"holder": true
}
]
},
{
"id": "3",
"dateOfBirth": "2018-03-24",
"name": {
"firstName": "JULES",
"lastName": "MARTIN"
}
},
{
"id": "2",
"dateOfBirth": "2007-10-11",
"name": {
"firstName": "EMILIE",
"lastName": "MARTIN"
}
}
],
"flightOffers": [
{
"id": "1",
"type": "flight-offer",
"source": "GDS",
"itineraries": [
{
"duration": "PT2H",
"segments": [
{
"id": "1",
"duration": "PT2H",
"aircraft": {
"code": "320"
},
"numberOfStops": 0,
"blacklistedInEU": false,
"carrierCode": "IB",
"operating": {
"carrierCode": "IB"
},
"number": "3403",
"departure": {
"at": "2018-09-22T10:15:00",
"terminal": "W",
"iataCode": "ORY"
},
"arrival": {
"at": "2018-09-22T12:15:00",
"terminal": "4",
"iataCode": "MAD"
},
"co2Emissions": [
{
"weight": "100",
"weightUnit": "KG",
"cabin": "ECONOMY"
}
]
}
]
},
{
"duration": "PT1H20M",
"segments": [
{
"id": "20",
"duration": "PT1H20M",
"aircraft": {
"code": "320"
},
"numberOfStops": 0,
"blacklistedInEU": false,
"carrierCode": "IB",
"operating": {
"carrierCode": "IB"
},
"number": "3118",
"departure": {
"at": "2018-09-26T23:05:00",
"terminal": "4",
"iataCode": "MAD"
},
"arrival": {
"at": "2018-09-26T23:25:00",
"terminal": "1",
"iataCode": "LIS"
},
"co2Emissions": [
{
"weight": "100",
"weightUnit": "KG",
"cabin": "ECONOMY"
}
]
}
]
},
{
"duration": "PT4H30M",
"segments": [
{
"id": "30",
"duration": "PT2H",
"aircraft": {
"code": "320"
},
"numberOfStops": 0,
"blacklistedInEU": false,
"carrierCode": "IB",
"operating": {
"carrierCode": "IB"
},
"number": "3109",
"departure": {
"at": "2018-10-04T12:35:00",
"terminal": "1",
"iataCode": "LIS"
},
"arrival": {
"at": "2018-10-04T14:55:00",
"terminal": "4",
"iataCode": "MAD"
},
"co2Emissions": [
{
"weight": "100",
"weightUnit": "KG",
"cabin": "ECONOMY"
}
]
},
{
"id": "31",
"duration": "PT2H30M",
"aircraft": {
"code": "320"
},
"numberOfStops": 0,
"blacklistedInEU": false,
"carrierCode": "IB",
"operating": {
"carrierCode": "IB"
},
"number": "3444",
"departure": {
"at": "2018-10-04T16:05:00",
"terminal": "4",
"iataCode": "MAD"
},
"arrival": {
"at": "2018-10-04T18:05:00",
"terminal": "W",
"iataCode": "ORY"
},
"co2Emissions": [
{
"weight": "100",
"weightUnit": "KG",
"cabin": "ECONOMY"
}
]
}
]
}
],
"price": {
"grandTotal": "689.21",
"total": "423.21",
"base": "242.00",
"currency": "EUR",
"billingCurrency": "EUR",
"fees": [
{
"type": "SUPPLIER",
"amount": "0"
},
{
"type": "FORM_OF_PAYMENT",
"amount": "6"
},
{
"type": "TICKETING",
"amount": "0"
}
],
"additionalServices": [
{
"type": "CHECKED_BAGS",
"amount": "100"
},
{
"type": "SEATS",
"amount": "166"
}
]
},
"pricingOptions": {
"fareType": [
"PUBLISHED"
],
"includedCheckedBags": false
},
"validatingAirlineCodes": [
"IB"
],
"travelerPricings": [
{
"travelerId": "1",
"fareOption": "STANDARD",
"travelerType": "ADULT",
"price": {
"currency": "EUR",
"total": "200.94",
"base": "126",
"taxes": [
{
"code": "YQ",
"amount": "0.94"
},
{
"code": "CJ",
"amount": "41.67"
},
{
"code": "FR",
"amount": "31.33"
}
]
},
"fareDetailsBySegment": [
{
"segmentId": "1",
"cabin": "ECONOMY",
"fareBasis": "ANNNNF4K",
"brandedFare": "LIGHTONE",
"class": "A",
"isAllotment": true,
"allotmentDetails": {
"tourName": "tour",
"tourReference": "ref"
},
"sliceDiceIndicator": "ABCDEF",
"includedCheckedBags": {
"quantity": 0
}
},
{
"segmentId": "20",
"cabin": "ECONOMY",
"fareBasis": "ANNNNF4K",
"brandedFare": "LIGHTONE",
"class": "A",
"isAllotment": true,
"allotmentDetails": {
"tourName": "tour",
"tourReference": "ref"
},
"sliceDiceIndicator": "ABCDEF",
"includedCheckedBags": {
"quantity": 0
}
},
{
"segmentId": "30",
"cabin": "ECONOMY",
"fareBasis": "ANNNNF4K",
"brandedFare": "LIGHTONE",
"class": "A",
"isAllotment": true,
"allotmentDetails": {
"tourName": "tour",
"tourReference": "ref"
},
"sliceDiceIndicator": "ABCDEF",
"includedCheckedBags": {
"quantity": 0
}
},
{
"segmentId": "31",
"cabin": "ECONOMY",
"fareBasis": "ANNNNF4K",
"brandedFare": "LIGHTONE",
"class": "A",
"isAllotment": true,
"allotmentDetails": {
"tourName": "tour",
"tourReference": "ref"
},
"sliceDiceIndicator": "ABCDEF",
"includedCheckedBags": {
"quantity": 0
}
}
]
},
{
"travelerId": "2",
"fareOption": "STANDARD",
"travelerType": "CHILD",
"price": {
"currency": "EUR",
"total": "180.94",
"base": "106",
"taxes": [
{
"code": "YQ",
"amount": "0.94"
},
{
"code": "CJ",
"amount": "41.67"
},
{
"code": "FR",
"amount": "31.33"
}
]
},
"fareDetailsBySegment": [
{
"segmentId": "1",
"cabin": "ECONOMY",
"fareBasis": "ANNNNF4K",
"brandedFare": "LIGHTONE",
"class": "A",
"isAllotment": true,
"allotmentDetails": {
"tourName": "tour",
"tourReference": "ref"
},
"sliceDiceIndicator": "ABCDEF",
"includedCheckedBags": {
"quantity": 0
},
"additionalServices": {
"chargeableCheckedBags": {
"quantity": 1,
"weight": 20
},
"chargeableSeatNumber": "33D"
}
},
{
"segmentId": "20",
"cabin": "ECONOMY",
"fareBasis": "ANNNNF4K",
"brandedFare": "LIGHTONE",
"class": "A",
"isAllotment": true,
"allotmentDetails": {
"tourName": "tour",
"tourReference": "ref"
},
"sliceDiceIndicator": "ABCDEF",
"includedCheckedBags": {
"quantity": 0
},
"additionalServices": {
"chargeableCheckedBags": {
"quantity": 1,
"weight": 20
},
"chargeableSeatNumber": "28A"
}
},
{
"segmentId": "30",
"cabin": "ECONOMY",
"fareBasis": "ANNNNF4K",
"brandedFare": "LIGHTONE",
"class": "A",
"isAllotment": true,
"allotmentDetails": {
"tourName": "tour",
"tourReference": "ref"
},
"sliceDiceIndicator": "ABCDEF",
"includedCheckedBags": {
"quantity": 0
},
"additionalServices": {
"chargeableCheckedBags": {
"quantity": 1,
"weight": 20
},
"chargeableSeatNumber": "12C"
}
},
{
"segmentId": "31",
"cabin": "ECONOMY",
"fareBasis": "ANNNNF4K",
"brandedFare": "LIGHTONE",
"class": "A",
"isAllotment": true,
"allotmentDetails": {
"tourName": "tour",
"tourReference": "ref"
},
"sliceDiceIndicator": "ABCDEF",
"includedCheckedBags": {
"quantity": 0
},
"additionalServices": {
"chargeableCheckedBags": {
"quantity": 1,
"weight": 20
},
"chargeableSeatNumber": "33D"
}
}
]
},
{
"travelerId": "3",
"fareOption": "STANDARD",
"travelerType": "HELD_INFANT",
"associatedAdultId": "1",
"price": {
"currency": "EUR",
"total": "41.33",
"base": "10",
"taxes": [
{
"code": "FR",
"amount": "31.33"
}
]
},
"fareDetailsBySegment": [
{
"segmentId": "1",
"cabin": "ECONOMY",
"fareBasis": "ANNNNF4K",
"brandedFare": "LIGHTONE",
"class": "A",
"isAllotment": true,
"allotmentDetails": {
"tourName": "tour",
"tourReference": "ref"
},
"sliceDiceIndicator": "ABCDEF",
"includedCheckedBags": {
"quantity": 0
}
},
{
"segmentId": "20",
"cabin": "ECONOMY",
"fareBasis": "ANNNNF4K",
"brandedFare": "LIGHTONE",
"class": "A",
"isAllotment": true,
"allotmentDetails": {
"tourName": "tour",
"tourReference": "ref"
},
"sliceDiceIndicator": "ABCDEF",
"includedCheckedBags": {
"quantity": 0
}
},
{
"segmentId": "30",
"cabin": "ECONOMY",
"fareBasis": "ANNNNF4K",
"brandedFare": "LIGHTONE",
"class": "A",
"isAllotment": true,
"allotmentDetails": {
"tourName": "tour",
"tourReference": "ref"
},
"sliceDiceIndicator": "ABCDEF",
"includedCheckedBags": {
"quantity": 0
}
},
{
"segmentId": "31",
"cabin": "ECONOMY",
"fareBasis": "ANNNNF4K",
"brandedFare": "LIGHTONE",
"class": "A",
"isAllotment": true,
"allotmentDetails": {
"tourName": "tour",
"tourReference": "ref"
},
"sliceDiceIndicator": "ABCDEF",
"includedCheckedBags": {
"quantity": 0
}
}
]
}
]
}
],
"ticketingAggreement": {
"option": "DELAY_TO_CANCEL",
"dateTime": "2018-08-21T10:15:00.000"
},
"contacts": [
{
"companyName": "AMADEUS",
"purpose": "STANDARD",
"phones": [
{
"deviceType": "FAX",
"countryCallingCode": "33",
"number": "480080070"
},
{
"deviceType": "LANDLINE",
"countryCallingCode": "33",
"number": "480080070"
}
],
"emailAddress": "support@mail.com",
"address": {
"lines": [
"485 route du Pin Montard"
],
"postalCode": "06902",
"cityName": "Sophia Antipolis Cedex",
"countryCode": "FR"
}
}
]
},
"dictionaries": {
"locations": {
"CDG": {
"cityCode": "PAR",
"countryCode": "FR"
},
"ORY": {
"cityCode": "PAR",
"countryCode": "FR"
},
"MAD": {
"cityCode": "MAD",
"countryCode": "ES"
}
}
}
}{
"errors": [
{
"status": 400,
"code": 477,
"title": "INVALID FORMAT",
"detail": "invalid query parameter format",
"source": {
"parameter": "airport",
"example": "CDG"
}
}
]
}{
"errors": [
{
"status": 404,
"code": 1797,
"title": "NOT FOUND",
"detail": "no response found for this query parameter",
"source": {
"parameter": "airport"
}
}
]
}{
"errors": [
{
"status": 500,
"code": 141,
"title": "SYSTEM ERROR HAS OCCURRED"
}
]
}DELETE
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.{
"errors": [
{
"status": 400,
"code": 477,
"title": "INVALID FORMAT",
"detail": "invalid query parameter format",
"source": {
"parameter": "airport",
"example": "CDG"
}
}
]
}{
"errors": [
{
"status": 404,
"code": 1797,
"title": "NOT FOUND",
"detail": "no response found for this query parameter",
"source": {
"parameter": "airport"
}
}
]
}{
"errors": [
{
"status": 500,
"code": 141,
"title": "SYSTEM ERROR HAS OCCURRED"
}
]
}POST
| Header Name | Example |
|---|---|
Ama-Client-Ref | "5QJGX" |
Accept-Encoding | "identity" |
{
"data": {
"offerId": "NRPQNQBOJM",
"guests": [
{
"name": {
"title": "MR",
"firstName": "BOB",
"lastName": "SMITH"
},
"contact": {
"phone": "+33679278416",
"email": "bob.smith@email.com"
}
}
],
"payments": [
{
"method": "creditCard",
"card": {
"vendorCode": "VI",
"cardNumber": "0000000000000000",
"expiryDate": "2026-01"
}
}
]
}
}{
"data": [
{
"type": "hotel-booking",
"id": "XD_8138319951754",
"providerConfirmationId": "8138319951754",
"associatedRecords": [
{
"reference": "QVH2BX",
"originSystemCode": "GDS"
}
]
}
]
}{
"errors": [
{
"code": 1460,
"detail": "Tredecim dignissimos adimpleo clibanus taceo cauda.",
"status": 500,
"title": "Bad request"
},
{
"code": 1592,
"detail": "Tergeo ars abduco conitor eius arx velum.",
"status": 206,
"title": "Bad request"
}
]
}{
"errors": [
{
"code": 1691,
"detail": "Vacuus cimentarius thymum soluta sapiente deludo turba vesco.",
"status": 400,
"title": "Bad request"
},
{
"code": 1199,
"detail": "Talis velum contra ustilo angustus deprimo soleo voluptate.",
"status": 101,
"title": "Resource not found"
}
]
}POST
{
"data": {
"type": "hotel-order",
"guests": [
{
"tid": 1,
"title": "MR",
"firstName": "BOB",
"lastName": "SMITH",
"phone": "+33679278416",
"email": "bob.smith@email.com"
}
],
"travelAgent": {
"contact": {
"email": "bob.smith@email.com"
}
},
"roomAssociations": [
{
"guestReferences": [
{
"guestReference": "1"
}
],
"hotelOfferId": "4L8PRJPEN7"
}
],
"payment": {
"method": "CREDIT_CARD",
"paymentCard": {
"paymentCardInfo": {
"vendorCode": "VI",
"cardNumber": "4151289722471370",
"expiryDate": "2026-08",
"holderName": "BOB SMITH"
}
}
}
}
}{
"data": {
"type": "hotel-order",
"id": "V0g2VFJaLzIwMjQtMDYtMDc=",
"hotelBookings": [
{
"type": "hotel-booking",
"id": "MS84OTkyMjcxMC85MDIyNDU0OQ==",
"bookingStatus": "CONFIRMED",
"hotelProviderInformation": [
{
"hotelProviderCode": "AR",
"confirmationNumber": "89922710"
}
],
"roomAssociations": [
{
"hotelOfferId": "******",
"guestReferences": [
{
"guestReference": "1"
}
]
}
],
"hotelOffer": {
"id": "******",
"type": "hotel-offer",
"category": "TYPE_CONDITIONAL",
"checkInDate": "2024-06-07",
"checkOutDate": "2024-06-08",
"guests": {
"adults": 1
},
"policies": {
"cancellations": [
{
"amount": "215.05",
"deadline": "2024-06-06T23:59:00+02:00"
}
],
"paymentType": "GUARANTEE"
},
"price": {
"base": "195.50",
"currency": "EUR",
"sellingTotal": "215.05",
"taxes": [
{
"amount": "19.55",
"code": "VALUE_ADDED_TAX",
"currency": "EUR",
"included": false,
"pricingFrequency": "PER_STAY",
"pricingMode": "PER_PRODUCT"
}
],
"total": "215.05",
"variations": {
"changes": [
{
"endDate": "2024-06-08",
"startDate": "2024-06-07",
"base": "195.50",
"currency": "EUR"
}
]
}
},
"rateCode": "S9R",
"room": {
"description": {
"lang": "EN",
"text": "Marriott Senior Discount, includes"
},
"type": "XMI"
},
"roomQuantity": 1
},
"hotel": {
"hotelId": "ARMADAIT",
"chainCode": "AR",
"name": "AC BY MARRIOTT HOTEL AITANA",
"self": "https://test.travel.api.amadeus.com/v1/reference-data/locations/by-hotel/ARMADAIT"
},
"payment": {
"method": "CREDIT_CARD",
"paymentCard": {
"paymentCardInfo": {
"vendorCode": "VI",
"cardNumber": "415128XXXXXX1370",
"expiryDate": "0826",
"holderName": "BOB SMITH"
}
}
},
"travelAgentId": "00000000"
}
],
"guests": [
{
"tid": 1,
"id": 1,
"title": "MR",
"firstName": "BOB",
"lastName": "SMITH",
"phone": "+33679278416",
"email": "bob.smith@email.com"
}
],
"associatedRecords": [
{
"reference": "WH6TRZ",
"originSystemCode": "GDS"
}
],
"self": "http://amadeus-api.mock.beeceptor.com/v2/booking/hotel-orders/V0g2VFJaLzIwMjQtMDYtMDc="
}
}{
"errors": [
{
"errors": [
{
"code": 477,
"detail": "invalid query parameter format",
"source": {
"parameter": "email"
},
"status": 400,
"title": "INVALID FORMAT"
}
]
},
{
"errors": [
{
"code": 477,
"detail": "invalid query parameter format",
"source": {
"parameter": "email"
},
"status": 400,
"title": "INVALID FORMAT"
}
]
}
]
}{
"errors": [
{
"errors": [
{
"code": 477,
"detail": "invalid query parameter format",
"source": {
"parameter": "email"
},
"status": 400,
"title": "INVALID FORMAT"
}
]
},
{
"errors": [
{
"code": 477,
"detail": "invalid query parameter format",
"source": {
"parameter": "email"
},
"status": 400,
"title": "INVALID FORMAT"
}
]
}
]
}POST
| Query Parameter Name | Example |
|---|---|
offerId* | Ut mollit officia ipsum |
{
"data": {
"note": "Note to driver",
"passengers": [
{
"firstName": "John",
"lastName": "Doe",
"title": "MR",
"contacts": {
"phoneNumber": "+33123456789",
"email": "user@email.com"
},
"billingAddress": {
"line": "Avenue de la Bourdonnais, 19",
"zip": "75007",
"countryCode": "FR",
"cityName": "Paris"
}
}
],
"agency": {
"contacts": [
{
"email": {
"address": "abc@test.com"
}
}
]
},
"payment": {
"methodOfPayment": "CREDIT_CARD",
"creditCard": {
"number": "4111111111111111",
"holderName": "JOHN DOE",
"vendorCode": "VI",
"expiryDate": "1018",
"cvv": "111"
}
},
"extraServices": [
{
"code": "EWT",
"itemId": "EWT0291"
}
],
"equipment": [
{
"code": "BBS"
}
],
"corporation": {
"address": {
"line": "5 Avenue Anatole France",
"zip": "75007",
"countryCode": "FR",
"cityName": "Paris"
},
"info": {
"AU": "FHOWMD024",
"CE": "280421GH"
}
},
"startConnectedSegment": {
"transportationType": "FLIGHT",
"transportationNumber": "AF380",
"departure": {
"uicCode": "7400001",
"iataCode": "CDG",
"localDateTime": "2021-03-27T20:03:00"
},
"arrival": {
"uicCode": "7400001",
"iataCode": "CDG",
"localDateTime": "2021-03-27T20:03:00"
}
},
"endConnectedSegment": {
"transportationType": "FLIGHT",
"transportationNumber": "AF380",
"departure": {
"uicCode": "7400001",
"iataCode": "CDG",
"localDateTime": "2021-03-27T20:03:00"
},
"arrival": {
"uicCode": "7400001",
"iataCode": "CDG",
"localDateTime": "2021-03-27T20:03:00"
}
}
}
}{
"data": {
"type": "transfer-order",
"id": "UVZTWlJJfERPRQ",
"reference": "YNK4JQ",
"agency": {
"contacts": [
{
"email": {
"address": "abc@test.com"
}
}
]
},
"transfers": [
{
"status": "CONFIRMED",
"confirmNbr": "2904892",
"note": "Note to driver",
"methodOfPayment": "CREDIT_CARD",
"offerId": "0cb11574-4a02-11e8-842f-0ed5f89f718b",
"transferType": "PRIVATE",
"start": {
"dateTime": "2019-11-10T10:30:00",
"locationCode": "CDG"
},
"end": {
"address": {
"line": "Avenue de la Bourdonnais, 19",
"zip": "75007",
"countryCode": "FR",
"cityName": "Paris",
"latitude": 48.859466,
"longitude": 2.2976965,
"uicCode": "7400001"
},
"googlePlaceId": "ChIJL-DOWeBv5kcRfTbh97PimNc",
"name": "Souvenirs De La Tour"
},
"stopOvers": [
{
"duration": "PT2H30M",
"sequenceNumber": 1,
"location": {
"locationCode": "CDG",
"address": {
"line": "Avenue de la Bourdonnais, 19",
"zip": "75007",
"countryCode": "FR",
"cityName": "Paris",
"latitude": 48.859477,
"longitude": 2.2976975
},
"googlePlaceId": "DOWeBv5kcRfTbh97PimN",
"name": "De La Tours"
}
}
],
"vehicle": {
"code": "VAN",
"category": "BU",
"description": "Mercedes-Benz V-Class, Chevrolet Suburban, Cadillac Escalade or similar",
"seats": [
{
"count": 3
}
],
"baggages": [
{
"count": 3,
"size": "M"
}
],
"imageURL": "https://provider.com/images/BU_VAN.png"
},
"serviceProvider": {
"code": "ABC",
"name": "Provider name",
"logoUrl": "https://provider.com/images/logo.png",
"termsUrl": "https://provider.com/terms_and_conditions.html",
"contacts": {
"phoneNumber": "+33123456789",
"email": "support@provider.com",
"address": {
"line": "Avenue de la Bourdonnais, 19",
"zip": "75007",
"countryCode": "FR",
"cityName": "Paris",
"stateCode": "CDG"
}
},
"settings": [
"BILLING_ADDRESS_REQUIRED",
"FLIGHT_NUMBER_REQUIRED",
"CVV_NUMBER_REQUIRED"
],
"businessIdentification": {
"vatRegistrationNumber": "GB999 9999 22"
}
},
"partnerInfo": {
"serviceProvider": {
"code": "XYZ",
"name": "SubProvider name",
"logoUrl": "https://provider.com/images/logo.png",
"termsUrl": "https://provider.com/terms_and_conditions.html",
"isPreferred": true,
"contacts": {
"phoneNumber": "+33123456789",
"email": "support@provider.com",
"address": {
"line": "Avenue de la Bourdonnais, 19",
"zip": "75007",
"countryCode": "FR",
"cityName": "Paris",
"stateCode": "CDG"
}
},
"businessIdentification": {
"vatRegistrationNumber": "GB999 9999 22"
}
}
},
"quotation": {
"monetaryAmount": "63.70",
"currencyCode": "USD",
"isEstimated": false,
"base": {
"monetaryAmount": "103.70"
},
"discount": {
"monetaryAmount": "50.00"
},
"fees": [
{
"indicator": "AIRPORT",
"monetaryAmount": "10.00"
}
],
"totalTaxes": {
"monetaryAmount": "12.74"
},
"totalFees": {
"monetaryAmount": "10.00"
}
},
"converted": {
"monetaryAmount": "63.70",
"currencyCode": "EUR",
"isEstimated": false,
"base": {
"monetaryAmount": "103.70"
},
"discount": {
"monetaryAmount": "50.00"
},
"fees": [
{
"indicator": "AIRPORT",
"monetaryAmount": "10.00"
}
],
"totalTaxes": {
"monetaryAmount": "12.74"
},
"totalFees": {
"monetaryAmount": "10.00"
}
},
"extraServices": [
{
"code": "EWT",
"itemId": "EWT0291",
"description": "Extra 15 min. wait",
"quotation": {
"monetaryAmount": "39.20",
"currencyCode": "USD",
"base": {
"monetaryAmount": "36.00"
},
"totalTaxes": {
"monetaryAmount": "3.20"
}
},
"converted": {
"monetaryAmount": "32.70",
"currencyCode": "EUR",
"base": {
"monetaryAmount": "30.00"
},
"totalTaxes": {
"monetaryAmount": "2.7"
}
},
"isBookable": true,
"taxIncluded": true,
"includedInTotal": true
}
],
"cancellationRules": [
{
"feeType": "PERCENTAGE",
"feeValue": "100",
"metricType": "DAYS",
"metricMin": "0",
"metricMax": "1"
},
{
"feeType": "PERCENTAGE",
"feeValue": "0",
"metricType": "DAYS",
"metricMin": "1",
"metricMax": "100"
}
],
"distance": {
"value": 152,
"unit": "KM"
}
}
],
"passengerCharacteristics": [
{
"passengerTypeCode": "ADT",
"age": 20
}
],
"passengers": [
{
"firstName": "John",
"lastName": "Doe",
"title": "MR",
"contacts": {
"phoneNumber": "+33123456789",
"email": "user@email.com"
},
"billingAddress": {
"line": "Avenue de la Bourdonnais, 19",
"zip": "75007",
"countryCode": "FR",
"cityName": "Paris"
}
}
]
}
}{
"errors": [
{
"status": 400,
"code": 4926,
"title": "INVALID DATA RECEIVED",
"detail": "Transfer type is not valid",
"source": {
"parameter": "transferType"
}
}
]
}{
"errors": [
{
"status": 401,
"code": 20,
"title": "RESTRICTED",
"detail": "Query unauthorized"
}
]
}{
"errors": [
{
"status": 500,
"code": 141,
"title": "SYSTEM ERROR HAS OCCURRED"
}
]
}POST
| Query Parameter Name | Example |
|---|---|
confirmNbr* | adipisicing ipsum nisi |
{
"data": {
"confirmNbr": "2904892",
"reservationStatus": "CANCELLED"
}
}{
"errors": [
{
"status": 400,
"code": 4926,
"title": "INVALID DATA RECEIVED",
"detail": "Transfer type is not valid",
"source": {
"parameter": "transferType"
}
}
]
}{
"errors": [
{
"status": 401,
"code": 20,
"title": "RESTRICTED",
"detail": "Query unauthorized"
}
]
}{
"errors": [
{
"status": 404,
"code": 1797,
"title": "NOT FOUND",
"detail": "no response found for this query parameter",
"source": {
"parameter": "orderId"
}
}
]
}{
"errors": [
{
"status": 500,
"code": 141,
"title": "SYSTEM ERROR HAS OCCURRED"
}
]
}flight-delay-prediction
GET
| Query Parameter Name | Example |
|---|---|
originLocationCode* | NCE |
destinationLocationCode* | IST |
departureDate* | 2020-08-01 |
departureTime* | 18:20:00 |
arrivalDate* | 2020-08-01 |
arrivalTime* | 22:15:00 |
aircraftCode* | 321 |
carrierCode* | TK |
flightNumber* | 1816 |
duration* | PT31H10M |
{
"data": [
{
"id": "TK1816NCEIST20200801",
"probability": "0.13336977",
"result": "LESS_THAN_30_MINUTES",
"subType": "flight-delay",
"type": "prediction"
},
{
"id": "TK1816NCEIST20200801",
"probability": "0.42023364",
"result": "BETWEEN_30_AND_60_MINUTES",
"subType": "flight-delay",
"type": "prediction"
},
{
"id": "TK1816NCEIST20200801",
"probability": "0.34671372",
"result": "BETWEEN_60_AND_120_MINUTES",
"subType": "flight-delay",
"type": "prediction"
},
{
"id": "TK1816NCEIST20200801",
"probability": "0.09968289",
"result": "OVER_120_MINUTES_OR_CANCELLED",
"subType": "flight-delay",
"type": "prediction"
}
],
"meta": {
"count": 4,
"links": {
"self": "https://amadeus-api.mock.beeceptor.com/v1/travel/predictions/flight-delay?originLocationCode=NCE&destinationLocationCode=IST&departureDate=2020-08-01&departureTime=18:20:00&arrivalDate=2020-08-01&arrivalTime=22:15:00&aircraftCode=321&carrierCode=TK&flightNumber=1816&duration=PT31H10M"
}
}
}{
"errors": [
{
"status": 400,
"code": 477,
"title": "INVALID FORMAT",
"detail": "invalid query parameter format",
"source": {
"parameter": "airport",
"example": "CDG"
}
}
]
}{
"errors": [
{
"status": 500,
"code": 141,
"title": "SYSTEM ERROR HAS OCCURRED"
}
]
}flight-destinations
GET
| Query Parameter Name | Example |
|---|---|
origin* | MAD |
departureDate | cillum |
oneWay | false |
duration | sed deserunt veniam Lorem |
nonStop | true |
maxPrice | 4758688742252812 |
viewBy | DURATION |
{
"data": [
{
"type": "flight-destination",
"origin": "MAD",
"destination": "ALC",
"departureDate": "2020-10-23",
"returnDate": "2020-10-26",
"price": {
"total": "52.52"
},
"links": {
"flightDates": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-dates?origin=MAD&destination=ALC&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=ALC&departureDate=2020-10-23&returnDate=2020-10-26&adults=1&nonStop=false"
}
},
{
"type": "flight-destination",
"origin": "MAD",
"destination": "LON",
"departureDate": "2020-10-22",
"returnDate": "2020-10-25",
"price": {
"total": "71.15"
},
"links": {
"flightDates": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-dates?origin=MAD&destination=LON&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=LON&departureDate=2020-10-22&returnDate=2020-10-25&adults=1&nonStop=false"
}
},
{
"type": "flight-destination",
"origin": "MAD",
"destination": "MUC",
"departureDate": "2020-08-12",
"returnDate": "2020-08-17",
"price": {
"total": "98.53"
},
"links": {
"flightDates": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-dates?origin=MAD&destination=MUC&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MUC&departureDate=2020-08-12&returnDate=2020-08-17&adults=1&nonStop=false"
}
},
{
"type": "flight-destination",
"origin": "MAD",
"destination": "WAW",
"departureDate": "2020-07-30",
"returnDate": "2020-08-06",
"price": {
"total": "108.30"
},
"links": {
"flightDates": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-dates?origin=MAD&destination=WAW&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=WAW&departureDate=2020-07-30&returnDate=2020-08-06&adults=1&nonStop=false"
}
},
{
"type": "flight-destination",
"origin": "MAD",
"destination": "KRK",
"departureDate": "2020-07-25",
"returnDate": "2020-08-01",
"price": {
"total": "116.81"
},
"links": {
"flightDates": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-dates?origin=MAD&destination=KRK&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=KRK&departureDate=2020-07-25&returnDate=2020-08-01&adults=1&nonStop=false"
}
},
{
"type": "flight-destination",
"origin": "MAD",
"destination": "GOA",
"departureDate": "2020-09-07",
"returnDate": "2020-09-11",
"price": {
"total": "123.78"
},
"links": {
"flightDates": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-dates?origin=MAD&destination=GOA&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=GOA&departureDate=2020-09-07&returnDate=2020-09-11&adults=1&nonStop=false"
}
},
{
"type": "flight-destination",
"origin": "MAD",
"destination": "VIE",
"departureDate": "2020-07-31",
"returnDate": "2020-08-05",
"price": {
"total": "124.27"
},
"links": {
"flightDates": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-dates?origin=MAD&destination=VIE&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=VIE&departureDate=2020-07-31&returnDate=2020-08-05&adults=1&nonStop=false"
}
},
{
"type": "flight-destination",
"origin": "MAD",
"destination": "VCE",
"departureDate": "2020-10-25",
"returnDate": "2020-10-26",
"price": {
"total": "127.96"
},
"links": {
"flightDates": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-dates?origin=MAD&destination=VCE&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=VCE&departureDate=2020-10-25&returnDate=2020-10-26&adults=1&nonStop=false"
}
},
{
"type": "flight-destination",
"origin": "MAD",
"destination": "GOT",
"departureDate": "2020-08-02",
"returnDate": "2020-08-16",
"price": {
"total": "147.78"
},
"links": {
"flightDates": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-dates?origin=MAD&destination=GOT&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=GOT&departureDate=2020-08-02&returnDate=2020-08-16&adults=1&nonStop=false"
}
},
{
"type": "flight-destination",
"origin": "MAD",
"destination": "LWO",
"departureDate": "2020-07-30",
"returnDate": "2020-08-04",
"price": {
"total": "158.29"
},
"links": {
"flightDates": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-dates?origin=MAD&destination=LWO&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=LWO&departureDate=2020-07-30&returnDate=2020-08-04&adults=1&nonStop=false"
}
},
{
"type": "flight-destination",
"origin": "MAD",
"destination": "GLA",
"departureDate": "2020-09-01",
"returnDate": "2020-09-04",
"price": {
"total": "162.72"
},
"links": {
"flightDates": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-dates?origin=MAD&destination=GLA&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=GLA&departureDate=2020-09-01&returnDate=2020-09-04&adults=1&nonStop=false"
}
},
{
"type": "flight-destination",
"origin": "MAD",
"destination": "CLJ",
"departureDate": "2020-10-14",
"returnDate": "2020-10-22",
"price": {
"total": "163.16"
},
"links": {
"flightDates": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-dates?origin=MAD&destination=CLJ&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=CLJ&departureDate=2020-10-14&returnDate=2020-10-22&adults=1&nonStop=false"
}
},
{
"type": "flight-destination",
"origin": "MAD",
"destination": "RIX",
"departureDate": "2020-08-03",
"returnDate": "2020-08-10",
"price": {
"total": "167.72"
},
"links": {
"flightDates": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-dates?origin=MAD&destination=RIX&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=RIX&departureDate=2020-08-03&returnDate=2020-08-10&adults=1&nonStop=false"
}
},
{
"type": "flight-destination",
"origin": "MAD",
"destination": "TLL",
"departureDate": "2020-08-05",
"returnDate": "2020-08-11",
"price": {
"total": "167.75"
},
"links": {
"flightDates": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-dates?origin=MAD&destination=TLL&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=TLL&departureDate=2020-08-05&returnDate=2020-08-11&adults=1&nonStop=false"
}
},
{
"type": "flight-destination",
"origin": "MAD",
"destination": "MOW",
"departureDate": "2020-07-28",
"returnDate": "2020-08-03",
"price": {
"total": "176.63"
},
"links": {
"flightDates": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-dates?origin=MAD&destination=MOW&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MOW&departureDate=2020-07-28&returnDate=2020-08-03&adults=1&nonStop=false"
}
},
{
"type": "flight-destination",
"origin": "MAD",
"destination": "KIV",
"departureDate": "2020-11-01",
"returnDate": "2020-11-16",
"price": {
"total": "220.51"
},
"links": {
"flightDates": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-dates?origin=MAD&destination=KIV&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=KIV&departureDate=2020-11-01&returnDate=2020-11-16&adults=1&nonStop=false"
}
},
{
"type": "flight-destination",
"origin": "MAD",
"destination": "BOS",
"departureDate": "2020-07-30",
"returnDate": "2020-08-14",
"price": {
"total": "289.78"
},
"links": {
"flightDates": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-dates?origin=MAD&destination=BOS&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=BOS&departureDate=2020-07-30&returnDate=2020-08-14&adults=1&nonStop=false"
}
},
{
"type": "flight-destination",
"origin": "MAD",
"destination": "MTY",
"departureDate": "2020-10-18",
"returnDate": "2020-10-19",
"price": {
"total": "326.09"
},
"links": {
"flightDates": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-dates?origin=MAD&destination=MTY&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MTY&departureDate=2020-10-18&returnDate=2020-10-19&adults=1&nonStop=false"
}
},
{
"type": "flight-destination",
"origin": "MAD",
"destination": "FLL",
"departureDate": "2020-10-31",
"returnDate": "2020-11-01",
"price": {
"total": "359.01"
},
"links": {
"flightDates": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-dates?origin=MAD&destination=FLL&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=FLL&departureDate=2020-10-31&returnDate=2020-11-01&adults=1&nonStop=false"
}
},
{
"type": "flight-destination",
"origin": "MAD",
"destination": "DEN",
"departureDate": "2020-10-18",
"returnDate": "2020-10-19",
"price": {
"total": "386.82"
},
"links": {
"flightDates": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-dates?origin=MAD&destination=DEN&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=DEN&departureDate=2020-10-18&returnDate=2020-10-19&adults=1&nonStop=false"
}
},
{
"type": "flight-destination",
"origin": "MAD",
"destination": "ACC",
"departureDate": "2020-10-17",
"returnDate": "2020-10-27",
"price": {
"total": "428.52"
},
"links": {
"flightDates": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-dates?origin=MAD&destination=ACC&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=ACC&departureDate=2020-10-17&returnDate=2020-10-27&adults=1&nonStop=false"
}
},
{
"type": "flight-destination",
"origin": "MAD",
"destination": "ORL",
"departureDate": "2020-09-05",
"returnDate": "2020-09-06",
"price": {
"total": "433.09"
},
"links": {
"flightDates": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-dates?origin=MAD&destination=ORL&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=ORL&departureDate=2020-09-05&returnDate=2020-09-06&adults=1&nonStop=false"
}
},
{
"type": "flight-destination",
"origin": "MAD",
"destination": "TYO",
"departureDate": "2020-08-04",
"returnDate": "2020-08-10",
"price": {
"total": "456.05"
},
"links": {
"flightDates": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-dates?origin=MAD&destination=TYO&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=TYO&departureDate=2020-08-04&returnDate=2020-08-10&adults=1&nonStop=false"
}
},
{
"type": "flight-destination",
"origin": "MAD",
"destination": "SSA",
"departureDate": "2020-08-02",
"returnDate": "2020-08-03",
"price": {
"total": "459.73"
},
"links": {
"flightDates": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-dates?origin=MAD&destination=SSA&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=SSA&departureDate=2020-08-02&returnDate=2020-08-03&adults=1&nonStop=false"
}
},
{
"type": "flight-destination",
"origin": "MAD",
"destination": "MGA",
"departureDate": "2020-10-20",
"returnDate": "2020-10-27",
"price": {
"total": "484.84"
},
"links": {
"flightDates": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-dates?origin=MAD&destination=MGA&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MGA&departureDate=2020-10-20&returnDate=2020-10-27&adults=1&nonStop=false"
}
},
{
"type": "flight-destination",
"origin": "MAD",
"destination": "SIN",
"departureDate": "2020-11-06",
"returnDate": "2020-11-10",
"price": {
"total": "521.21"
},
"links": {
"flightDates": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-dates?origin=MAD&destination=SIN&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=SIN&departureDate=2020-11-06&returnDate=2020-11-10&adults=1&nonStop=false"
}
},
{
"type": "flight-destination",
"origin": "MAD",
"destination": "CCS",
"departureDate": "2020-09-08",
"returnDate": "2020-09-15",
"price": {
"total": "528.17"
},
"links": {
"flightDates": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-dates?origin=MAD&destination=CCS&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=CCS&departureDate=2020-09-08&returnDate=2020-09-15&adults=1&nonStop=false"
}
},
{
"type": "flight-destination",
"origin": "MAD",
"destination": "SLC",
"departureDate": "2020-10-16",
"returnDate": "2020-10-17",
"price": {
"total": "550.01"
},
"links": {
"flightDates": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-dates?origin=MAD&destination=SLC&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=SLC&departureDate=2020-10-16&returnDate=2020-10-17&adults=1&nonStop=false"
}
},
{
"type": "flight-destination",
"origin": "MAD",
"destination": "SEA",
"departureDate": "2020-10-31",
"returnDate": "2020-11-01",
"price": {
"total": "590.64"
},
"links": {
"flightDates": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-dates?origin=MAD&destination=SEA&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=SEA&departureDate=2020-10-31&returnDate=2020-11-01&adults=1&nonStop=false"
}
},
{
"type": "flight-destination",
"origin": "MAD",
"destination": "RGN",
"departureDate": "2020-08-27",
"returnDate": "2020-08-30",
"price": {
"total": "628.70"
},
"links": {
"flightDates": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-dates?origin=MAD&destination=RGN&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=RGN&departureDate=2020-08-27&returnDate=2020-08-30&adults=1&nonStop=false"
}
},
{
"type": "flight-destination",
"origin": "MAD",
"destination": "KTM",
"departureDate": "2020-07-24",
"returnDate": "2020-07-27",
"price": {
"total": "629.07"
},
"links": {
"flightDates": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-dates?origin=MAD&destination=KTM&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=KTM&departureDate=2020-07-24&returnDate=2020-07-27&adults=1&nonStop=false"
}
},
{
"type": "flight-destination",
"origin": "MAD",
"destination": "MDZ",
"departureDate": "2020-07-24",
"returnDate": "2020-07-31",
"price": {
"total": "670.41"
},
"links": {
"flightDates": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-dates?origin=MAD&destination=MDZ&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=MDZ&departureDate=2020-07-24&returnDate=2020-07-31&adults=1&nonStop=false"
}
},
{
"type": "flight-destination",
"origin": "MAD",
"destination": "HNL",
"departureDate": "2020-09-13",
"returnDate": "2020-09-18",
"price": {
"total": "1176.87"
},
"links": {
"flightDates": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-dates?origin=MAD&destination=HNL&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DURATION",
"flightOffers": "https://amadeus-api.mock.beeceptor.com/v2/shopping/flight-offers?originLocationCode=MAD&destinationLocationCode=HNL&departureDate=2020-09-13&returnDate=2020-09-18&adults=1&nonStop=false"
}
}
],
"dictionaries": {
"currencies": {
"EUR": "EURO"
},
"locations": {
"CLJ": {
"subType": "AIRPORT",
"detailedName": "CLUJ NAPOCA"
},
"RIX": {
"subType": "AIRPORT",
"detailedName": "RIGA INTL"
},
"KTM": {
"subType": "AIRPORT",
"detailedName": "TRIBHUVAN INTL"
},
"KRK": {
"subType": "AIRPORT",
"detailedName": "JOHN PAUL II BALICE"
},
"HNL": {
"subType": "AIRPORT",
"detailedName": "DANIEL K INOUYE INTL"
},
"FLL": {
"subType": "AIRPORT",
"detailedName": "FLL INTL"
},
"ORL": {
"subType": "AIRPORT",
"detailedName": "EXECUTIVE"
},
"SLC": {
"subType": "AIRPORT",
"detailedName": "SALT LAKE CITY INTL"
},
"WAW": {
"subType": "AIRPORT",
"detailedName": "FREDERIC CHOPIN"
},
"MTY": {
"subType": "AIRPORT",
"detailedName": "MARIANO ESCOBEDO INTL"
},
"TLL": {
"subType": "AIRPORT",
"detailedName": "LENNART MERI"
},
"GOA": {
"subType": "AIRPORT",
"detailedName": "CRISTOFORO COLOMBO"
},
"MUC": {
"subType": "AIRPORT",
"detailedName": "MUNICH INTERNATIONAL"
},
"SSA": {
"subType": "AIRPORT",
"detailedName": "D.L.E.MAGALHAES"
},
"ACC": {
"subType": "AIRPORT",
"detailedName": "KOTOKA INTL"
},
"MDZ": {
"subType": "AIRPORT",
"detailedName": "EL PLUMERILLO"
},
"LWO": {
"subType": "AIRPORT",
"detailedName": "INTERNATIONAL"
},
"MGA": {
"subType": "AIRPORT",
"detailedName": "AUGUSTO C.SANDINO INT"
},
"BOS": {
"subType": "AIRPORT",
"detailedName": "EDWARD L LOGAN INTL"
},
"LON": {
"subType": "CITY",
"detailedName": "LONDON"
},
"TYO": {
"subType": "CITY",
"detailedName": "TOKYO"
},
"DEN": {
"subType": "AIRPORT",
"detailedName": "DENVER INTERNATIONAL"
},
"GOT": {
"subType": "AIRPORT",
"detailedName": "LANDVETTER"
},
"SEA": {
"subType": "AIRPORT",
"detailedName": "SEATTLE TACOMA INTL"
},
"MAD": {
"subType": "AIRPORT",
"detailedName": "ADOLFO SUAREZ BARAJAS"
},
"CCS": {
"subType": "AIRPORT",
"detailedName": "SIMON BOLIVAR INTL"
},
"VIE": {
"subType": "AIRPORT",
"detailedName": "VIENNA INTERNATIONAL"
},
"MOW": {
"subType": "CITY",
"detailedName": "MOSCOW"
},
"RGN": {
"subType": "AIRPORT",
"detailedName": "MINGALADON"
},
"ALC": {
"subType": "AIRPORT",
"detailedName": "ALICANTE AIRPORT"
},
"KIV": {
"subType": "AIRPORT",
"detailedName": "INTERNATIONAL"
},
"VCE": {
"subType": "AIRPORT",
"detailedName": "MARCO POLO"
},
"SIN": {
"subType": "AIRPORT",
"detailedName": "CHANGI"
},
"GLA": {
"subType": "AIRPORT",
"detailedName": "GLASGOW INTL"
}
}
},
"meta": {
"currency": "EUR",
"links": {
"self": "https://amadeus-api.mock.beeceptor.com/v1/shopping/flight-destinations?origin=MAD&departureDate=2020-07-24,2021-01-19&oneWay=false&duration=1,15&nonStop=false&viewBy=DESTINATION"
},
"defaults": {
"departureDate": "2020-07-24,2021-01-19",
"oneWay": false,
"duration": "1,15",
"nonStop": false,
"viewBy": "DESTINATION"
}
}
}{
"errors": [
{
"status": 400,
"code": 477,
"title": "INVALID FORMAT",
"detail": "invalid query parameter format",
"source": {
"parameter": "airport",
"example": "CDG"
}
}
]
}{
"errors": [
{
"status": 404,
"code": 1797,
"title": "NOT FOUND",
"detail": "no response found for this query parameter",
"source": {
"parameter": "airport"
}
}
]
}{
"errors": [
{
"status": 500,
"code": 141,
"title": "SYSTEM ERROR HAS OCCURRED"
}
]
}price-metrics
GET
| Query Parameter Name | Example |
|---|---|
originIataCode* | MAD |
destinationIataCode* | CDG |
departureDate* | 2021-03-21 |
currencyCode | aYD |
oneWay | false |
{
"meta": {
"count": 1,
"links": {
"self": "https://amadeus-api.mock.beeceptor.com/v1/analytics/itinerary-price-metrics?originIataCode=MAD&destinationIataCode=CDG&departureDate=2021-03-21¤cyCode=EUR&oneWay=false"
}
},
"data": [
{
"type": "itinerary-price-metric",
"origin": {
"iataCode": "MAD"
},
"destination": {
"iataCode": "CDG"
},
"departureDate": "2021-03-21",
"transportType": "FLIGHT",
"currencyCode": "EUR",
"oneWay": false,
"priceMetrics": [
{
"amount": "43.27",
"quartileRanking": "MINIMUM"
},
{
"amount": "228.65",
"quartileRanking": "FIRST"
},
{
"amount": "231.03",
"quartileRanking": "MEDIUM"
},
{
"amount": "234.48",
"quartileRanking": "THIRD"
},
{
"amount": "442.62",
"quartileRanking": "MAXIMUM"
}
]
}
]
}{
"errors": [
{
"status": 400,
"code": 32171,
"title": "MANDATORY DATA MISSING",
"detail": "Missing mandatory query parameter"
}
]
}{
"errors": [
{
"status": 500,
"code": 141,
"title": "SYSTEM ERROR HAS OCCURRED"
}
]
}Hotels(3 operations)
GET
| Query Parameter Name | Example |
|---|---|
hotelIds* | ["ACPAR419"] |
{
"data": [
{
"chainCode": "AC",
"iataCode": "PAR",
"dupeId": 700140792,
"name": "LE NOTRE DAME",
"hotelId": "ACPAR419",
"geoCode": {
"latitude": 48.85306,
"longitude": 2.34654
},
"address": {
"countryCode": "FR"
}
}
],
"meta": {
"count": 1,
"links": {
"self": "http://amadeus-api.mock.beeceptor.com/reference-data/locations/hotels/by-hotels?hotelIds=ACPAR419"
}
}
}{
"errors": [
{
"status": 400,
"code": 477,
"title": "INVALID FORMAT",
"detail": "invalid query parameter format",
"source": {
"parameter": "hotelIds"
}
}
]
}{
"errors": [
{
"status": 404,
"code": 1797,
"title": "NOT FOUND",
"detail": "no response found for this query parameter",
"source": {
"parameter": "hotelIds"
}
}
]
}{
"errors": [
{
"status": 500,
"code": 141,
"title": "SYSTEM ERROR HAS OCCURRED"
}
]
}GET
| Query Parameter Name | Example |
|---|---|
cityCode* | PAR |
radius | 57 |
radiusUnit | MILE |
chainCodes | ["in laborum dolor in enim","Duis nulla consectetur elit","dolor","sunt in cupidatat nulla","consectetur","aliquip ut","eu aliquip id","velit Lorem","laboris exercitation","nulla"] |
amenities | ["VALET_PARKING","SWIMMING_POOL","NO_KID_ALLOWED"] |
ratings | ["1","5","4","3"] |
hotelSource | BEDBANK |
{
"data": [
{
"chainCode": "ZZ",
"iataCode": "NCE",
"dupeId": 504813011,
"name": "HOTEL 3",
"hotelId": "ZZNCENVX",
"geoCode": {
"latitude": 43.66665,
"longitude": 7.21465
},
"address": {
"countryCode": "FR"
},
"distance": {
"value": 0.92,
"unit": "KM"
}
},
{
"chainCode": "NN",
"iataCode": "NCE",
"dupeId": 700091936,
"name": "CAMPANILE NICE - A?ROPORT",
"hotelId": "NNNCE357",
"geoCode": {
"latitude": 43.66686,
"longitude": 7.21397
},
"address": {
"countryCode": "FR"
},
"distance": {
"value": 0.96,
"unit": "KM"
}
}
],
"meta": {
"count": 2,
"links": {
"self": "http://amadeus-api.mock.beeceptor.com/reference-data/locations/hotels/by-city?cityCode=NCE&radius=1"
}
}
}{
"errors": [
{
"status": 400,
"code": 477,
"title": "INVALID FORMAT",
"detail": "invalid query parameter format",
"source": {
"parameter": "cityCode",
"example": "PAR"
}
}
]
}{
"errors": [
{
"status": 500,
"code": 141,
"title": "SYSTEM ERROR HAS OCCURRED"
}
]
}GET
| Query Parameter Name | Example |
|---|---|
latitude* | 41.397158 |
longitude* | 2.160873 |
radius | 205 |
radiusUnit | KM |
chainCodes | ["elit ad deserunt nulla","ullamco mollit esse","non ipsum adipisicing","cupidatat quis occaecat dolore","Duis Ut elit","voluptate dolore nostrud proident","in","Excepteur ut dolore eu","sint ipsum","nulla"] |
amenities | ["KITCHEN","SAUNA","DISABLED_FACILITIES"] |
ratings | ["3","5","4","2"] |
hotelSource | ALL |
{
"data": [
{
"chainCode": "OI",
"iataCode": "SXD",
"dupeId": 700118746,
"name": "HOTEL OMEGA - VALBONNE",
"hotelId": "OISXD968",
"geoCode": {
"latitude": 43.61428,
"longitude": 7.05464
},
"address": {
"countryCode": "FR"
},
"distance": {
"value": 0.73,
"unit": "KM"
}
},
{
"chainCode": "DH",
"iataCode": "SCR",
"dupeId": 505001770,
"name": "CHECK SINGLE CIF DHSCRMS8",
"hotelId": "DHSCRMS8",
"geoCode": {
"latitude": 43.62215,
"longitude": 7.04024
},
"distance": {
"value": 0.82,
"unit": "KM"
}
},
{
"chainCode": "DH",
"iataCode": "VLI",
"dupeId": 504621595,
"name": "CHECK SINGLE CIF DHVLIMS8",
"hotelId": "DHVLIMS8",
"geoCode": {
"latitude": 43.62215,
"longitude": 7.04024
},
"distance": {
"value": 0.82,
"unit": "KM"
}
},
{
"chainCode": "DH",
"iataCode": "AET",
"dupeId": 504621441,
"name": "CHECK SINGLE CIF DHAETMS8",
"hotelId": "DHAETMS8",
"geoCode": {
"latitude": 43.62215,
"longitude": 7.04024
},
"address": {
"countryCode": "US"
},
"distance": {
"value": 0.82,
"unit": "KM"
}
},
{
"chainCode": "DH",
"iataCode": "NYC",
"dupeId": 504621445,
"name": "CHECK SINGLE CIF DHNYCMS8",
"hotelId": "DHNYCMS8",
"geoCode": {
"latitude": 43.62215,
"longitude": 7.04024
},
"address": {
"countryCode": "US"
},
"distance": {
"value": 0.82,
"unit": "KM"
}
}
],
"meta": {
"count": 5,
"links": {
"self": "http://amadeus-api.mock.beeceptor.com/reference-data/locations/hotels/by-geocode?latitude=43.61999752&longitude=7.0499998&radius=1"
}
}
}{
"errors": [
{
"status": 400,
"code": 477,
"title": "INVALID FORMAT",
"detail": "invalid query parameter format",
"source": {
"parameter": "longitude",
"example": 41.397158
}
}
]
}{
"errors": [
{
"status": 500,
"code": 141,
"title": "SYSTEM ERROR HAS OCCURRED"
}
]
}Search(7 operations)
GET
| Query Parameter Name | Example |
|---|---|
keyword* | PARI |
subType* | ["HOTEL_GDS","HOTEL_LEISURE","HOTEL_LEISURE","HOTEL_GDS","HOTEL_GDS"] |
countryCode | FR |
lang | Ln |
max | -41125661 |
{
"data": [
{
"id": 4630140,
"name": "DE PARIS SAINT GEORGES EX KYRIAD PARIS",
"iataCode": "PAR",
"subType": "HOTEL_LEISURE",
"relevance": 74,
"type": "location",
"hotelIds": [
"CTPARB08"
],
"address": {
"cityName": "PARIS",
"countryCode": "FR"
},
"geoCode": {
"latitude": 48.88081,
"longitude": 2.33541
}
},
{
"id": 4629897,
"name": "DE PARIS OPERA EX DE PARIS MAUBEUGE",
"iataCode": "PAR",
"subType": "HOTEL_LEISURE",
"relevance": 74,
"type": "location",
"hotelIds": [
"CTPARATH"
],
"address": {
"cityName": "PARIS",
"countryCode": "FR"
},
"geoCode": {
"latitude": 48.87877,
"longitude": 2.34593
}
},
{
"id": 4629762,
"name": "LE PARISIS PARIS TOUR EIFFEL EX RAMADA",
"iataCode": "PAR",
"subType": "HOTEL_LEISURE",
"relevance": 74,
"type": "location",
"hotelIds": [
"CTPARAPQ"
],
"address": {
"cityName": "PARIS",
"countryCode": "FR"
},
"geoCode": {
"latitude": 48.8496,
"longitude": 2.29553
}
},
{
"id": 4316057,
"name": "COMFORT HOTEL PARIS LAFAYETTE PARIS",
"iataCode": "PAR",
"subType": "HOTEL_LEISURE",
"relevance": 74,
"type": "location",
"hotelIds": [
"HVPARBHU"
],
"address": {
"cityName": "PARIS",
"countryCode": "FR"
},
"geoCode": {
"latitude": 48.87646,
"longitude": 2.34884
}
},
{
"id": 4629509,
"name": "CAMPANILE PARIS 15 EX CAMPANILE PARIS",
"iataCode": "PAR",
"subType": "HOTEL_LEISURE",
"relevance": 74,
"type": "location",
"hotelIds": [
"CTPARAIP"
],
"address": {
"cityName": "PARIS",
"countryCode": "FR"
},
"geoCode": {
"latitude": 48.85,
"longitude": 2.2884
}
},
{
"id": 4343671,
"name": "THE ORIGINALS PARIS GARE DE L EST PARISI",
"iataCode": "PAR",
"subType": "HOTEL_LEISURE",
"relevance": 74,
"type": "location",
"hotelIds": [
"TVPARAB7"
],
"address": {
"cityName": "PARIS",
"countryCode": "FR"
},
"geoCode": {
"latitude": 48.8766,
"longitude": 2.35422
}
},
{
"id": 4315654,
"name": "CITADINES OPERA PARIS PARIS",
"iataCode": "PAR",
"subType": "HOTEL_LEISURE",
"relevance": 74,
"type": "location",
"hotelIds": [
"HVPARAPG"
],
"address": {
"cityName": "PARIS",
"countryCode": "FR"
},
"geoCode": {
"latitude": 48.87146,
"longitude": 2.33834
}
},
{
"id": 4601316,
"name": "THE ORIGINALS PARIS GARE DE L EST PARISI",
"iataCode": "PAR",
"subType": "HOTEL_LEISURE",
"relevance": 74,
"type": "location",
"hotelIds": [
"SJPARALM"
],
"address": {
"cityName": "PARIS",
"countryCode": "FR"
},
"geoCode": {
"latitude": 48.87661,
"longitude": 2.35417
}
},
{
"id": 4905890,
"name": "LE PARISIS PARIS TOUR EIFFEL",
"iataCode": "PAR",
"subType": "HOTEL_LEISURE",
"relevance": 74,
"type": "location",
"hotelIds": [
"ADPAR093"
],
"address": {
"cityName": "PARIS",
"countryCode": "FR"
},
"geoCode": {
"latitude": 48.84972,
"longitude": 2.29565
}
},
{
"id": 4630373,
"name": "HOTEL R DE PARIS EX DU CASINO PARIS",
"iataCode": "PAR",
"subType": "HOTEL_LEISURE",
"relevance": 74,
"type": "location",
"hotelIds": [
"CTPARB6P"
],
"address": {
"cityName": "PARIS",
"countryCode": "FR"
},
"geoCode": {
"latitude": 48.88004,
"longitude": 2.32894
}
},
{
"id": 4930258,
"name": "LE PARISIS PARIS TOUR EIFFEL",
"iataCode": "PAR",
"subType": "HOTEL_LEISURE",
"relevance": 74,
"type": "location",
"hotelIds": [
"XDPARAYA"
],
"address": {
"cityName": "PARIS",
"countryCode": "FR"
},
"geoCode": {
"latitude": 48.84972,
"longitude": 2.29565
}
},
{
"id": 4930306,
"name": "THE ORIGINALS CITY HOTEL PARISIANA PARIS",
"iataCode": "PAR",
"subType": "HOTEL_LEISURE",
"relevance": 72,
"type": "location",
"hotelIds": [
"XDPARAZM"
],
"address": {
"cityName": "PARIS",
"countryCode": "FR"
},
"geoCode": {
"latitude": 48.87663,
"longitude": 2.35418
}
},
{
"id": 2330480,
"name": "HOTEL PARADIS PARIS",
"iataCode": "PAR",
"subType": "HOTEL_LEISURE",
"relevance": 71,
"type": "location",
"hotelIds": [
"DGPARACN"
],
"address": {
"cityName": "PARIS",
"countryCode": "FR"
},
"geoCode": {
"latitude": 48.8738,
"longitude": 2.34993
}
},
{
"id": 4630331,
"name": "MIDNIGHT HOTEL PARIS EX ARIS NORD",
"iataCode": "PAR",
"subType": "HOTEL_LEISURE",
"relevance": 71,
"type": "location",
"hotelIds": [
"CTPARB5J"
],
"address": {
"cityName": "PARIS",
"countryCode": "FR"
},
"geoCode": {
"latitude": 48.8774,
"longitude": 2.35609
}
},
{
"id": 4309354,
"name": "HOTEL DE PARIS",
"iataCode": "MOW",
"subType": "HOTEL_LEISURE",
"relevance": 70,
"type": "location",
"hotelIds": [
"BKMOWB4L"
],
"address": {
"cityName": "THE HAGUE",
"countryCode": "AU"
},
"geoCode": {
"latitude": 55.76364,
"longitude": 37.60079
}
},
{
"id": 4313435,
"name": "PULLMAN PARIS TOUR EIFFEL HOTEL",
"iataCode": "PAR",
"subType": "HOTEL_LEISURE",
"relevance": 70,
"type": "location",
"hotelIds": [
"EYPARCQV"
],
"address": {
"cityName": "PARIS",
"countryCode": "FR"
},
"geoCode": {
"latitude": 48.85598,
"longitude": 2.29321
}
},
{
"id": 4313453,
"name": "MERCURE PARIS CHAMPS ELYSEES",
"iataCode": "PAR",
"subType": "HOTEL_LEISURE",
"relevance": 70,
"type": "location",
"hotelIds": [
"EYPARCRN"
],
"address": {
"cityName": "PARIS",
"countryCode": "FR"
},
"geoCode": {
"latitude": 48.86811,
"longitude": 2.29095
}
},
{
"id": 4448070,
"name": "THE WESTIN PARIS VENDOME",
"iataCode": "PAR",
"subType": "HOTEL_LEISURE",
"relevance": 70,
"type": "location",
"hotelIds": [
"ASPARADC"
],
"address": {
"cityName": "PARIS",
"countryCode": "FR"
},
"geoCode": {
"latitude": 48.86561,
"longitude": 2.32785
}
},
{
"id": 2356646,
"name": "B B HOTEL PARIS PORTE DE LA VILLETTE",
"iataCode": "PAR",
"subType": "HOTEL_LEISURE",
"relevance": 70,
"type": "location",
"hotelIds": [
"GUPARBQV"
],
"address": {
"cityName": "PARIS",
"countryCode": "FR"
},
"geoCode": {
"latitude": 48.901,
"longitude": 2.387
}
},
{
"id": 4313461,
"name": "TIVOLI HOTEL PARIS",
"iataCode": "PAR",
"subType": "HOTEL_LEISURE",
"relevance": 70,
"type": "location",
"hotelIds": [
"EYPARCRV"
],
"address": {
"cityName": "PARIS",
"countryCode": "FR"
},
"geoCode": {
"latitude": 48.87622,
"longitude": 2.29592
}
}
]
}{
"errors": [
{
"status": 400,
"code": 572,
"title": "INVALID FORMAT",
"detail": "invalid query parameter format"
}
]
}{
"errors": [
{
"status": 500,
"code": 141,
"title": "SYSTEM ERROR HAS OCCURRED"
}
]
}GET
| Query Parameter Name | Example |
|---|---|
latitude* | 41.397158 |
longitude* | 2.160873 |
radius | 0 |
page[limit] | -66593713 |
page[offset] | -25587476 |
categories | ["SIGHTS","SIGHTS","SIGHTS"] |
{
"data": [
{
"type": "location",
"subType": "POINT_OF_INTEREST",
"id": "9CB40CB5D0",
"self": {
"href": "https://amadeus-api.mock.beeceptor.com/v1/reference-data/locations/pois/9CB40CB5D0",
"methods": [
"GET"
]
},
"geoCode": {
"latitude": 41.39165,
"longitude": 2.164772
},
"name": "Casa Batlló",
"category": "SIGHTS",
"rank": 5,
"tags": [
"sightseeing",
"sights",
"museum",
"landmark",
"tourguide",
"restaurant",
"attraction",
"activities",
"commercialplace",
"shopping",
"souvenir"
]
},
{
"type": "location",
"subType": "POINT_OF_INTEREST",
"id": "4690B83DCA",
"self": {
"href": "https://amadeus-api.mock.beeceptor.com/v1/reference-data/locations/pois/4690B83DCA",
"methods": [
"GET"
]
},
"geoCode": {
"latitude": 41.397987,
"longitude": 2.161159
},
"name": "La Pepita",
"category": "RESTAURANT",
"rank": 30,
"tags": [
"restaurant",
"tapas",
"pub",
"bar",
"sightseeing",
"commercialplace"
]
},
{
"type": "location",
"subType": "POINT_OF_INTEREST",
"id": "3EF139D861",
"self": {
"href": "https://amadeus-api.mock.beeceptor.com/v1/reference-data/locations/pois/3EF139D861",
"methods": [
"GET"
]
},
"geoCode": {
"latitude": 41.38827,
"longitude": 2.161604
},
"name": "Brunch & Cake",
"category": "RESTAURANT",
"rank": 30,
"tags": [
"vegetarian",
"restaurant",
"breakfast",
"shopping",
"bakery",
"transport",
"patio",
"garden"
]
},
{
"type": "location",
"subType": "POINT_OF_INTEREST",
"id": "AB3F122E3E",
"self": {
"href": "https://amadeus-api.mock.beeceptor.com/v1/reference-data/locations/pois/AB3F122E3E",
"methods": [
"GET"
]
},
"geoCode": {
"latitude": 41.392376,
"longitude": 2.160919
},
"name": "Cervecería Catalana",
"category": "RESTAURANT",
"rank": 30,
"tags": [
"restaurant",
"tapas",
"sightseeing",
"traditionalcuisine",
"bar",
"activities",
"commercialplace"
]
},
{
"type": "location",
"subType": "POINT_OF_INTEREST",
"id": "752402FCA2",
"self": {
"href": "https://amadeus-api.mock.beeceptor.com/v1/reference-data/locations/pois/752402FCA2",
"methods": [
"GET"
]
},
"geoCode": {
"latitude": 41.40043,
"longitude": 2.15463
},
"name": "Botafumeiro",
"category": "RESTAURANT",
"rank": 30,
"tags": [
"restaurant",
"seafood",
"sightseeing",
"professionalservices",
"transport",
"commercialplace"
]
},
{
"type": "location",
"subType": "POINT_OF_INTEREST",
"id": "5F1CED3994",
"self": {
"href": "https://amadeus-api.mock.beeceptor.com/v1/reference-data/locations/pois/5F1CED3994",
"methods": [
"GET"
]
},
"geoCode": {
"latitude": 41.39148,
"longitude": 2.164981
},
"name": "Casa Amatller",
"category": "SIGHTS",
"rank": 100,
"tags": [
"sightseeing",
"sights",
"museum",
"landmark",
"restaurant",
"tourguide",
"historicplace",
"historic",
"attraction",
"commercialplace",
"activities",
"shopping",
"events"
]
},
{
"type": "location",
"subType": "POINT_OF_INTEREST",
"id": "30601A1A90",
"self": {
"href": "https://amadeus-api.mock.beeceptor.com/v1/reference-data/locations/pois/30601A1A90",
"methods": [
"GET"
]
},
"geoCode": {
"latitude": 41.390785,
"longitude": 2.167414
},
"name": "Tapas 24",
"category": "RESTAURANT",
"rank": 100,
"tags": [
"restaurant",
"tapas",
"traditionalcuisine",
"sightseeing",
"commercialplace",
"transport",
"patio",
"garden",
"activities",
"bar"
]
},
{
"type": "location",
"subType": "POINT_OF_INTEREST",
"id": "15C8B8148C",
"self": {
"href": "https://amadeus-api.mock.beeceptor.com/v1/reference-data/locations/pois/15C8B8148C",
"methods": [
"GET"
]
},
"geoCode": {
"latitude": 41.392677,
"longitude": 2.153942
},
"name": "Dry Martini",
"category": "NIGHTLIFE",
"rank": 100,
"tags": [
"bar",
"restaurant",
"nightlife",
"club",
"sightseeing",
"attraction",
"activities"
]
},
{
"type": "location",
"subType": "POINT_OF_INTEREST",
"id": "BD29CF2CCD",
"self": {
"href": "https://amadeus-api.mock.beeceptor.com/v1/reference-data/locations/pois/BD29CF2CCD",
"methods": [
"GET"
]
},
"geoCode": {
"latitude": 41.399193,
"longitude": 2.159853
},
"name": "Con Gracia",
"category": "RESTAURANT",
"rank": 100,
"tags": [
"restaurant",
"sightseeing",
"commercialplace",
"professionalservices",
"activities"
]
},
{
"type": "location",
"subType": "POINT_OF_INTEREST",
"id": "24DE6CE737",
"self": {
"href": "https://amadeus-api.mock.beeceptor.com/v1/reference-data/locations/pois/24DE6CE737",
"methods": [
"GET"
]
},
"geoCode": {
"latitude": 41.390198,
"longitude": 2.156974
},
"name": "Osmosis",
"category": "RESTAURANT",
"rank": 100,
"tags": [
"restaurant",
"shopping",
"transport",
"professionalservices"
]
}
],
"meta": {
"count": 120,
"links": {
"self": "https://amadeus-api.mock.beeceptor.com/v1/reference-data/locations/pois?latitude=41.397158&longitude=2.160873",
"next": "https://amadeus-api.mock.beeceptor.com/v1/reference-data/locations/pois?latitude=41.397158&longitude=2.160873&page[offset]=10&page[limit]=10",
"last": "https://amadeus-api.mock.beeceptor.com/v1/reference-data/locations/pois?latitude=41.397158&longitude=2.160873&page[offset]=120&page[limit]=10",
"first": "https://amadeus-api.mock.beeceptor.com/v1/reference-data/locations/pois?latitude=41.397158&longitude=2.160873&page[offset]=0&page[limit]=10",
"up": "https://amadeus-api.mock.beeceptor.com/v1/reference-data/locations/pois?latitude=41.397158&longitude=2.160873"
}
}
}{
"errors": [
{
"status": 400,
"code": 477,
"title": "INVALID FORMAT",
"detail": "invalid query parameter format",
"source": {
"parameter": "airport",
"example": "CDG"
}
}
]
}{
"errors": [
{
"status": 500,
"code": 141,
"title": "SYSTEM ERROR HAS OCCURRED"
}
]
}GET
| Query Parameter Name | Example |
|---|---|
north* | 41.397158 |
west* | 2.160873 |
south* | 41.394582 |
east* | 2.177181 |
page[limit] | -10420314 |
page[offset] | 9816737 |
categories | ["RESTAURANT","SIGHTS","RESTAURANT","NIGHTLIFE","NIGHTLIFE"] |
{
"data": [
{
"type": "location",
"subType": "POINT_OF_INTEREST",
"id": "9CB40CB5D0",
"self": {
"href": "https://amadeus-api.mock.beeceptor.com/v1/reference-data/locations/pois/9CB40CB5D0",
"methods": [
"GET"
]
},
"geoCode": {
"latitude": 41.39165,
"longitude": 2.164772
},
"name": "Casa Batlló",
"category": "SIGHTS",
"rank": 5,
"tags": [
"sightseeing",
"sights",
"museum",
"landmark",
"tourguide",
"restaurant",
"attraction",
"activities",
"commercialplace",
"shopping",
"souvenir"
]
},
{
"type": "location",
"subType": "POINT_OF_INTEREST",
"id": "4690B83DCA",
"self": {
"href": "https://amadeus-api.mock.beeceptor.com/v1/reference-data/locations/pois/4690B83DCA",
"methods": [
"GET"
]
},
"geoCode": {
"latitude": 41.397987,
"longitude": 2.161159
},
"name": "La Pepita",
"category": "RESTAURANT",
"rank": 30,
"tags": [
"restaurant",
"tapas",
"pub",
"bar",
"sightseeing",
"commercialplace"
]
},
{
"type": "location",
"subType": "POINT_OF_INTEREST",
"id": "3EF139D861",
"self": {
"href": "https://amadeus-api.mock.beeceptor.com/v1/reference-data/locations/pois/3EF139D861",
"methods": [
"GET"
]
},
"geoCode": {
"latitude": 41.38827,
"longitude": 2.161604
},
"name": "Brunch & Cake",
"category": "RESTAURANT",
"rank": 30,
"tags": [
"vegetarian",
"restaurant",
"breakfast",
"shopping",
"bakery",
"transport",
"patio",
"garden"
]
},
{
"type": "location",
"subType": "POINT_OF_INTEREST",
"id": "AB3F122E3E",
"self": {
"href": "https://amadeus-api.mock.beeceptor.com/v1/reference-data/locations/pois/AB3F122E3E",
"methods": [
"GET"
]
},
"geoCode": {
"latitude": 41.392376,
"longitude": 2.160919
},
"name": "Cervecería Catalana",
"category": "RESTAURANT",
"rank": 30,
"tags": [
"restaurant",
"tapas",
"sightseeing",
"traditionalcuisine",
"bar",
"activities",
"commercialplace"
]
},
{
"type": "location",
"subType": "POINT_OF_INTEREST",
"id": "752402FCA2",
"self": {
"href": "https://amadeus-api.mock.beeceptor.com/v1/reference-data/locations/pois/752402FCA2",
"methods": [
"GET"
]
},
"geoCode": {
"latitude": 41.40043,
"longitude": 2.15463
},
"name": "Botafumeiro",
"category": "RESTAURANT",
"rank": 30,
"tags": [
"restaurant",
"seafood",
"sightseeing",
"professionalservices",
"transport",
"commercialplace"
]
},
{
"type": "location",
"subType": "POINT_OF_INTEREST",
"id": "5F1CED3994",
"self": {
"href": "https://amadeus-api.mock.beeceptor.com/v1/reference-data/locations/pois/5F1CED3994",
"methods": [
"GET"
]
},
"geoCode": {
"latitude": 41.39148,
"longitude": 2.164981
},
"name": "Casa Amatller",
"category": "SIGHTS",
"rank": 100,
"tags": [
"sightseeing",
"sights",
"museum",
"landmark",
"restaurant",
"tourguide",
"historicplace",
"historic",
"attraction",
"commercialplace",
"activities",
"shopping",
"events"
]
},
{
"type": "location",
"subType": "POINT_OF_INTEREST",
"id": "30601A1A90",
"self": {
"href": "https://amadeus-api.mock.beeceptor.com/v1/reference-data/locations/pois/30601A1A90",
"methods": [
"GET"
]
},
"geoCode": {
"latitude": 41.390785,
"longitude": 2.167414
},
"name": "Tapas 24",
"category": "RESTAURANT",
"rank": 100,
"tags": [
"restaurant",
"tapas",
"traditionalcuisine",
"sightseeing",
"commercialplace",
"transport",
"patio",
"garden",
"activities",
"bar"
]
},
{
"type": "location",
"subType": "POINT_OF_INTEREST",
"id": "15C8B8148C",
"self": {
"href": "https://amadeus-api.mock.beeceptor.com/v1/reference-data/locations/pois/15C8B8148C",
"methods": [
"GET"
]
},
"geoCode": {
"latitude": 41.392677,
"longitude": 2.153942
},
"name": "Dry Martini",
"category": "NIGHTLIFE",
"rank": 100,
"tags": [
"bar",
"restaurant",
"nightlife",
"club",
"sightseeing",
"attraction",
"activities"
]
},
{
"type": "location",
"subType": "POINT_OF_INTEREST",
"id": "BD29CF2CCD",
"self": {
"href": "https://amadeus-api.mock.beeceptor.com/v1/reference-data/locations/pois/BD29CF2CCD",
"methods": [
"GET"
]
},
"geoCode": {
"latitude": 41.399193,
"longitude": 2.159853
},
"name": "Con Gracia",
"category": "RESTAURANT",
"rank": 100,
"tags": [
"restaurant",
"sightseeing",
"commercialplace",
"professionalservices",
"activities"
]
},
{
"type": "location",
"subType": "POINT_OF_INTEREST",
"id": "24DE6CE737",
"self": {
"href": "https://amadeus-api.mock.beeceptor.com/v1/reference-data/locations/pois/24DE6CE737",
"methods": [
"GET"
]
},
"geoCode": {
"latitude": 41.390198,
"longitude": 2.156974
},
"name": "Osmosis",
"category": "RESTAURANT",
"rank": 100,
"tags": [
"restaurant",
"shopping",
"transport",
"professionalservices"
]
}
],
"meta": {
"count": 120,
"links": {
"self": "https://amadeus-api.mock.beeceptor.com/v1/reference-data/locations/pois?latitude=41.397158&longitude=2.160873",
"next": "https://amadeus-api.mock.beeceptor.com/v1/reference-data/locations/pois?latitude=41.397158&longitude=2.160873&page[offset]=10&page[limit]=10",
"last": "https://amadeus-api.mock.beeceptor.com/v1/reference-data/locations/pois?latitude=41.397158&longitude=2.160873&page[offset]=120&page[limit]=10",
"first": "https://amadeus-api.mock.beeceptor.com/v1/reference-data/locations/pois?latitude=41.397158&longitude=2.160873&page[offset]=0&page[limit]=10",
"up": "https://amadeus-api.mock.beeceptor.com/v1/reference-data/locations/pois?latitude=41.397158&longitude=2.160873"
}
}
}{
"errors": [
{
"status": 400,
"code": 477,
"title": "INVALID FORMAT",
"detail": "invalid query parameter format",
"source": {
"parameter": "airport",
"example": "CDG"
}
}
]
}{
"errors": [
{
"status": 500,
"code": 141,
"title": "SYSTEM ERROR HAS OCCURRED"
}
]
}GET
| Query Parameter Name | Example |
|---|---|
latitude* | 41.397158 |
longitude* | 2.160873 |
radius | 8 |
page[limit] | 81082628 |
page[offset] | -78212366 |
{
"meta": {
"count": 43,
"links": {
"self": "https://amadeus-api.mock.beeceptor.com/v1/safety/safety-rated-locations?latitude=41.397158&longitude=2.160873&radius=2",
"next": "https://amadeus-api.mock.beeceptor.com/v1/safety/safety-rated-locations?latitude=41.397158&longitude=2.160873&page%5Boffset%5D=1&radius=2",
"last": "https://amadeus-api.mock.beeceptor.com/v1/safety/safety-rated-locations?latitude=41.397158&longitude=2.160873&page%5Boffset%5D=4&radius=2",
"first": "https://amadeus-api.mock.beeceptor.com/v1/safety/safety-rated-locations?latitude=41.397158&longitude=2.160873&page%5Boffset%5D=0&radius=2"
}
},
"data": [
{
"type": "safety-rated-location",
"id": "Q930402719",
"self": {
"type": "https://amadeus-api.mock.beeceptor.com/v1/safety/safety-rated-locations/Q930402719",
"methods": [
"GET"
]
},
"subType": "CITY",
"name": "Barcelona",
"geoCode": {
"latitude": 41.385064,
"longitude": 2.173404
},
"safetyScores": {
"lgbtq": 39,
"medical": 0,
"overall": 45,
"physicalHarm": 36,
"politicalFreedom": 50,
"theft": 44,
"women": 34
}
},
{
"type": "safety-rated-location",
"id": "Q930402720",
"self": {
"type": "https://amadeus-api.mock.beeceptor.com/v1/safety/safety-rated-locations/Q930402720",
"methods": [
"GET"
]
},
"subType": "DISTRICT",
"name": "Antiga Esquerra de l'Eixample (Barcelona)",
"geoCode": {
"latitude": 41.3885573,
"longitude": 2.1573033
},
"safetyScores": {
"lgbtq": 37,
"medical": 0,
"overall": 44,
"physicalHarm": 34,
"politicalFreedom": 50,
"theft": 42,
"women": 33
}
},
{
"type": "safety-rated-location",
"id": "Q930402721",
"self": {
"type": "https://amadeus-api.mock.beeceptor.com/v1/safety/safety-rated-locations/Q930402721",
"methods": [
"GET"
]
},
"subType": "DISTRICT",
"name": "Baix Guinardó (Barcelona)",
"geoCode": {
"latitude": 41.412131,
"longitude": 2.1683571
},
"safetyScores": {
"lgbtq": 37,
"medical": 0,
"overall": 44,
"physicalHarm": 34,
"politicalFreedom": 50,
"theft": 42,
"women": 33
}
},
{
"type": "safety-rated-location",
"id": "Q930402722",
"self": {
"type": "https://amadeus-api.mock.beeceptor.com/v1/safety/safety-rated-locations/Q930402722",
"methods": [
"GET"
]
},
"subType": "DISTRICT",
"name": "Barceloneta (Barcelona)",
"geoCode": {
"latitude": 41.380894,
"longitude": 2.189385
},
"safetyScores": {
"lgbtq": 42,
"medical": 0,
"overall": 47,
"physicalHarm": 39,
"politicalFreedom": 50,
"theft": 49,
"women": 34
}
},
{
"type": "safety-rated-location",
"id": "Q930402724",
"self": {
"type": "https://amadeus-api.mock.beeceptor.com/v1/safety/safety-rated-locations/Q930402724",
"methods": [
"GET"
]
},
"subType": "DISTRICT",
"name": "Can Baró (Barcelona)",
"geoCode": {
"latitude": 41.4172284,
"longitude": 2.163444
},
"safetyScores": {
"lgbtq": 37,
"medical": 0,
"overall": 44,
"physicalHarm": 34,
"politicalFreedom": 50,
"theft": 42,
"women": 33
}
},
{
"type": "safety-rated-location",
"id": "Q930402731",
"self": {
"type": "https://amadeus-api.mock.beeceptor.com/v1/safety/safety-rated-locations/Q930402731",
"methods": [
"GET"
]
},
"subType": "DISTRICT",
"name": "El Born (Barcelona)",
"geoCode": {
"latitude": 41.384728,
"longitude": 2.18286
},
"safetyScores": {
"lgbtq": 42,
"medical": 0,
"overall": 47,
"physicalHarm": 39,
"politicalFreedom": 50,
"theft": 49,
"women": 34
}
},
{
"type": "safety-rated-location",
"id": "Q930402732",
"self": {
"type": "https://amadeus-api.mock.beeceptor.com/v1/safety/safety-rated-locations/Q930402732",
"methods": [
"GET"
]
},
"subType": "DISTRICT",
"name": "El Camp de l'Arpa del Clot (Barcelona)",
"geoCode": {
"latitude": 41.4118532,
"longitude": 2.1830997
},
"safetyScores": {
"lgbtq": 37,
"medical": 0,
"overall": 45,
"physicalHarm": 35,
"politicalFreedom": 50,
"theft": 43,
"women": 33
}
},
{
"type": "safety-rated-location",
"id": "Q930402733",
"self": {
"type": "https://amadeus-api.mock.beeceptor.com/v1/safety/safety-rated-locations/Q930402733",
"methods": [
"GET"
]
},
"subType": "DISTRICT",
"name": "El Camp d'en Grassot i Gràcia Nova (Barcelona)",
"geoCode": {
"latitude": 41.4046685,
"longitude": 2.1659005
},
"safetyScores": {
"lgbtq": 37,
"medical": 0,
"overall": 44,
"physicalHarm": 34,
"politicalFreedom": 50,
"theft": 42,
"women": 33
}
},
{
"type": "safety-rated-location",
"id": "Q930402734",
"self": {
"type": "https://amadeus-api.mock.beeceptor.com/v1/safety/safety-rated-locations/Q930402734",
"methods": [
"GET"
]
},
"subType": "DISTRICT",
"name": "El Carmel (Barcelona)",
"geoCode": {
"latitude": 41.422371,
"longitude": 2.1560753
},
"safetyScores": {
"lgbtq": 37,
"medical": 0,
"overall": 44,
"physicalHarm": 34,
"politicalFreedom": 50,
"theft": 42,
"women": 33
}
},
{
"type": "safety-rated-location",
"id": "Q930402735",
"self": {
"type": "https://amadeus-api.mock.beeceptor.com/v1/safety/safety-rated-locations/Q930402735",
"methods": [
"GET"
]
},
"subType": "DISTRICT",
"name": "El Clot (Barcelona)",
"geoCode": {
"latitude": 41.4097037,
"longitude": 2.1892366
},
"safetyScores": {
"lgbtq": 37,
"medical": 0,
"overall": 45,
"physicalHarm": 35,
"politicalFreedom": 50,
"theft": 43,
"women": 33
}
}
]
}{
"errors": [
{
"status": 400,
"code": 477,
"title": "INVALID FORMAT",
"detail": "invalid query parameter format",
"source": {
"parameter": "airport",
"example": "CDG"
}
}
]
}{
"errors": [
{
"status": 500,
"code": 141,
"title": "SYSTEM ERROR HAS OCCURRED"
}
]
}GET
| Query Parameter Name | Example |
|---|---|
north* | 41.397158 |
west* | 2.160873 |
south* | 41.394582 |
east* | 2.177181 |
page[limit] | -91887118 |
page[offset] | -33442491 |
{
"meta": {
"count": 43,
"links": {
"self": "https://amadeus-api.mock.beeceptor.com/v1/safety/safety-rated-locations?latitude=41.397158&longitude=2.160873&radius=2",
"next": "https://amadeus-api.mock.beeceptor.com/v1/safety/safety-rated-locations?latitude=41.397158&longitude=2.160873&page%5Boffset%5D=1&radius=2",
"last": "https://amadeus-api.mock.beeceptor.com/v1/safety/safety-rated-locations?latitude=41.397158&longitude=2.160873&page%5Boffset%5D=4&radius=2",
"first": "https://amadeus-api.mock.beeceptor.com/v1/safety/safety-rated-locations?latitude=41.397158&longitude=2.160873&page%5Boffset%5D=0&radius=2"
}
},
"data": [
{
"type": "safety-rated-location",
"id": "Q930402719",
"self": {
"type": "https://amadeus-api.mock.beeceptor.com/v1/safety/safety-rated-locations/Q930402719",
"methods": [
"GET"
]
},
"subType": "CITY",
"name": "Barcelona",
"geoCode": {
"latitude": 41.385064,
"longitude": 2.173404
},
"safetyScores": {
"lgbtq": 39,
"medical": 0,
"overall": 45,
"physicalHarm": 36,
"politicalFreedom": 50,
"theft": 44,
"women": 34
}
},
{
"type": "safety-rated-location",
"id": "Q930402720",
"self": {
"type": "https://amadeus-api.mock.beeceptor.com/v1/safety/safety-rated-locations/Q930402720",
"methods": [
"GET"
]
},
"subType": "DISTRICT",
"name": "Antiga Esquerra de l'Eixample (Barcelona)",
"geoCode": {
"latitude": 41.3885573,
"longitude": 2.1573033
},
"safetyScores": {
"lgbtq": 37,
"medical": 0,
"overall": 44,
"physicalHarm": 34,
"politicalFreedom": 50,
"theft": 42,
"women": 33
}
},
{
"type": "safety-rated-location",
"id": "Q930402721",
"self": {
"type": "https://amadeus-api.mock.beeceptor.com/v1/safety/safety-rated-locations/Q930402721",
"methods": [
"GET"
]
},
"subType": "DISTRICT",
"name": "Baix Guinardó (Barcelona)",
"geoCode": {
"latitude": 41.412131,
"longitude": 2.1683571
},
"safetyScores": {
"lgbtq": 37,
"medical": 0,
"overall": 44,
"physicalHarm": 34,
"politicalFreedom": 50,
"theft": 42,
"women": 33
}
},
{
"type": "safety-rated-location",
"id": "Q930402722",
"self": {
"type": "https://amadeus-api.mock.beeceptor.com/v1/safety/safety-rated-locations/Q930402722",
"methods": [
"GET"
]
},
"subType": "DISTRICT",
"name": "Barceloneta (Barcelona)",
"geoCode": {
"latitude": 41.380894,
"longitude": 2.189385
},
"safetyScores": {
"lgbtq": 42,
"medical": 0,
"overall": 47,
"physicalHarm": 39,
"politicalFreedom": 50,
"theft": 49,
"women": 34
}
},
{
"type": "safety-rated-location",
"id": "Q930402724",
"self": {
"type": "https://amadeus-api.mock.beeceptor.com/v1/safety/safety-rated-locations/Q930402724",
"methods": [
"GET"
]
},
"subType": "DISTRICT",
"name": "Can Baró (Barcelona)",
"geoCode": {
"latitude": 41.4172284,
"longitude": 2.163444
},
"safetyScores": {
"lgbtq": 37,
"medical": 0,
"overall": 44,
"physicalHarm": 34,
"politicalFreedom": 50,
"theft": 42,
"women": 33
}
},
{
"type": "safety-rated-location",
"id": "Q930402731",
"self": {
"type": "https://amadeus-api.mock.beeceptor.com/v1/safety/safety-rated-locations/Q930402731",
"methods": [
"GET"
]
},
"subType": "DISTRICT",
"name": "El Born (Barcelona)",
"geoCode": {
"latitude": 41.384728,
"longitude": 2.18286
},
"safetyScores": {
"lgbtq": 42,
"medical": 0,
"overall": 47,
"physicalHarm": 39,
"politicalFreedom": 50,
"theft": 49,
"women": 34
}
},
{
"type": "safety-rated-location",
"id": "Q930402732",
"self": {
"type": "https://amadeus-api.mock.beeceptor.com/v1/safety/safety-rated-locations/Q930402732",
"methods": [
"GET"
]
},
"subType": "DISTRICT",
"name": "El Camp de l'Arpa del Clot (Barcelona)",
"geoCode": {
"latitude": 41.4118532,
"longitude": 2.1830997
},
"safetyScores": {
"lgbtq": 37,
"medical": 0,
"overall": 45,
"physicalHarm": 35,
"politicalFreedom": 50,
"theft": 43,
"women": 33
}
},
{
"type": "safety-rated-location",
"id": "Q930402733",
"self": {
"type": "https://amadeus-api.mock.beeceptor.com/v1/safety/safety-rated-locations/Q930402733",
"methods": [
"GET"
]
},
"subType": "DISTRICT",
"name": "El Camp d'en Grassot i Gràcia Nova (Barcelona)",
"geoCode": {
"latitude": 41.4046685,
"longitude": 2.1659005
},
"safetyScores": {
"lgbtq": 37,
"medical": 0,
"overall": 44,
"physicalHarm": 34,
"politicalFreedom": 50,
"theft": 42,
"women": 33
}
},
{
"type": "safety-rated-location",
"id": "Q930402734",
"self": {
"type": "https://amadeus-api.mock.beeceptor.com/v1/safety/safety-rated-locations/Q930402734",
"methods": [
"GET"
]
},
"subType": "DISTRICT",
"name": "El Carmel (Barcelona)",
"geoCode": {
"latitude": 41.422371,
"longitude": 2.1560753
},
"safetyScores": {
"lgbtq": 37,
"medical": 0,
"overall": 44,
"physicalHarm": 34,
"politicalFreedom": 50,
"theft": 42,
"women": 33
}
},
{
"type": "safety-rated-location",
"id": "Q930402735",
"self": {
"type": "https://amadeus-api.mock.beeceptor.com/v1/safety/safety-rated-locations/Q930402735",
"methods": [
"GET"
]
},
"subType": "DISTRICT",
"name": "El Clot (Barcelona)",
"geoCode": {
"latitude": 41.4097037,
"longitude": 2.1892366
},
"safetyScores": {
"lgbtq": 37,
"medical": 0,
"overall": 45,
"physicalHarm": 35,
"politicalFreedom": 50,
"theft": 43,
"women": 33
}
}
]
}{
"errors": [
{
"status": 400,
"code": 477,
"title": "INVALID FORMAT",
"detail": "invalid query parameter format",
"source": {
"parameter": "airport",
"example": "CDG"
}
}
]
}{
"errors": [
{
"status": 500,
"code": 141,
"title": "SYSTEM ERROR HAS OCCURRED"
}
]
}GET
| Query Parameter Name | Example |
|---|---|
latitude* | 41.397158 |
longitude* | 2.160873 |
radius | -69784332 |
{
"meta": {
"count": "1",
"links": {
"self": "https://amadeus-api.mock.beeceptor.com/v1/shopping/activities?longitude=-3.69170868&latitude=40.41436995&radius=1"
}
},
"data": [
{
"id": "23642",
"type": "activity",
"self": {
"href": "https://amadeus-api.mock.beeceptor.com/v1/shopping/activities/23642",
"methods": [
"GET"
]
},
"name": "Skip-the-line tickets to the Prado Museum",
"shortDescription": "Book your tickets for the Prado Museum in Madrid, discover masterpieces by Velázquez, Goya, Mantegna, Raphael, Tintoretto and access all temporary exhibitions.",
"geoCode": {
"latitude": "40.414000",
"longitude": "-3.691000"
},
"rating": "4.500000",
"pictures": [
"https://images.musement.com/cover/0001/07/prado-museum-tickets_header-6456.jpeg?w=500"
],
"bookingLink": "https://b2c.mla.cloud/c/QCejqyor?c=2WxbgL36",
"price": {
"currencyCode": "EUR",
"amount": "16.00"
}
}
]
}{
"errors": [
{
"status": 400,
"code": 477,
"title": "INVALID FORMAT",
"detail": "invalid query parameter format",
"source": {
"parameter": "airport",
"example": "CDG"
}
}
]
}{
"errors": [
{
"status": 500,
"code": 141,
"title": "SYSTEM ERROR HAS OCCURRED"
}
]
}GET
| Query Parameter Name | Example |
|---|---|
north* | 41.397158 |
west* | 2.160873 |
south* | 41.394582 |
east* | 2.177181 |
{
"meta": {
"count": "1",
"links": {
"self": "https://amadeus-api.mock.beeceptor.com/v1/shopping/activities?longitude=-3.69170868&latitude=40.41436995&radius=1"
}
},
"data": [
{
"id": "23642",
"type": "activity",
"self": {
"href": "https://amadeus-api.mock.beeceptor.com/v1/shopping/activities/23642",
"methods": [
"GET"
]
},
"name": "Skip-the-line tickets to the Prado Museum",
"shortDescription": "Book your tickets for the Prado Museum in Madrid, discover masterpieces by Velázquez, Goya, Mantegna, Raphael, Tintoretto and access all temporary exhibitions.",
"geoCode": {
"latitude": "40.414000",
"longitude": "-3.691000"
},
"rating": "4.500000",
"pictures": [
"https://images.musement.com/cover/0001/07/prado-museum-tickets_header-6456.jpeg?w=500"
],
"bookingLink": "https://b2c.mla.cloud/c/QCejqyor?c=2WxbgL36",
"price": {
"currencyCode": "EUR",
"amount": "16.00"
}
}
]
}{
"errors": [
{
"status": 400,
"code": 477,
"title": "INVALID FORMAT",
"detail": "invalid query parameter format",
"source": {
"parameter": "airport",
"example": "CDG"
}
}
]
}{
"errors": [
{
"status": 500,
"code": 141,
"title": "SYSTEM ERROR HAS OCCURRED"
}
]
}Hotel Ratings
GET
| Query Parameter Name | Example |
|---|---|
hotelIds* | ["TELONMFS"] |
{
"data": [
{
"type": "hotelSentiment",
"numberOfReviews": 218,
"numberOfRatings": 278,
"hotelId": "ADNYCCTB",
"overallRating": 93,
"sentiments": {
"sleepQuality": 87,
"service": 98,
"facilities": 90,
"roomComforts": 92,
"valueForMoney": 87,
"catering": 89,
"location": 98,
"pointsOfInterest": 91,
"staff": 100
}
},
{
"type": "hotelSentiment",
"numberOfReviews": 2667,
"numberOfRatings": 2666,
"hotelId": "TELONMFS",
"overallRating": 81,
"sentiments": {
"sleepQuality": 78,
"service": 80,
"facilities": 75,
"roomComforts": 87,
"valueForMoney": 75,
"catering": 81,
"location": 89,
"internet": 72,
"pointsOfInterest": 81,
"staff": 89
}
}
],
"meta": {
"count": 1,
"links": {
"self": "https://amadeus-api.mock.beeceptor.com/v2/e-reputation/hotel-sentiments?hotelIds=ADNYCCTB,TELONMFS,XXXYYY01"
}
},
"warnings": [
{
"code": 913,
"title": "PROPERTIES NOT FOUND",
"detail": "Some of the requested properties were not found in our database.",
"source": {
"parameter": "hotelIds",
"pointer": "XXXYYY01"
}
}
]
}{
"errors": [
{
"code": 388,
"detail": "Occaecati ter urbanus totidem.",
"documentation": "https://sticky-ceramics.name/",
"source": {
"example": "porro",
"parameter": "aut",
"pointer": "crinis"
},
"status": 505,
"title": "pauci"
},
{
"code": 601,
"detail": "Spiculum expedita quis condico crebro urbs molestiae civis tamen.",
"documentation": "https://humiliating-haircut.biz",
"source": {
"example": "textus",
"parameter": "vergo",
"pointer": "patruus"
},
"status": 409,
"title": "cenaculum"
},
{
"code": 594,
"detail": "Tardus uredo tepidus admitto absque.",
"documentation": "https://antique-bug.biz/",
"source": {
"example": "tricesimus",
"parameter": "illum",
"pointer": "vomica"
},
"status": 206,
"title": "synagoga"
},
{
"code": 345,
"detail": "Sulum adopto cogito tristis.",
"documentation": "https://shady-waterspout.com/",
"source": {
"example": "debilito",
"parameter": "taedium",
"pointer": "angulus"
},
"status": 422,
"title": "eligendi"
}
]
}{
"errors": [
{
"status": 401,
"code": 20,
"title": "RESTRICTED",
"detail": "Query unauthorized"
}
]
}{
"errors": [
{
"status": 500,
"code": 141,
"title": "SYSTEM ERROR HAS OCCURRED"
}
]
}shopping(2 operations)
GET
| Query Parameter Name | Example |
|---|---|
hotelIds* | ["MCLONGHM"] |
adults | 1 |
checkInDate | 2023-11-22 |
checkOutDate | 1961-11-11 |
countryOfResidence | WQ |
roomQuantity | 5 |
priceRange | nostrud incididunt sed |
currency | HAG |
paymentPolicy | NONE |
boardType | BREAKFAST |
includeClosed | true |
bestRateOnly | true |
lang | M2 |
{
"data": [
{
"type": "hotel-offers",
"hotel": {
"type": "hotel",
"hotelId": "MCLONGHM",
"chainCode": "MC",
"dupeId": "700031300",
"name": "JW Marriott Grosvenor House London",
"cityCode": "LON",
"latitude": 51.50988,
"longitude": -0.15509
},
"available": true,
"offers": [
{
"id": "TSXOJ6LFQ2",
"checkInDate": "2023-11-22",
"checkOutDate": "2023-11-23",
"rateCode": "V ",
"rateFamilyEstimated": {
"code": "PRO",
"type": "P"
},
"room": {
"type": "ELE",
"typeEstimated": {
"category": "EXECUTIVE_ROOM",
"beds": 1,
"bedType": "DOUBLE"
},
"description": {
"text": "Prepay Non-refundable Non-changeable, prepay in full\nExecutive King Room, Executive Lounge Access,\n1 King, 35sqm/377sqft-40sqm/430sqft, Wireless",
"lang": "EN"
}
},
"guests": {
"adults": 1
},
"price": {
"currency": "GBP",
"base": "716.00",
"total": "716.00",
"variations": {
"average": {
"base": "716.00"
},
"changes": [
{
"startDate": "2023-11-22",
"endDate": "2023-11-23",
"total": "716.00"
}
]
}
},
"policies": {
"paymentType": "deposit",
"cancellation": {
"description": {
"text": "NON-REFUNDABLE RATE"
},
"type": "FULL_STAY"
}
},
"self": "https://amadeus-api.mock.beeceptor.com/v3/shopping/hotel-offers/TSXOJ6LFQ2"
}
],
"self": "https://amadeus-api.mock.beeceptor.com/v3/shopping/hotel-offers?hotelIds=MCLONGHM&adults=1&checkInDate=2023-11-22&paymentPolicy=NONE&roomQuantity=1"
}
]
}{
"errors": [
{
"code": 3919,
"detail": "Auctus tibi adiuvo calcar adhaero adeo.",
"documentation": "https://cavernous-hydrant.net",
"source": {
"example": "ADPAR001",
"parameter": "checkInDate",
"pointer": "/data/offerId"
},
"status": 507,
"title": "Resource Not Found"
}
]
}{
"errors": [
{
"code": 8046,
"detail": "Rerum suadeo vereor abduco carmen.",
"documentation": "https://dim-t-shirt.info/",
"source": {
"example": "2026-06-05",
"parameter": "checkOutDate",
"pointer": "/data/hotelId"
},
"status": 511,
"title": "Invalid Request"
},
{
"code": 6522,
"detail": "Apostolus acies doloremque pectus capto bos thorax numquam aqua.",
"documentation": "https://subdued-chapel.name/",
"source": {
"example": "2026-06-05",
"parameter": "currency",
"pointer": "/data/hotelId"
},
"status": 406,
"title": "Authentication Error"
},
{
"code": 8742,
"detail": "Vivo terminatio cinis bardus contabesco causa.",
"documentation": "https://muted-midwife.biz",
"source": {
"example": "ADPAR001",
"parameter": "checkOutDate",
"pointer": "/data/offerId"
},
"status": 413,
"title": "Internal Server Error"
}
]
}GET
| Query Parameter Name | Example |
|---|---|
lang | ip1gU |
{
"data": {
"type": "hotel-offers",
"hotel": {
"type": "hotel",
"hotelId": "MCLONGHM",
"chainCode": "MC",
"name": "JW MARRIOTT GROSVENOR HOUSE",
"cityCode": "LON",
"address": {
"countryCode": "GB"
},
"amenities": [
"CRIBS_AVAILABLE"
]
},
"available": true,
"offers": [
{
"id": "TSXOJ6LFQ2",
"checkInDate": "2023-11-22",
"checkOutDate": "2023-11-23",
"rateCode": "V ",
"rateFamilyEstimated": {
"code": "PRO",
"type": "P"
},
"description": {
"text": "Executive King Room, Executive Lounge Access, 1 King, 35sqm/377sqft-40sqm/430sqft, Wireless in ternet, for a fee, Wired internet, for a fee, C A credit card is required for payment to guarantee the Prepay Non-refundable Non-changeable rate. Prepay rates will be charged the full cost of the reservation within 24 hours of making the reservation. If payment is unsuccessful within 48 hours of making the reservation, the hotel reserves the right to cancel the reservation. Date changes to the reservation are not allowed. Cancellation will result in forfeiture of the prepayment. The credit card used at the time of making the reservation must be valid for the entire stay.",
"lang": "EN"
},
"room": {
"type": "ELE",
"typeEstimated": {
"beds": 1,
"bedType": "DOUBLE"
},
"description": {
"text": "Prepay Non-refundable Non-changeable, prepay in full",
"lang": "EN"
}
},
"guests": {
"adults": 1
},
"price": {
"currency": "GBP",
"base": "716.00",
"total": "716.00",
"variations": {
"changes": [
{
"startDate": "2023-11-22",
"endDate": "2023-11-23",
"base": "716.00"
}
]
}
},
"policies": {
"paymentType": "deposit",
"cancellation": {
"description": {
"text": "NON-REFUNDABLE RATE"
},
"type": "FULL_STAY"
}
}
}
]
},
"meta": {
"lang": "EN"
}
}{
"errors": [
{
"code": 8394,
"detail": "Tempus crudelis stillicidium ipsum bibo.",
"documentation": "https://unwritten-governance.net/",
"source": {
"example": "ADPAR001",
"parameter": "checkOutDate",
"pointer": "/data/hotelId"
},
"status": 510,
"title": "Resource Not Found"
}
]
}{
"errors": [
{
"code": 6707,
"detail": "Ante brevis demum decor abundans summisse.",
"documentation": "https://usable-ecliptic.biz/",
"source": {
"example": "2026-06-05",
"parameter": "hotelId",
"pointer": "/data/offerId"
},
"status": 428,
"title": "Invalid Request"
}
]
}{
"errors": [
{
"code": 6405,
"detail": "Umerus minima blandior.",
"documentation": "https://good-responsibility.biz/",
"source": {
"example": "ADPAR001",
"parameter": "checkOutDate",
"pointer": "/data/offerId"
},
"status": 412,
"title": "Invalid Request"
},
{
"code": 3783,
"detail": "Adulatio rem triduana vicissitudo stella arbitro causa tepidus.",
"documentation": "https://squiggly-gazebo.info/",
"source": {
"example": "2026-06-05",
"parameter": "checkInDate",
"pointer": "/data/hotelId"
},
"status": 504,
"title": "Invalid Request"
},
{
"code": 9729,
"detail": "Unde decimus aperte vinum.",
"documentation": "https://finished-cake.net/",
"source": {
"example": "ADPAR001",
"parameter": "currency",
"pointer": "/data/offerId"
},
"status": 402,
"title": "Invalid Request"
},
{
"code": 3305,
"detail": "Voluptatem constans conqueror bestia tantillus paulatim advoco.",
"documentation": "https://separate-formamide.name/",
"source": {
"example": "EUR",
"parameter": "checkOutDate",
"pointer": "/data/hotelId"
},
"status": 403,
"title": "Internal Server Error"
}
]
}category-rated-areas
GET
| Query Parameter Name | Example |
|---|---|
latitude* | 41.397158 |
longitude* | 2.160873 |
{
"meta": {
"count": 3,
"links": {
"self": "https://amadeus-api.mock.beeceptor.com/v1/location/analytics/category-rated-areas?latitude=41.397158&longitude=2.160873"
}
},
"data": [
{
"type": "category-rated-area",
"geoCode": {
"longitude": 41.397158,
"latitude": 2.160873
},
"radius": 200,
"categoryScores": {
"sight": {
"overall": 90,
"historical": 86,
"beachAndPark": 0
},
"restaurant": {
"overall": 99,
"vegetarian": 82
},
"shopping": {
"overall": 99,
"luxury": 97
},
"nightLife": {
"overall": 93
}
}
},
{
"type": "category-rated-area",
"geoCode": {
"longitude": 41.397158,
"latitude": 2.160873
},
"radius": 500,
"categoryScores": {
"sight": {
"overall": 99,
"historical": 89,
"beachAndPark": 0
},
"restaurant": {
"overall": 99,
"vegetarian": 92
},
"shopping": {
"overall": 99,
"luxury": 99
},
"nightLife": {
"overall": 96
}
}
},
{
"type": "category-rated-area",
"geoCode": {
"longitude": 41.397158,
"latitude": 2.160873
},
"radius": 1500,
"categoryScores": {
"sight": {
"overall": 99,
"historical": 99,
"beachAndPark": 58
},
"restaurant": {
"overall": 99,
"vegetarian": 99
},
"shopping": {
"overall": 99,
"luxury": 99
},
"nightLife": {
"overall": 99
}
}
}
]
}{
"errors": [
{
"status": 400,
"code": 477,
"title": "INVALID FORMAT",
"detail": "invalid query parameter format",
"source": {
"parameter": "latitude",
"example": "41.397158"
}
}
]
}{
"errors": [
{
"status": 500,
"code": 141,
"title": "SYSTEM ERROR HAS OCCURRED"
}
]
}flights
GET
| Query Parameter Name | Example |
|---|---|
carrierCode* | TP |
flightNumber* | 487 |
scheduledDepartureDate* | 2023-08-01 |
operationalSuffix | qui adipisicing incididunt |
{
"meta": {
"count": 1,
"links": {
"self": "https://amadeus-api.mock.beeceptor.com/v2/schedule/flights?carrierCode=TP&flightNumber=487&scheduledDepartureDate=2023-08-01"
}
},
"data": [
{
"type": "DatedFlight",
"scheduledDepartureDate": "2023-08-01",
"flightDesignator": {
"carrierCode": "TP",
"flightNumber": 487
},
"flightPoints": [
{
"iataCode": "NCE",
"departure": {
"timings": [
{
"qualifier": "STD",
"value": "2023-08-01T18:10+02:00"
}
]
}
},
{
"iataCode": "LIS",
"arrival": {
"timings": [
{
"qualifier": "STA",
"value": "2023-08-01T19:45+01:00"
}
]
}
}
],
"segments": [
{
"boardPointIataCode": "NCE",
"offPointIataCode": "LIS",
"scheduledSegmentDuration": "PT2H35M",
"partnership": {
"operatingFlight": {
"carrierCode": "A3",
"flightNumber": 1748
}
}
}
],
"legs": [
{
"boardPointIataCode": "NCE",
"offPointIataCode": "LIS",
"aircraftEquipment": {
"aircraftType": "E90"
},
"scheduledLegDuration": "PT2H35M"
}
]
}
]
}{
"errors": [
{
"status": 400,
"code": 477,
"title": "INVALID FORMAT",
"detail": "invalid query parameter format",
"source": {
"parameter": "airport",
"example": "CDG"
}
}
]
}{
"errors": [
{
"status": 401,
"code": 20,
"title": "RESTRICTED",
"detail": "Query unauthorized"
}
]
}{
"errors": [
{
"status": 500,
"code": 141,
"title": "SYSTEM ERROR HAS OCCURRED"
}
]
}Retrieve(3 operations)
GET
{
"data": {
"type": "location",
"subType": "POINT_OF_INTEREST",
"id": "9CB40CB5D0",
"self": {
"href": "https://amadeus-api.mock.beeceptor.com/v1/reference-data/locations/pois/9CB40CB5D0",
"methods": [
"GET"
]
},
"geoCode": {
"latitude": 41.39165,
"longitude": 2.164772
},
"name": "Casa Batlló",
"category": "SIGHTS",
"rank": 1,
"tags": [
"sightseeing",
"sights",
"museum",
"landmark",
"tourguide",
"restaurant",
"attraction",
"activities",
"commercialplace",
"shopping",
"souvenir"
]
}
}{
"errors": [
{
"status": 400,
"code": 477,
"title": "INVALID FORMAT",
"detail": "invalid query parameter format",
"source": {
"parameter": "airport",
"example": "CDG"
}
}
]
}{
"errors": [
{
"status": 404,
"code": 1797,
"title": "NOT FOUND",
"detail": "no response found for this query parameter",
"source": {
"parameter": "airport"
}
}
]
}{
"errors": [
{
"status": 500,
"code": 141,
"title": "SYSTEM ERROR HAS OCCURRED"
}
]
}GET
{
"meta": {
"links": {
"self": "https://amadeus-api.mock.beeceptor.com/v1/safety/safety-rated-locations/Q930402719"
}
},
"data": [
{
"type": "safety-rated-location",
"id": "Q930402719",
"self": {
"type": "https://amadeus-api.mock.beeceptor.com/v1/safety/safety-rated-locations/Q930402719",
"methods": [
"GET"
]
},
"subType": "CITY",
"name": "Barcelona",
"geoCode": {
"latitude": 41.385064,
"longitude": 2.173404
},
"safetyScores": {
"lgbtq": 39,
"medical": 0,
"overall": 45,
"physicalHarm": 36,
"politicalFreedom": 50,
"theft": 44,
"women": 34
}
}
]
}{
"errors": [
{
"status": 400,
"code": 477,
"title": "INVALID FORMAT",
"detail": "invalid query parameter format",
"source": {
"parameter": "airport",
"example": "CDG"
}
}
]
}{
"errors": [
{
"status": 404,
"code": 1797,
"title": "NOT FOUND",
"detail": "no response found for this query parameter",
"source": {
"parameter": "airport"
}
}
]
}{
"errors": [
{
"status": 500,
"code": 141,
"title": "SYSTEM ERROR HAS OCCURRED"
}
]
}GET
{
"meta": {
"self": "https://amadeus-api.mock.beeceptor.com/v1/shopping/activities/23642"
},
"data": {
"id": "23642",
"type": "activity",
"self": {
"href": "https://amadeus-api.mock.beeceptor.com/v1/shopping/activities/23642",
"methods": [
"GET"
]
},
"name": "Skip-the-line tickets to the Prado Museum",
"shortDescription": "Book your tickets for the Prado Museum in Madrid, discover masterpieces by Velázquez, Goya, Mantegna, Raphael, Tintoretto and access all temporary exhibitions.",
"geoCode": {
"latitude": "40.414000",
"longitude": "-3.691000"
},
"rating": "4.500000",
"pictures": [
"https://images.musement.com/cover/0001/07/prado-museum-tickets_header-6456.jpeg?w=500"
],
"bookingLink": "https://b2c.mla.cloud/c/QCejqyor?c=2WxbgL36",
"price": {
"currencyCode": "EUR",
"amount": "16.00"
}
}
}{
"errors": [
{
"status": 400,
"code": 477,
"title": "INVALID FORMAT",
"detail": "invalid query parameter format",
"source": {
"parameter": "airport",
"example": "CDG"
}
}
]
}{
"errors": [
{
"status": 404,
"code": 1797,
"title": "NOT FOUND",
"detail": "no response found for this query parameter",
"source": {
"parameter": "airport"
}
}
]
}{
"errors": [
{
"status": 500,
"code": 141,
"title": "SYSTEM ERROR HAS OCCURRED"
}
]
}Display SeatMaps(2 operations)
GET
| Query Parameter Name | Example |
|---|---|
flightOrderId | MlpZVkFMfFdBVFNPTnwyMDE1LTExLTAy |
flight-orderId | MlpZVkFMfFdBVFNPTnwyMDE1LTExLTAy |
{
"meta": {
"count": 2
},
"data": [
{
"id": "1",
"type": "seatmap",
"departure": {
"iataCode": "NCE",
"terminal": "2",
"at": "2023-08-01T06:45:00"
},
"arrival": {
"iataCode": "ORY",
"terminal": "2",
"at": "2023-08-01T08:15:00"
},
"carrierCode": "AF",
"number": "6201",
"operating": {
"carrierCode": "AF"
},
"aircraft": {
"code": "320"
},
"class": "X",
"flightOfferId": "1",
"segmentId": "1",
"decks": [
{
"deckType": "MAIN",
"deckConfiguration": {
"width": 7,
"length": 33,
"startSeatRow": 1,
"endSeatRow": 32,
"startWingsRow": 13,
"endWingsRow": 13,
"exitRowsX": [
12,
13
]
},
"facilities": [
{
"code": "LA",
"column": "A",
"position": "FRONT",
"coordinates": {
"x": 0,
"y": 0
}
},
{
"code": "G",
"column": "F",
"position": "FRONT",
"coordinates": {
"x": 0,
"y": 6
}
},
{
"code": "G",
"column": "E",
"position": "FRONT",
"coordinates": {
"x": 0,
"y": 5
}
},
{
"code": "G",
"column": "D",
"position": "FRONT",
"coordinates": {
"x": 0,
"y": 4
}
},
{
"code": "CL",
"column": "A",
"row": "1",
"position": "SEAT",
"coordinates": {
"x": 1,
"y": 0
}
},
{
"code": "CL",
"column": "B",
"row": "1",
"position": "SEAT",
"coordinates": {
"x": 1,
"y": 1
}
},
{
"code": "SO",
"column": "E",
"row": "32",
"position": "SEAT",
"coordinates": {
"x": 31,
"y": 5
}
},
{
"code": "SO",
"column": "F",
"row": "32",
"position": "SEAT",
"coordinates": {
"x": 31,
"y": 6
}
},
{
"code": "LA",
"column": "A",
"row": "32",
"position": "REAR",
"coordinates": {
"x": 32,
"y": 0
}
},
{
"code": "G",
"column": "F",
"row": "32",
"position": "REAR",
"coordinates": {
"x": 32,
"y": 6
}
},
{
"code": "G",
"column": "E",
"row": "32",
"position": "REAR",
"coordinates": {
"x": 32,
"y": 5
}
},
{
"code": "G",
"column": "D",
"row": "32",
"position": "REAR",
"coordinates": {
"x": 32,
"y": 4
}
}
],
"seats": [
{
"cabin": "ECONOMY",
"number": "1D",
"characteristicsCodes": [
"1B",
"A",
"FC",
"K",
"O",
"RS",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 1,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "1E",
"characteristicsCodes": [
"1B",
"9",
"FC",
"K",
"O",
"RS",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 1,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "1F",
"characteristicsCodes": [
"1B",
"FC",
"K",
"O",
"RS",
"W",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 1,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "2A",
"characteristicsCodes": [
"1B",
"FC",
"K",
"LS",
"O",
"W",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 2,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "2B",
"characteristicsCodes": [
"1B",
"9",
"FC",
"K",
"LS",
"O",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 2,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "2C",
"characteristicsCodes": [
"1B",
"A",
"FC",
"K",
"LS",
"O",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 2,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "2D",
"characteristicsCodes": [
"A",
"FC",
"O",
"RS",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 2,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "2E",
"characteristicsCodes": [
"9",
"FC",
"O",
"RS",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 2,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "2F",
"characteristicsCodes": [
"FC",
"O",
"RS",
"W",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 2,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "3A",
"characteristicsCodes": [
"FC",
"LS",
"O",
"W",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 3,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "3B",
"characteristicsCodes": [
"9",
"FC",
"LS",
"O",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 3,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "3C",
"characteristicsCodes": [
"A",
"FC",
"LS",
"O",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 3,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "3D",
"characteristicsCodes": [
"A",
"FC",
"O",
"RS",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 3,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "3E",
"characteristicsCodes": [
"9",
"FC",
"O",
"RS",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 3,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "3F",
"characteristicsCodes": [
"FC",
"O",
"RS",
"W",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 3,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "4A",
"characteristicsCodes": [
"FC",
"LS",
"O",
"W",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 4,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "4B",
"characteristicsCodes": [
"9",
"FC",
"LS",
"O",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 4,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "4C",
"characteristicsCodes": [
"A",
"FC",
"LS",
"O",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 4,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "4D",
"characteristicsCodes": [
"A",
"FC",
"O",
"RS",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 4,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "4E",
"characteristicsCodes": [
"9",
"FC",
"O",
"RS",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 4,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "4F",
"characteristicsCodes": [
"FC",
"O",
"RS",
"W",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 4,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "5A",
"characteristicsCodes": [
"FC",
"LS",
"O",
"W",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 5,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "5B",
"characteristicsCodes": [
"9",
"FC",
"LS",
"O",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 5,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "5C",
"characteristicsCodes": [
"A",
"FC",
"LS",
"O",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 5,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "5D",
"characteristicsCodes": [
"A",
"FC",
"O",
"RS",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 5,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "5E",
"characteristicsCodes": [
"9",
"FC",
"O",
"RS",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 5,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "5F",
"characteristicsCodes": [
"FC",
"O",
"RS",
"W",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 5,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "6A",
"characteristicsCodes": [
"FC",
"LS",
"O",
"W",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 6,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "6B",
"characteristicsCodes": [
"9",
"FC",
"LS",
"O",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 6,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "6C",
"characteristicsCodes": [
"A",
"FC",
"LS",
"O",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 6,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "6D",
"characteristicsCodes": [
"A",
"FC",
"O",
"RS",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 6,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "6E",
"characteristicsCodes": [
"9",
"FC",
"O",
"RS",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 6,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "6F",
"characteristicsCodes": [
"FC",
"O",
"RS",
"W",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 6,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "7A",
"characteristicsCodes": [
"CH",
"FC",
"LS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 7,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "7B",
"characteristicsCodes": [
"9",
"CH",
"FC",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 7,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "7C",
"characteristicsCodes": [
"A",
"CH",
"FC",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 7,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "7D",
"characteristicsCodes": [
"A",
"CH",
"FC",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 7,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "7E",
"characteristicsCodes": [
"9",
"CH",
"FC",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 7,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "7F",
"characteristicsCodes": [
"CH",
"FC",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 7,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "8A",
"characteristicsCodes": [
"CH",
"FC",
"LS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 8,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "8B",
"characteristicsCodes": [
"9",
"CH",
"FC",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 8,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "8C",
"characteristicsCodes": [
"A",
"CH",
"FC",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 8,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "8D",
"characteristicsCodes": [
"A",
"CH",
"FC",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 8,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "8E",
"characteristicsCodes": [
"9",
"CH",
"FC",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 8,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "8F",
"characteristicsCodes": [
"CH",
"FC",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 8,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "9A",
"characteristicsCodes": [
"CH",
"FC",
"LS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 9,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "9B",
"characteristicsCodes": [
"9",
"CH",
"FC",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 9,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "9C",
"characteristicsCodes": [
"A",
"CH",
"FC",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 9,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "9D",
"characteristicsCodes": [
"A",
"CH",
"FC",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 9,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "9E",
"characteristicsCodes": [
"9",
"CH",
"FC",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 9,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "9F",
"characteristicsCodes": [
"CH",
"FC",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 9,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "10A",
"characteristicsCodes": [
"CH",
"FC",
"LS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 10,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "10B",
"characteristicsCodes": [
"9",
"CH",
"FC",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 10,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "10C",
"characteristicsCodes": [
"A",
"CH",
"FC",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 10,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "10D",
"characteristicsCodes": [
"A",
"CH",
"FC",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 10,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "10E",
"characteristicsCodes": [
"9",
"CH",
"FC",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 10,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "10F",
"characteristicsCodes": [
"CH",
"FC",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 10,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "11A",
"characteristicsCodes": [
"CH",
"LS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 11,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "11B",
"characteristicsCodes": [
"9",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 11,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "11C",
"characteristicsCodes": [
"A",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 11,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "11D",
"characteristicsCodes": [
"A",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 11,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "11E",
"characteristicsCodes": [
"9",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 11,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "11F",
"characteristicsCodes": [
"CH",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 11,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "12A",
"characteristicsCodes": [
"1A",
"1B",
"CH",
"E",
"IE",
"L",
"LS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 12,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "12B",
"characteristicsCodes": [
"1A",
"1B",
"9",
"CH",
"E",
"IE",
"L",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 12,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "12C",
"characteristicsCodes": [
"1A",
"1B",
"A",
"CH",
"E",
"IE",
"L",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 12,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "12D",
"characteristicsCodes": [
"1A",
"1B",
"A",
"CH",
"E",
"IE",
"L",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 12,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "12E",
"characteristicsCodes": [
"1A",
"1B",
"9",
"CH",
"E",
"IE",
"L",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 12,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "12F",
"characteristicsCodes": [
"1A",
"1B",
"CH",
"E",
"IE",
"L",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 12,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "14A",
"characteristicsCodes": [
"1A",
"1B",
"CH",
"E",
"IE",
"L",
"LS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 13,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "14B",
"characteristicsCodes": [
"1A",
"1B",
"9",
"CH",
"E",
"IE",
"L",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 13,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "14C",
"characteristicsCodes": [
"1A",
"1B",
"A",
"CH",
"E",
"IE",
"L",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 13,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "14D",
"characteristicsCodes": [
"1A",
"1B",
"A",
"CH",
"E",
"IE",
"L",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 13,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "14E",
"characteristicsCodes": [
"1A",
"1B",
"9",
"CH",
"E",
"IE",
"L",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 13,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "14F",
"characteristicsCodes": [
"1A",
"1B",
"CH",
"E",
"IE",
"L",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 13,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "15A",
"characteristicsCodes": [
"CH",
"LS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 14,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "15B",
"characteristicsCodes": [
"9",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 14,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "15C",
"characteristicsCodes": [
"A",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 14,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "15D",
"characteristicsCodes": [
"A",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 14,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "15E",
"characteristicsCodes": [
"9",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 14,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "15F",
"characteristicsCodes": [
"CH",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 14,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "16A",
"characteristicsCodes": [
"CH",
"LS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 15,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "16B",
"characteristicsCodes": [
"9",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 15,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "16C",
"characteristicsCodes": [
"A",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 15,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "16D",
"characteristicsCodes": [
"A",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 15,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "16E",
"characteristicsCodes": [
"9",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 15,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "16F",
"characteristicsCodes": [
"CH",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 15,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "17A",
"characteristicsCodes": [
"CH",
"LS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 16,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "17B",
"characteristicsCodes": [
"9",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 16,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "17C",
"characteristicsCodes": [
"A",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 16,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "17D",
"characteristicsCodes": [
"A",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 16,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "17E",
"characteristicsCodes": [
"9",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 16,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "17F",
"characteristicsCodes": [
"CH",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 16,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "18A",
"characteristicsCodes": [
"CH",
"LS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 17,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "18B",
"characteristicsCodes": [
"9",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 17,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "18C",
"characteristicsCodes": [
"A",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 17,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "18D",
"characteristicsCodes": [
"A",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 17,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "18E",
"characteristicsCodes": [
"9",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 17,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "18F",
"characteristicsCodes": [
"CH",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 17,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "19A",
"characteristicsCodes": [
"CH",
"LS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 18,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "19B",
"characteristicsCodes": [
"9",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 18,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "19C",
"characteristicsCodes": [
"A",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 18,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "19D",
"characteristicsCodes": [
"A",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 18,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "19E",
"characteristicsCodes": [
"9",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 18,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "19F",
"characteristicsCodes": [
"CH",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 18,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "20A",
"characteristicsCodes": [
"C",
"CH",
"LS",
"W",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 19,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "20B",
"characteristicsCodes": [
"9",
"C",
"CH",
"LS",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 19,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "20C",
"characteristicsCodes": [
"A",
"C",
"CH",
"LS",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 19,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "20D",
"characteristicsCodes": [
"A",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 19,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "20E",
"characteristicsCodes": [
"9",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 19,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "20F",
"characteristicsCodes": [
"CH",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 19,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "21A",
"characteristicsCodes": [
"C",
"CH",
"LS",
"W",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 20,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "21B",
"characteristicsCodes": [
"9",
"C",
"CH",
"LS",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 20,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "21C",
"characteristicsCodes": [
"A",
"C",
"CH",
"LS",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 20,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "21D",
"characteristicsCodes": [
"A",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 20,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "21E",
"characteristicsCodes": [
"9",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 20,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "21F",
"characteristicsCodes": [
"CH",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 20,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "22A",
"characteristicsCodes": [
"C",
"CH",
"LS",
"W",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 21,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "22B",
"characteristicsCodes": [
"9",
"C",
"CH",
"LS",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 21,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "22C",
"characteristicsCodes": [
"A",
"C",
"CH",
"LS",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 21,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "22D",
"characteristicsCodes": [
"A",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 21,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "22E",
"characteristicsCodes": [
"9",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 21,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "22F",
"characteristicsCodes": [
"CH",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 21,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "23A",
"characteristicsCodes": [
"C",
"CH",
"LS",
"W",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 22,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "23B",
"characteristicsCodes": [
"9",
"C",
"CH",
"LS",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 22,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "23C",
"characteristicsCodes": [
"A",
"C",
"CH",
"LS",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 22,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "23D",
"characteristicsCodes": [
"A",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 22,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "23E",
"characteristicsCodes": [
"9",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 22,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "23F",
"characteristicsCodes": [
"CH",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 22,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "24A",
"characteristicsCodes": [
"CH",
"LS",
"U",
"W",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 23,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "24B",
"characteristicsCodes": [
"9",
"CH",
"LS",
"U",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 23,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "24C",
"characteristicsCodes": [
"A",
"CH",
"LS",
"U",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 23,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "24D",
"characteristicsCodes": [
"A",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 23,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "24E",
"characteristicsCodes": [
"9",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 23,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "24F",
"characteristicsCodes": [
"CH",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 23,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "25A",
"characteristicsCodes": [
"CH",
"LS",
"U",
"W",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 24,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "25B",
"characteristicsCodes": [
"9",
"CH",
"LS",
"U",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 24,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "25C",
"characteristicsCodes": [
"A",
"CH",
"LS",
"U",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 24,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "25D",
"characteristicsCodes": [
"A",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 24,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "25E",
"characteristicsCodes": [
"9",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 24,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "25F",
"characteristicsCodes": [
"CH",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 24,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "26A",
"characteristicsCodes": [
"CH",
"LS",
"U",
"W",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 25,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "26B",
"characteristicsCodes": [
"9",
"CH",
"LS",
"U",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 25,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "26C",
"characteristicsCodes": [
"A",
"CH",
"LS",
"U",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 25,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "26D",
"characteristicsCodes": [
"A",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 25,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "26E",
"characteristicsCodes": [
"9",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 25,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "26F",
"characteristicsCodes": [
"CH",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 25,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "27A",
"characteristicsCodes": [
"CH",
"LS",
"U",
"W",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 26,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "27B",
"characteristicsCodes": [
"9",
"CH",
"LS",
"U",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 26,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "27C",
"characteristicsCodes": [
"A",
"CH",
"LS",
"U",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 26,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "27D",
"characteristicsCodes": [
"A",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 26,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "27E",
"characteristicsCodes": [
"9",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 26,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "27F",
"characteristicsCodes": [
"CH",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 26,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "28A",
"characteristicsCodes": [
"CH",
"LS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 27,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "28B",
"characteristicsCodes": [
"9",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 27,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "28C",
"characteristicsCodes": [
"A",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 27,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "28D",
"characteristicsCodes": [
"A",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 27,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "28E",
"characteristicsCodes": [
"9",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 27,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "28F",
"characteristicsCodes": [
"CH",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 27,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "29A",
"characteristicsCodes": [
"CH",
"LS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 28,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "29B",
"characteristicsCodes": [
"9",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 28,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "29C",
"characteristicsCodes": [
"A",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 28,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "29D",
"characteristicsCodes": [
"A",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 28,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "29E",
"characteristicsCodes": [
"9",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 28,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "29F",
"characteristicsCodes": [
"CH",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 28,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "30A",
"characteristicsCodes": [
"CH",
"LS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 29,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "30B",
"characteristicsCodes": [
"9",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 29,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "30C",
"characteristicsCodes": [
"A",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 29,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "30D",
"characteristicsCodes": [
"A",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 29,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "30E",
"characteristicsCodes": [
"9",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 29,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "30F",
"characteristicsCodes": [
"CH",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 29,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "31A",
"characteristicsCodes": [
"CH",
"LS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 30,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "31B",
"characteristicsCodes": [
"A",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 30,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "31D",
"characteristicsCodes": [
"A",
"CH",
"DE",
"RS",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 30,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "31E",
"characteristicsCodes": [
"9",
"CH",
"DE",
"RS",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 30,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "31F",
"characteristicsCodes": [
"CH",
"DE",
"RS",
"W",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 30,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "32A",
"characteristicsCodes": [
"1D",
"CH",
"LS",
"V",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 31,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "32B",
"characteristicsCodes": [
"1D",
"A",
"CH",
"LS",
"V",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 31,
"y": 1
}
}
]
}
],
"aircraftCabinAmenities": {
"power": {
"isChargeable": false,
"powerType": "USB_PORT",
"usbType": "USB_C"
},
"seat": {
"legSpace": 29,
"spaceUnit": "INCHES",
"tilt": "NORMAL",
"medias": [
{
"title": "Comfortable Seats",
"href": "https://pdt.content.amadeus.com/AncillaryServicesMedia/14223418_395.jpg",
"description": {
"text": "Settle in with comfortable seats and an ecoTHREAD blanket made from 100% recycled plastic bottles.",
"lang": "EN"
},
"mediaType": "image"
},
{
"title": "Stay Connected",
"href": "https://pdt.content.amadeus.com/AncillaryServicesMedia/71344149_DFL.jpg",
"description": {
"text": "Stay connected next time you fly. Choose from our great value Wi-Fi plans.",
"lang": "EN"
},
"mediaType": "image"
},
{
"title": "Be Curious",
"href": "https://pdt.content.amadeus.com/AncillaryServicesMedia/42266150_401.jpg",
"description": {
"text": "With special seat,meals, toys, and dedicated children's ice channels, we encourage curious minds and inspire tomorrow's explorers.",
"lang": "EN"
},
"mediaType": "image"
}
]
},
"wifi": {
"isChargeable": true,
"wifiCoverage": "FULL"
},
"entertainment": [
{
"isChargeable": false,
"entertainmentType": "AUDIO_VIDEO_ON_DEMAND"
},
{
"isChargeable": false,
"entertainmentType": "IP_TV"
}
],
"food": {
"isChargeable": false,
"foodType": "SNACK"
},
"beverage": {
"isChargeable": false,
"beverageType": "ALCOHOLIC_AND_NON_ALCOHOLIC"
}
},
"availableSeatsCounters": [
{
"travelerId": "1",
"value": 116
},
{
"travelerId": "2",
"value": 116
}
]
},
{
"id": "2",
"type": "seatmap",
"departure": {
"iataCode": "ORY",
"terminal": "3",
"at": "2023-08-18T06:35:00"
},
"arrival": {
"iataCode": "NCE",
"terminal": "2",
"at": "2023-08-18T08:00:00"
},
"carrierCode": "AF",
"number": "6200",
"operating": {
"carrierCode": "AF"
},
"aircraft": {
"code": "320"
},
"class": "X",
"flightOfferId": "1",
"segmentId": "4",
"decks": [
{
"deckType": "MAIN",
"deckConfiguration": {
"width": 7,
"length": 33,
"startSeatRow": 1,
"endSeatRow": 32,
"startWingsRow": 13,
"endWingsRow": 13,
"exitRowsX": [
12,
13
]
},
"facilities": [
{
"code": "LA",
"column": "A",
"position": "FRONT",
"coordinates": {
"x": 0,
"y": 0
}
},
{
"code": "G",
"column": "F",
"position": "FRONT",
"coordinates": {
"x": 0,
"y": 6
}
},
{
"code": "G",
"column": "E",
"position": "FRONT",
"coordinates": {
"x": 0,
"y": 5
}
},
{
"code": "G",
"column": "D",
"position": "FRONT",
"coordinates": {
"x": 0,
"y": 4
}
},
{
"code": "CL",
"column": "A",
"row": "1",
"position": "SEAT",
"coordinates": {
"x": 1,
"y": 0
}
},
{
"code": "CL",
"column": "B",
"row": "1",
"position": "SEAT",
"coordinates": {
"x": 1,
"y": 1
}
},
{
"code": "SO",
"column": "E",
"row": "32",
"position": "SEAT",
"coordinates": {
"x": 31,
"y": 5
}
},
{
"code": "SO",
"column": "F",
"row": "32",
"position": "SEAT",
"coordinates": {
"x": 31,
"y": 6
}
},
{
"code": "LA",
"column": "A",
"row": "32",
"position": "REAR",
"coordinates": {
"x": 32,
"y": 0
}
},
{
"code": "G",
"column": "F",
"row": "32",
"position": "REAR",
"coordinates": {
"x": 32,
"y": 6
}
},
{
"code": "G",
"column": "E",
"row": "32",
"position": "REAR",
"coordinates": {
"x": 32,
"y": 5
}
},
{
"code": "G",
"column": "D",
"row": "32",
"position": "REAR",
"coordinates": {
"x": 32,
"y": 4
}
}
],
"seats": [
{
"cabin": "ECONOMY",
"number": "1D",
"characteristicsCodes": [
"1B",
"A",
"FC",
"K",
"O",
"RS",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 1,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "1E",
"characteristicsCodes": [
"1B",
"9",
"FC",
"K",
"O",
"RS",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 1,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "1F",
"characteristicsCodes": [
"1B",
"FC",
"K",
"O",
"RS",
"W",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 1,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "2A",
"characteristicsCodes": [
"1B",
"FC",
"K",
"LS",
"O",
"W",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 2,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "2B",
"characteristicsCodes": [
"1B",
"9",
"FC",
"K",
"LS",
"O",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 2,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "2C",
"characteristicsCodes": [
"1B",
"A",
"FC",
"K",
"LS",
"O",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 2,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "2D",
"characteristicsCodes": [
"A",
"FC",
"O",
"RS",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 2,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "2E",
"characteristicsCodes": [
"9",
"FC",
"O",
"RS",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 2,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "2F",
"characteristicsCodes": [
"FC",
"O",
"RS",
"W",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 2,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "3A",
"characteristicsCodes": [
"FC",
"LS",
"O",
"W",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 3,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "3B",
"characteristicsCodes": [
"9",
"FC",
"LS",
"O",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 3,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "3C",
"characteristicsCodes": [
"A",
"FC",
"LS",
"O",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 3,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "3D",
"characteristicsCodes": [
"A",
"FC",
"O",
"RS",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 3,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "3E",
"characteristicsCodes": [
"9",
"FC",
"O",
"RS",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 3,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "3F",
"characteristicsCodes": [
"FC",
"O",
"RS",
"W",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 3,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "4A",
"characteristicsCodes": [
"FC",
"LS",
"O",
"W",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 4,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "4B",
"characteristicsCodes": [
"9",
"FC",
"LS",
"O",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 4,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "4C",
"characteristicsCodes": [
"A",
"FC",
"LS",
"O",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 4,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "4D",
"characteristicsCodes": [
"A",
"FC",
"O",
"RS",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 4,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "4E",
"characteristicsCodes": [
"9",
"FC",
"O",
"RS",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 4,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "4F",
"characteristicsCodes": [
"FC",
"O",
"RS",
"W",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 4,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "5A",
"characteristicsCodes": [
"FC",
"LS",
"O",
"W",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 5,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "5B",
"characteristicsCodes": [
"9",
"FC",
"LS",
"O",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 5,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "5C",
"characteristicsCodes": [
"A",
"FC",
"LS",
"O",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 5,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "5D",
"characteristicsCodes": [
"A",
"FC",
"O",
"RS",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 5,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "5E",
"characteristicsCodes": [
"9",
"FC",
"O",
"RS",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 5,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "5F",
"characteristicsCodes": [
"FC",
"O",
"RS",
"W",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 5,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "6A",
"characteristicsCodes": [
"FC",
"LS",
"O",
"W",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 6,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "6B",
"characteristicsCodes": [
"9",
"FC",
"LS",
"O",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 6,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "6C",
"characteristicsCodes": [
"A",
"FC",
"LS",
"O",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 6,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "6D",
"characteristicsCodes": [
"A",
"FC",
"O",
"RS",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 6,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "6E",
"characteristicsCodes": [
"9",
"FC",
"O",
"RS",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 6,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "6F",
"characteristicsCodes": [
"FC",
"O",
"RS",
"W",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 6,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "7A",
"characteristicsCodes": [
"CH",
"FC",
"LS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 7,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "7B",
"characteristicsCodes": [
"9",
"CH",
"FC",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 7,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "7C",
"characteristicsCodes": [
"A",
"CH",
"FC",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 7,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "7D",
"characteristicsCodes": [
"A",
"CH",
"FC",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 7,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "7E",
"characteristicsCodes": [
"9",
"CH",
"FC",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 7,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "7F",
"characteristicsCodes": [
"CH",
"FC",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 7,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "8A",
"characteristicsCodes": [
"CH",
"FC",
"LS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 8,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "8B",
"characteristicsCodes": [
"9",
"CH",
"FC",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 8,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "8C",
"characteristicsCodes": [
"A",
"CH",
"FC",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 8,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "8D",
"characteristicsCodes": [
"A",
"CH",
"FC",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 8,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "8E",
"characteristicsCodes": [
"9",
"CH",
"FC",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 8,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "8F",
"characteristicsCodes": [
"CH",
"FC",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 8,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "9A",
"characteristicsCodes": [
"CH",
"FC",
"LS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 9,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "9B",
"characteristicsCodes": [
"9",
"CH",
"FC",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 9,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "9C",
"characteristicsCodes": [
"A",
"CH",
"FC",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 9,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "9D",
"characteristicsCodes": [
"A",
"CH",
"FC",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 9,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "9E",
"characteristicsCodes": [
"9",
"CH",
"FC",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 9,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "9F",
"characteristicsCodes": [
"CH",
"FC",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 9,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "10A",
"characteristicsCodes": [
"CH",
"FC",
"LS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 10,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "10B",
"characteristicsCodes": [
"9",
"CH",
"FC",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 10,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "10C",
"characteristicsCodes": [
"A",
"CH",
"FC",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 10,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "10D",
"characteristicsCodes": [
"A",
"CH",
"FC",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 10,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "10E",
"characteristicsCodes": [
"9",
"CH",
"FC",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 10,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "10F",
"characteristicsCodes": [
"CH",
"FC",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 10,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "11A",
"characteristicsCodes": [
"CH",
"LS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 11,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "11B",
"characteristicsCodes": [
"9",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 11,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "11C",
"characteristicsCodes": [
"A",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 11,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "11D",
"characteristicsCodes": [
"A",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 11,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "11E",
"characteristicsCodes": [
"9",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 11,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "11F",
"characteristicsCodes": [
"CH",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 11,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "12A",
"characteristicsCodes": [
"1A",
"1B",
"CH",
"E",
"IE",
"L",
"LS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 12,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "12B",
"characteristicsCodes": [
"1A",
"1B",
"9",
"CH",
"E",
"IE",
"L",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 12,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "12C",
"characteristicsCodes": [
"1A",
"1B",
"A",
"CH",
"E",
"IE",
"L",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 12,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "12D",
"characteristicsCodes": [
"1A",
"1B",
"A",
"CH",
"E",
"IE",
"L",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 12,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "12E",
"characteristicsCodes": [
"1A",
"1B",
"9",
"CH",
"E",
"IE",
"L",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 12,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "12F",
"characteristicsCodes": [
"1A",
"1B",
"CH",
"E",
"IE",
"L",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 12,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "14A",
"characteristicsCodes": [
"1A",
"1B",
"CH",
"E",
"IE",
"L",
"LS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 13,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "14B",
"characteristicsCodes": [
"1A",
"1B",
"9",
"CH",
"E",
"IE",
"L",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 13,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "14C",
"characteristicsCodes": [
"1A",
"1B",
"A",
"CH",
"E",
"IE",
"L",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 13,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "14D",
"characteristicsCodes": [
"1A",
"1B",
"A",
"CH",
"E",
"IE",
"L",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 13,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "14E",
"characteristicsCodes": [
"1A",
"1B",
"9",
"CH",
"E",
"IE",
"L",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 13,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "14F",
"characteristicsCodes": [
"1A",
"1B",
"CH",
"E",
"IE",
"L",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 13,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "15A",
"characteristicsCodes": [
"CH",
"LS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 14,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "15B",
"characteristicsCodes": [
"9",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 14,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "15C",
"characteristicsCodes": [
"A",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 14,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "15D",
"characteristicsCodes": [
"A",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 14,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "15E",
"characteristicsCodes": [
"9",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 14,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "15F",
"characteristicsCodes": [
"CH",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 14,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "16A",
"characteristicsCodes": [
"CH",
"LS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 15,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "16B",
"characteristicsCodes": [
"9",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 15,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "16C",
"characteristicsCodes": [
"A",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 15,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "16D",
"characteristicsCodes": [
"A",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 15,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "16E",
"characteristicsCodes": [
"9",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 15,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "16F",
"characteristicsCodes": [
"CH",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 15,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "17A",
"characteristicsCodes": [
"CH",
"LS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 16,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "17B",
"characteristicsCodes": [
"9",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 16,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "17C",
"characteristicsCodes": [
"A",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 16,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "17D",
"characteristicsCodes": [
"A",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 16,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "17E",
"characteristicsCodes": [
"9",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 16,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "17F",
"characteristicsCodes": [
"CH",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 16,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "18A",
"characteristicsCodes": [
"CH",
"LS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 17,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "18B",
"characteristicsCodes": [
"9",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 17,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "18C",
"characteristicsCodes": [
"A",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 17,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "18D",
"characteristicsCodes": [
"A",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 17,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "18E",
"characteristicsCodes": [
"9",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 17,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "18F",
"characteristicsCodes": [
"CH",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 17,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "19A",
"characteristicsCodes": [
"CH",
"LS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 18,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "19B",
"characteristicsCodes": [
"9",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 18,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "19C",
"characteristicsCodes": [
"A",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 18,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "19D",
"characteristicsCodes": [
"A",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 18,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "19E",
"characteristicsCodes": [
"9",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 18,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "19F",
"characteristicsCodes": [
"CH",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 18,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "20A",
"characteristicsCodes": [
"C",
"CH",
"LS",
"W",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 19,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "20B",
"characteristicsCodes": [
"9",
"C",
"CH",
"LS",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 19,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "20C",
"characteristicsCodes": [
"A",
"C",
"CH",
"LS",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 19,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "20D",
"characteristicsCodes": [
"A",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 19,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "20E",
"characteristicsCodes": [
"9",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 19,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "20F",
"characteristicsCodes": [
"CH",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 19,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "21A",
"characteristicsCodes": [
"C",
"CH",
"LS",
"W",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 20,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "21B",
"characteristicsCodes": [
"9",
"C",
"CH",
"LS",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 20,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "21C",
"characteristicsCodes": [
"A",
"C",
"CH",
"LS",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 20,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "21D",
"characteristicsCodes": [
"A",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 20,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "21E",
"characteristicsCodes": [
"9",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 20,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "21F",
"characteristicsCodes": [
"CH",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 20,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "22A",
"characteristicsCodes": [
"C",
"CH",
"LS",
"W",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 21,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "22B",
"characteristicsCodes": [
"9",
"C",
"CH",
"LS",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 21,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "22C",
"characteristicsCodes": [
"A",
"C",
"CH",
"LS",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 21,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "22D",
"characteristicsCodes": [
"A",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 21,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "22E",
"characteristicsCodes": [
"9",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 21,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "22F",
"characteristicsCodes": [
"CH",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 21,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "23A",
"characteristicsCodes": [
"C",
"CH",
"LS",
"W",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 22,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "23B",
"characteristicsCodes": [
"9",
"C",
"CH",
"LS",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 22,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "23C",
"characteristicsCodes": [
"A",
"C",
"CH",
"LS",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 22,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "23D",
"characteristicsCodes": [
"A",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 22,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "23E",
"characteristicsCodes": [
"9",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 22,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "23F",
"characteristicsCodes": [
"CH",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 22,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "24A",
"characteristicsCodes": [
"CH",
"LS",
"U",
"W",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 23,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "24B",
"characteristicsCodes": [
"9",
"CH",
"LS",
"U",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 23,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "24C",
"characteristicsCodes": [
"A",
"CH",
"LS",
"U",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 23,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "24D",
"characteristicsCodes": [
"A",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 23,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "24E",
"characteristicsCodes": [
"9",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 23,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "24F",
"characteristicsCodes": [
"CH",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 23,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "25A",
"characteristicsCodes": [
"CH",
"LS",
"U",
"W",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 24,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "25B",
"characteristicsCodes": [
"9",
"CH",
"LS",
"U",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 24,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "25C",
"characteristicsCodes": [
"A",
"CH",
"LS",
"U",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 24,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "25D",
"characteristicsCodes": [
"A",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 24,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "25E",
"characteristicsCodes": [
"9",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 24,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "25F",
"characteristicsCodes": [
"CH",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 24,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "26A",
"characteristicsCodes": [
"CH",
"LS",
"U",
"W",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 25,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "26B",
"characteristicsCodes": [
"9",
"CH",
"LS",
"U",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 25,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "26C",
"characteristicsCodes": [
"A",
"CH",
"LS",
"U",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 25,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "26D",
"characteristicsCodes": [
"A",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 25,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "26E",
"characteristicsCodes": [
"9",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 25,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "26F",
"characteristicsCodes": [
"CH",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 25,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "27A",
"characteristicsCodes": [
"CH",
"LS",
"U",
"W",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 26,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "27B",
"characteristicsCodes": [
"9",
"CH",
"LS",
"U",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 26,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "27C",
"characteristicsCodes": [
"A",
"CH",
"LS",
"U",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 26,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "27D",
"characteristicsCodes": [
"A",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 26,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "27E",
"characteristicsCodes": [
"9",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 26,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "27F",
"characteristicsCodes": [
"CH",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 26,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "28A",
"characteristicsCodes": [
"CH",
"LS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 27,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "28B",
"characteristicsCodes": [
"9",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 27,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "28C",
"characteristicsCodes": [
"A",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 27,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "28D",
"characteristicsCodes": [
"A",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 27,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "28E",
"characteristicsCodes": [
"9",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 27,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "28F",
"characteristicsCodes": [
"CH",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 27,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "29A",
"characteristicsCodes": [
"CH",
"LS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 28,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "29B",
"characteristicsCodes": [
"9",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 28,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "29C",
"characteristicsCodes": [
"A",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 28,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "29D",
"characteristicsCodes": [
"A",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 28,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "29E",
"characteristicsCodes": [
"9",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 28,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "29F",
"characteristicsCodes": [
"CH",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 28,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "30A",
"characteristicsCodes": [
"CH",
"LS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 29,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "30B",
"characteristicsCodes": [
"9",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 29,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "30C",
"characteristicsCodes": [
"A",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 29,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "30D",
"characteristicsCodes": [
"A",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 29,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "30E",
"characteristicsCodes": [
"9",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 29,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "30F",
"characteristicsCodes": [
"CH",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 29,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "31A",
"characteristicsCodes": [
"CH",
"LS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 30,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "31B",
"characteristicsCodes": [
"A",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 30,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "31D",
"characteristicsCodes": [
"A",
"CH",
"DE",
"RS",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 30,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "31E",
"characteristicsCodes": [
"9",
"CH",
"DE",
"RS",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 30,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "31F",
"characteristicsCodes": [
"CH",
"DE",
"RS",
"W",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 30,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "32A",
"characteristicsCodes": [
"1D",
"CH",
"LS",
"V",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 31,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "32B",
"characteristicsCodes": [
"1D",
"A",
"CH",
"LS",
"V",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 31,
"y": 1
}
}
]
}
],
"aircraftCabinAmenities": {
"power": {
"isChargeable": false,
"powerType": "USB_PORT",
"usbType": "USB_C"
},
"seat": {
"legSpace": 29,
"spaceUnit": "INCHES",
"tilt": "NORMAL",
"medias": [
{
"title": "Comfortable Seats",
"href": "https://pdt.content.amadeus.com/AncillaryServicesMedia/14223418_395.jpg",
"description": {
"text": "Settle in with comfortable seats and an ecoTHREAD blanket made from 100% recycled plastic bottles.",
"lang": "EN"
},
"mediaType": "image"
},
{
"title": "Stay Connected",
"href": "https://pdt.content.amadeus.com/AncillaryServicesMedia/71344149_DFL.jpg",
"description": {
"text": "Stay connected next time you fly. Choose from our great value Wi-Fi plans.",
"lang": "EN"
},
"mediaType": "image"
},
{
"title": "Be Curious",
"href": "https://pdt.content.amadeus.com/AncillaryServicesMedia/42266150_401.jpg",
"description": {
"text": "With special seat,meals, toys, and dedicated children's ice channels, we encourage curious minds and inspire tomorrow's explorers.",
"lang": "EN"
},
"mediaType": "image"
}
]
},
"wifi": {
"isChargeable": true,
"wifiCoverage": "FULL"
},
"entertainment": [
{
"isChargeable": false,
"entertainmentType": "AUDIO_VIDEO_ON_DEMAND"
},
{
"isChargeable": false,
"entertainmentType": "IP_TV"
}
],
"food": {
"isChargeable": false,
"foodType": "SNACK"
},
"beverage": {
"isChargeable": false,
"beverageType": "ALCOHOLIC_AND_NON_ALCOHOLIC"
}
},
"availableSeatsCounters": [
{
"travelerId": "1",
"value": 116
},
{
"travelerId": "2",
"value": 116
}
]
}
],
"dictionaries": {
"locations": {
"NCE": {
"cityCode": "NCE",
"countryCode": "FR"
},
"ORY": {
"cityCode": "PAR",
"countryCode": "FR"
}
},
"facilities": {
"LA": "Lavatory",
"G": "Galley",
"CL": "Closet",
"SO": "Storage Space"
},
"seatCharacteristics": {
"1": "Restricted seat - General",
"9": "Center seat (not window, not aisle)",
"A": "Aisle seat",
"RS": "Right side of aircraft",
"DE": "Deportee",
"C": "Crew seat",
"CH": "Chargeable seats",
"E": "Exit row seat",
"LS": "Left side of aircraft",
"K": "Bulkhead seat",
"L": "Leg space seat",
"1A_AQC_PREMIUM_SEAT": "Premium seat",
"O": "Preferential seat",
"1A": "Seat not allowed for infant",
"1B": "Seat not allowed for medical",
"1D": "Restricted recline seat",
"U": "Seat suitable for unaccompanied minors",
"V": "Seat to be left vacant or offered last",
"W": "Window seat",
"IE": "Seat not suitable for child",
"FC": "Front of cabin class/compartment"
}
}
}{
"errors": [
{
"status": 400,
"code": 477,
"title": "INVALID FORMAT",
"detail": "invalid query parameter format",
"source": {
"parameter": "airport",
"example": "CDG"
}
}
]
}{
"errors": [
{
"status": 404,
"code": 1797,
"title": "NOT FOUND",
"detail": "no response found for this query parameter",
"source": {
"parameter": "airport"
}
}
]
}{
"errors": [
{
"status": 500,
"code": 141,
"title": "SYSTEM ERROR HAS OCCURRED"
}
]
}POST
| Header Name | Example |
|---|---|
X-HTTP-Method-Override* | "in" |
{
"data": [
{
"type": "flight-offer",
"id": "1",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2023-08-01",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT1H30M",
"segments": [
{
"departure": {
"iataCode": "NCE",
"terminal": "2",
"at": "2023-08-01T06:45:00"
},
"arrival": {
"iataCode": "ORY",
"terminal": "2",
"at": "2023-08-01T08:15:00"
},
"carrierCode": "AF",
"number": "6201",
"aircraft": {
"code": "320"
},
"operating": {
"carrierCode": "AF"
},
"duration": "PT1H30M",
"id": "1",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT1H25M",
"segments": [
{
"departure": {
"iataCode": "ORY",
"terminal": "3",
"at": "2023-08-18T06:35:00"
},
"arrival": {
"iataCode": "NCE",
"terminal": "2",
"at": "2023-08-18T08:00:00"
},
"carrierCode": "AF",
"number": "6200",
"aircraft": {
"code": "320"
},
"operating": {
"carrierCode": "AF"
},
"duration": "PT1H25M",
"id": "4",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
}
],
"price": {
"currency": "EUR",
"total": "274.60",
"base": "80.00",
"fees": [
{
"amount": "0.00",
"type": "SUPPLIER"
},
{
"amount": "0.00",
"type": "TICKETING"
}
],
"grandTotal": "274.60",
"additionalServices": [
{
"amount": "60.00",
"type": "CHECKED_BAGS"
}
]
},
"pricingOptions": {
"fareType": [
"PUBLISHED"
],
"includedCheckedBagsOnly": false
},
"validatingAirlineCodes": [
"AF"
],
"travelerPricings": [
{
"travelerId": "1",
"fareOption": "STANDARD",
"travelerType": "ADULT",
"price": {
"currency": "EUR",
"total": "137.30",
"base": "40.00"
},
"fareDetailsBySegment": [
{
"segmentId": "1",
"cabin": "ECONOMY",
"fareBasis": "XS50MALG",
"brandedFare": "LIGHT",
"class": "X",
"includedCheckedBags": {
"quantity": 0
}
},
{
"segmentId": "4",
"cabin": "ECONOMY",
"fareBasis": "XS50MALG",
"brandedFare": "LIGHT",
"class": "X",
"includedCheckedBags": {
"quantity": 0
}
}
]
},
{
"travelerId": "2",
"fareOption": "STANDARD",
"travelerType": "ADULT",
"price": {
"currency": "EUR",
"total": "137.30",
"base": "40.00"
},
"fareDetailsBySegment": [
{
"segmentId": "1",
"cabin": "ECONOMY",
"fareBasis": "XS50MALG",
"brandedFare": "LIGHT",
"class": "X",
"includedCheckedBags": {
"quantity": 0
}
},
{
"segmentId": "4",
"cabin": "ECONOMY",
"fareBasis": "XS50MALG",
"brandedFare": "LIGHT",
"class": "X",
"includedCheckedBags": {
"quantity": 0
},
"id": "1",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-04",
"numberOfBookableSeats": 7,
"itineraries": [
{
"duration": "PT24H20M",
"segments": [
{
"departure": {
"iataCode": "NCE",
"terminal": "2",
"at": "2020-09-28T17:55:00"
},
"arrival": {
"iataCode": "SVO",
"terminal": "E",
"at": "2020-09-28T22:40:00"
},
"carrierCode": "SU",
"number": "2361",
"aircraft": {
"code": "321"
},
"operating": {
"carrierCode": "SU"
},
"duration": "PT3H45M",
"id": "49",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "SVO",
"terminal": "D",
"at": "2020-09-29T09:20:00"
},
"arrival": {
"iataCode": "JFK",
"terminal": "1",
"at": "2020-09-29T12:15:00"
},
"carrierCode": "SU",
"number": "100",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "SU"
},
"duration": "PT9H55M",
"id": "50",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT15H35M",
"segments": [
{
"departure": {
"iataCode": "JFK",
"terminal": "1",
"at": "2020-10-01T19:20:00"
},
"arrival": {
"iataCode": "SVO",
"terminal": "D",
"at": "2020-10-02T11:45:00"
},
"carrierCode": "SU",
"number": "103",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "SU"
},
"duration": "PT9H25M",
"id": "133",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "SVO",
"terminal": "E",
"at": "2020-10-02T13:55:00"
},
"arrival": {
"iataCode": "NCE",
"terminal": "2",
"at": "2020-10-02T16:55:00"
},
"carrierCode": "SU",
"number": "2360",
"aircraft": {
"code": "321"
},
"operating": {
"carrierCode": "SU"
},
"duration": "PT4H",
"id": "134",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
}
],
"price": {
"currency": "EUR",
"total": "567.49",
"base": "150.00",
"fees": [
{
"amount": "0.00",
"type": "SUPPLIER"
},
{
"amount": "0.00",
"type": "TICKETING"
}
],
"grandTotal": "567.49"
},
"pricingOptions": {
"fareType": [
"PUBLISHED"
],
"includedCheckedBagsOnly": true
},
"validatingAirlineCodes": [
"SU"
],
"travelerPricings": [
{
"travelerId": "1",
"fareOption": "STANDARD",
"travelerType": "ADULT",
"price": {
"currency": "EUR",
"total": "567.49",
"base": "150.00"
},
"fareDetailsBySegment": [
{
"segmentId": "49",
"cabin": "ECONOMY",
"fareBasis": "RVULA",
"brandedFare": "ER",
"class": "R",
"includedCheckedBags": {
"quantity": 1
}
},
{
"segmentId": "50",
"cabin": "ECONOMY",
"fareBasis": "RVULA",
"brandedFare": "ER",
"class": "R",
"includedCheckedBags": {
"quantity": 1
}
},
{
"segmentId": "133",
"cabin": "ECONOMY",
"fareBasis": "RVULA",
"brandedFare": "ER",
"class": "R",
"includedCheckedBags": {
"quantity": 1
}
},
{
"segmentId": "134",
"cabin": "ECONOMY",
"fareBasis": "RVULA",
"brandedFare": "ER",
"class": "R",
"includedCheckedBags": {
"quantity": 1
}
}
]
}
]
}
]
}
]
}
]
}{
"meta": {
"count": 2
},
"data": [
{
"id": "1",
"type": "seatmap",
"departure": {
"iataCode": "NCE",
"terminal": "2",
"at": "2023-08-01T06:45:00"
},
"arrival": {
"iataCode": "ORY",
"terminal": "2",
"at": "2023-08-01T08:15:00"
},
"carrierCode": "AF",
"number": "6201",
"operating": {
"carrierCode": "AF"
},
"aircraft": {
"code": "320"
},
"class": "X",
"flightOfferId": "1",
"segmentId": "1",
"decks": [
{
"deckType": "MAIN",
"deckConfiguration": {
"width": 7,
"length": 33,
"startSeatRow": 1,
"endSeatRow": 32,
"startWingsRow": 13,
"endWingsRow": 13,
"exitRowsX": [
12,
13
]
},
"facilities": [
{
"code": "LA",
"column": "A",
"position": "FRONT",
"coordinates": {
"x": 0,
"y": 0
}
},
{
"code": "G",
"column": "F",
"position": "FRONT",
"coordinates": {
"x": 0,
"y": 6
}
},
{
"code": "G",
"column": "E",
"position": "FRONT",
"coordinates": {
"x": 0,
"y": 5
}
},
{
"code": "G",
"column": "D",
"position": "FRONT",
"coordinates": {
"x": 0,
"y": 4
}
},
{
"code": "CL",
"column": "A",
"row": "1",
"position": "SEAT",
"coordinates": {
"x": 1,
"y": 0
}
},
{
"code": "CL",
"column": "B",
"row": "1",
"position": "SEAT",
"coordinates": {
"x": 1,
"y": 1
}
},
{
"code": "SO",
"column": "E",
"row": "32",
"position": "SEAT",
"coordinates": {
"x": 31,
"y": 5
}
},
{
"code": "SO",
"column": "F",
"row": "32",
"position": "SEAT",
"coordinates": {
"x": 31,
"y": 6
}
},
{
"code": "LA",
"column": "A",
"row": "32",
"position": "REAR",
"coordinates": {
"x": 32,
"y": 0
}
},
{
"code": "G",
"column": "F",
"row": "32",
"position": "REAR",
"coordinates": {
"x": 32,
"y": 6
}
},
{
"code": "G",
"column": "E",
"row": "32",
"position": "REAR",
"coordinates": {
"x": 32,
"y": 5
}
},
{
"code": "G",
"column": "D",
"row": "32",
"position": "REAR",
"coordinates": {
"x": 32,
"y": 4
}
}
],
"seats": [
{
"cabin": "ECONOMY",
"number": "1D",
"characteristicsCodes": [
"1B",
"A",
"FC",
"K",
"O",
"RS",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 1,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "1E",
"characteristicsCodes": [
"1B",
"9",
"FC",
"K",
"O",
"RS",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 1,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "1F",
"characteristicsCodes": [
"1B",
"FC",
"K",
"O",
"RS",
"W",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 1,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "2A",
"characteristicsCodes": [
"1B",
"FC",
"K",
"LS",
"O",
"W",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 2,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "2B",
"characteristicsCodes": [
"1B",
"9",
"FC",
"K",
"LS",
"O",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 2,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "2C",
"characteristicsCodes": [
"1B",
"A",
"FC",
"K",
"LS",
"O",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 2,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "2D",
"characteristicsCodes": [
"A",
"FC",
"O",
"RS",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 2,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "2E",
"characteristicsCodes": [
"9",
"FC",
"O",
"RS",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 2,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "2F",
"characteristicsCodes": [
"FC",
"O",
"RS",
"W",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 2,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "3A",
"characteristicsCodes": [
"FC",
"LS",
"O",
"W",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 3,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "3B",
"characteristicsCodes": [
"9",
"FC",
"LS",
"O",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 3,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "3C",
"characteristicsCodes": [
"A",
"FC",
"LS",
"O",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 3,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "3D",
"characteristicsCodes": [
"A",
"FC",
"O",
"RS",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 3,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "3E",
"characteristicsCodes": [
"9",
"FC",
"O",
"RS",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 3,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "3F",
"characteristicsCodes": [
"FC",
"O",
"RS",
"W",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 3,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "4A",
"characteristicsCodes": [
"FC",
"LS",
"O",
"W",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 4,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "4B",
"characteristicsCodes": [
"9",
"FC",
"LS",
"O",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 4,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "4C",
"characteristicsCodes": [
"A",
"FC",
"LS",
"O",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 4,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "4D",
"characteristicsCodes": [
"A",
"FC",
"O",
"RS",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 4,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "4E",
"characteristicsCodes": [
"9",
"FC",
"O",
"RS",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 4,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "4F",
"characteristicsCodes": [
"FC",
"O",
"RS",
"W",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 4,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "5A",
"characteristicsCodes": [
"FC",
"LS",
"O",
"W",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 5,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "5B",
"characteristicsCodes": [
"9",
"FC",
"LS",
"O",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 5,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "5C",
"characteristicsCodes": [
"A",
"FC",
"LS",
"O",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 5,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "5D",
"characteristicsCodes": [
"A",
"FC",
"O",
"RS",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 5,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "5E",
"characteristicsCodes": [
"9",
"FC",
"O",
"RS",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 5,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "5F",
"characteristicsCodes": [
"FC",
"O",
"RS",
"W",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 5,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "6A",
"characteristicsCodes": [
"FC",
"LS",
"O",
"W",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 6,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "6B",
"characteristicsCodes": [
"9",
"FC",
"LS",
"O",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 6,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "6C",
"characteristicsCodes": [
"A",
"FC",
"LS",
"O",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 6,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "6D",
"characteristicsCodes": [
"A",
"FC",
"O",
"RS",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 6,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "6E",
"characteristicsCodes": [
"9",
"FC",
"O",
"RS",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 6,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "6F",
"characteristicsCodes": [
"FC",
"O",
"RS",
"W",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 6,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "7A",
"characteristicsCodes": [
"CH",
"FC",
"LS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 7,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "7B",
"characteristicsCodes": [
"9",
"CH",
"FC",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 7,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "7C",
"characteristicsCodes": [
"A",
"CH",
"FC",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 7,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "7D",
"characteristicsCodes": [
"A",
"CH",
"FC",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 7,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "7E",
"characteristicsCodes": [
"9",
"CH",
"FC",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 7,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "7F",
"characteristicsCodes": [
"CH",
"FC",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 7,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "8A",
"characteristicsCodes": [
"CH",
"FC",
"LS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 8,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "8B",
"characteristicsCodes": [
"9",
"CH",
"FC",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 8,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "8C",
"characteristicsCodes": [
"A",
"CH",
"FC",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 8,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "8D",
"characteristicsCodes": [
"A",
"CH",
"FC",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 8,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "8E",
"characteristicsCodes": [
"9",
"CH",
"FC",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 8,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "8F",
"characteristicsCodes": [
"CH",
"FC",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 8,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "9A",
"characteristicsCodes": [
"CH",
"FC",
"LS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 9,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "9B",
"characteristicsCodes": [
"9",
"CH",
"FC",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 9,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "9C",
"characteristicsCodes": [
"A",
"CH",
"FC",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 9,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "9D",
"characteristicsCodes": [
"A",
"CH",
"FC",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 9,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "9E",
"characteristicsCodes": [
"9",
"CH",
"FC",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 9,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "9F",
"characteristicsCodes": [
"CH",
"FC",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 9,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "10A",
"characteristicsCodes": [
"CH",
"FC",
"LS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 10,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "10B",
"characteristicsCodes": [
"9",
"CH",
"FC",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 10,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "10C",
"characteristicsCodes": [
"A",
"CH",
"FC",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 10,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "10D",
"characteristicsCodes": [
"A",
"CH",
"FC",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 10,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "10E",
"characteristicsCodes": [
"9",
"CH",
"FC",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 10,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "10F",
"characteristicsCodes": [
"CH",
"FC",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 10,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "11A",
"characteristicsCodes": [
"CH",
"LS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 11,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "11B",
"characteristicsCodes": [
"9",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 11,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "11C",
"characteristicsCodes": [
"A",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 11,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "11D",
"characteristicsCodes": [
"A",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 11,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "11E",
"characteristicsCodes": [
"9",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 11,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "11F",
"characteristicsCodes": [
"CH",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 11,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "12A",
"characteristicsCodes": [
"1A",
"1B",
"CH",
"E",
"IE",
"L",
"LS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 12,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "12B",
"characteristicsCodes": [
"1A",
"1B",
"9",
"CH",
"E",
"IE",
"L",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 12,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "12C",
"characteristicsCodes": [
"1A",
"1B",
"A",
"CH",
"E",
"IE",
"L",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 12,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "12D",
"characteristicsCodes": [
"1A",
"1B",
"A",
"CH",
"E",
"IE",
"L",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 12,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "12E",
"characteristicsCodes": [
"1A",
"1B",
"9",
"CH",
"E",
"IE",
"L",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 12,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "12F",
"characteristicsCodes": [
"1A",
"1B",
"CH",
"E",
"IE",
"L",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 12,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "14A",
"characteristicsCodes": [
"1A",
"1B",
"CH",
"E",
"IE",
"L",
"LS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 13,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "14B",
"characteristicsCodes": [
"1A",
"1B",
"9",
"CH",
"E",
"IE",
"L",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 13,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "14C",
"characteristicsCodes": [
"1A",
"1B",
"A",
"CH",
"E",
"IE",
"L",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 13,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "14D",
"characteristicsCodes": [
"1A",
"1B",
"A",
"CH",
"E",
"IE",
"L",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 13,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "14E",
"characteristicsCodes": [
"1A",
"1B",
"9",
"CH",
"E",
"IE",
"L",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 13,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "14F",
"characteristicsCodes": [
"1A",
"1B",
"CH",
"E",
"IE",
"L",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 13,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "15A",
"characteristicsCodes": [
"CH",
"LS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 14,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "15B",
"characteristicsCodes": [
"9",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 14,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "15C",
"characteristicsCodes": [
"A",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 14,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "15D",
"characteristicsCodes": [
"A",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 14,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "15E",
"characteristicsCodes": [
"9",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 14,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "15F",
"characteristicsCodes": [
"CH",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 14,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "16A",
"characteristicsCodes": [
"CH",
"LS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 15,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "16B",
"characteristicsCodes": [
"9",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 15,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "16C",
"characteristicsCodes": [
"A",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 15,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "16D",
"characteristicsCodes": [
"A",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 15,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "16E",
"characteristicsCodes": [
"9",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 15,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "16F",
"characteristicsCodes": [
"CH",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 15,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "17A",
"characteristicsCodes": [
"CH",
"LS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 16,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "17B",
"characteristicsCodes": [
"9",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 16,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "17C",
"characteristicsCodes": [
"A",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 16,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "17D",
"characteristicsCodes": [
"A",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 16,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "17E",
"characteristicsCodes": [
"9",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 16,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "17F",
"characteristicsCodes": [
"CH",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 16,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "18A",
"characteristicsCodes": [
"CH",
"LS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 17,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "18B",
"characteristicsCodes": [
"9",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 17,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "18C",
"characteristicsCodes": [
"A",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 17,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "18D",
"characteristicsCodes": [
"A",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 17,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "18E",
"characteristicsCodes": [
"9",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 17,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "18F",
"characteristicsCodes": [
"CH",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 17,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "19A",
"characteristicsCodes": [
"CH",
"LS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 18,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "19B",
"characteristicsCodes": [
"9",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 18,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "19C",
"characteristicsCodes": [
"A",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 18,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "19D",
"characteristicsCodes": [
"A",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 18,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "19E",
"characteristicsCodes": [
"9",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 18,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "19F",
"characteristicsCodes": [
"CH",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 18,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "20A",
"characteristicsCodes": [
"C",
"CH",
"LS",
"W",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 19,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "20B",
"characteristicsCodes": [
"9",
"C",
"CH",
"LS",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 19,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "20C",
"characteristicsCodes": [
"A",
"C",
"CH",
"LS",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 19,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "20D",
"characteristicsCodes": [
"A",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 19,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "20E",
"characteristicsCodes": [
"9",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 19,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "20F",
"characteristicsCodes": [
"CH",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 19,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "21A",
"characteristicsCodes": [
"C",
"CH",
"LS",
"W",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 20,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "21B",
"characteristicsCodes": [
"9",
"C",
"CH",
"LS",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 20,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "21C",
"characteristicsCodes": [
"A",
"C",
"CH",
"LS",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 20,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "21D",
"characteristicsCodes": [
"A",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 20,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "21E",
"characteristicsCodes": [
"9",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 20,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "21F",
"characteristicsCodes": [
"CH",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 20,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "22A",
"characteristicsCodes": [
"C",
"CH",
"LS",
"W",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 21,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "22B",
"characteristicsCodes": [
"9",
"C",
"CH",
"LS",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 21,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "22C",
"characteristicsCodes": [
"A",
"C",
"CH",
"LS",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 21,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "22D",
"characteristicsCodes": [
"A",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 21,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "22E",
"characteristicsCodes": [
"9",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 21,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "22F",
"characteristicsCodes": [
"CH",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 21,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "23A",
"characteristicsCodes": [
"C",
"CH",
"LS",
"W",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 22,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "23B",
"characteristicsCodes": [
"9",
"C",
"CH",
"LS",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 22,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "23C",
"characteristicsCodes": [
"A",
"C",
"CH",
"LS",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 22,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "23D",
"characteristicsCodes": [
"A",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 22,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "23E",
"characteristicsCodes": [
"9",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 22,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "23F",
"characteristicsCodes": [
"CH",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 22,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "24A",
"characteristicsCodes": [
"CH",
"LS",
"U",
"W",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 23,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "24B",
"characteristicsCodes": [
"9",
"CH",
"LS",
"U",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 23,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "24C",
"characteristicsCodes": [
"A",
"CH",
"LS",
"U",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 23,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "24D",
"characteristicsCodes": [
"A",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 23,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "24E",
"characteristicsCodes": [
"9",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 23,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "24F",
"characteristicsCodes": [
"CH",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 23,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "25A",
"characteristicsCodes": [
"CH",
"LS",
"U",
"W",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 24,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "25B",
"characteristicsCodes": [
"9",
"CH",
"LS",
"U",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 24,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "25C",
"characteristicsCodes": [
"A",
"CH",
"LS",
"U",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 24,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "25D",
"characteristicsCodes": [
"A",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 24,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "25E",
"characteristicsCodes": [
"9",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 24,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "25F",
"characteristicsCodes": [
"CH",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 24,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "26A",
"characteristicsCodes": [
"CH",
"LS",
"U",
"W",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 25,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "26B",
"characteristicsCodes": [
"9",
"CH",
"LS",
"U",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 25,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "26C",
"characteristicsCodes": [
"A",
"CH",
"LS",
"U",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 25,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "26D",
"characteristicsCodes": [
"A",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 25,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "26E",
"characteristicsCodes": [
"9",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 25,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "26F",
"characteristicsCodes": [
"CH",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 25,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "27A",
"characteristicsCodes": [
"CH",
"LS",
"U",
"W",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 26,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "27B",
"characteristicsCodes": [
"9",
"CH",
"LS",
"U",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 26,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "27C",
"characteristicsCodes": [
"A",
"CH",
"LS",
"U",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 26,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "27D",
"characteristicsCodes": [
"A",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 26,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "27E",
"characteristicsCodes": [
"9",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 26,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "27F",
"characteristicsCodes": [
"CH",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 26,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "28A",
"characteristicsCodes": [
"CH",
"LS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 27,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "28B",
"characteristicsCodes": [
"9",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 27,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "28C",
"characteristicsCodes": [
"A",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 27,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "28D",
"characteristicsCodes": [
"A",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 27,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "28E",
"characteristicsCodes": [
"9",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 27,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "28F",
"characteristicsCodes": [
"CH",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 27,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "29A",
"characteristicsCodes": [
"CH",
"LS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 28,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "29B",
"characteristicsCodes": [
"9",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 28,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "29C",
"characteristicsCodes": [
"A",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 28,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "29D",
"characteristicsCodes": [
"A",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 28,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "29E",
"characteristicsCodes": [
"9",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 28,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "29F",
"characteristicsCodes": [
"CH",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 28,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "30A",
"characteristicsCodes": [
"CH",
"LS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 29,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "30B",
"characteristicsCodes": [
"9",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 29,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "30C",
"characteristicsCodes": [
"A",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 29,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "30D",
"characteristicsCodes": [
"A",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 29,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "30E",
"characteristicsCodes": [
"9",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 29,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "30F",
"characteristicsCodes": [
"CH",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 29,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "31A",
"characteristicsCodes": [
"CH",
"LS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 30,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "31B",
"characteristicsCodes": [
"A",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 30,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "31D",
"characteristicsCodes": [
"A",
"CH",
"DE",
"RS",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 30,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "31E",
"characteristicsCodes": [
"9",
"CH",
"DE",
"RS",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 30,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "31F",
"characteristicsCodes": [
"CH",
"DE",
"RS",
"W",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 30,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "32A",
"characteristicsCodes": [
"1D",
"CH",
"LS",
"V",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 31,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "32B",
"characteristicsCodes": [
"1D",
"A",
"CH",
"LS",
"V",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 31,
"y": 1
}
}
]
}
],
"aircraftCabinAmenities": {
"power": {
"isChargeable": false,
"powerType": "USB_PORT",
"usbType": "USB_C"
},
"seat": {
"legSpace": 29,
"spaceUnit": "INCHES",
"tilt": "NORMAL",
"medias": [
{
"title": "Comfortable Seats",
"href": "https://pdt.content.amadeus.com/AncillaryServicesMedia/14223418_395.jpg",
"description": {
"text": "Settle in with comfortable seats and an ecoTHREAD blanket made from 100% recycled plastic bottles.",
"lang": "EN"
},
"mediaType": "image"
},
{
"title": "Stay Connected",
"href": "https://pdt.content.amadeus.com/AncillaryServicesMedia/71344149_DFL.jpg",
"description": {
"text": "Stay connected next time you fly. Choose from our great value Wi-Fi plans.",
"lang": "EN"
},
"mediaType": "image"
},
{
"title": "Be Curious",
"href": "https://pdt.content.amadeus.com/AncillaryServicesMedia/42266150_401.jpg",
"description": {
"text": "With special seat,meals, toys, and dedicated children's ice channels, we encourage curious minds and inspire tomorrow's explorers.",
"lang": "EN"
},
"mediaType": "image"
}
]
},
"wifi": {
"isChargeable": true,
"wifiCoverage": "FULL"
},
"entertainment": [
{
"isChargeable": false,
"entertainmentType": "AUDIO_VIDEO_ON_DEMAND"
},
{
"isChargeable": false,
"entertainmentType": "IP_TV"
}
],
"food": {
"isChargeable": false,
"foodType": "SNACK"
},
"beverage": {
"isChargeable": false,
"beverageType": "ALCOHOLIC_AND_NON_ALCOHOLIC"
}
},
"availableSeatsCounters": [
{
"travelerId": "1",
"value": 116
},
{
"travelerId": "2",
"value": 116
}
]
},
{
"id": "2",
"type": "seatmap",
"departure": {
"iataCode": "ORY",
"terminal": "3",
"at": "2023-08-18T06:35:00"
},
"arrival": {
"iataCode": "NCE",
"terminal": "2",
"at": "2023-08-18T08:00:00"
},
"carrierCode": "AF",
"number": "6200",
"operating": {
"carrierCode": "AF"
},
"aircraft": {
"code": "320"
},
"class": "X",
"flightOfferId": "1",
"segmentId": "4",
"decks": [
{
"deckType": "MAIN",
"deckConfiguration": {
"width": 7,
"length": 33,
"startSeatRow": 1,
"endSeatRow": 32,
"startWingsRow": 13,
"endWingsRow": 13,
"exitRowsX": [
12,
13
]
},
"facilities": [
{
"code": "LA",
"column": "A",
"position": "FRONT",
"coordinates": {
"x": 0,
"y": 0
}
},
{
"code": "G",
"column": "F",
"position": "FRONT",
"coordinates": {
"x": 0,
"y": 6
}
},
{
"code": "G",
"column": "E",
"position": "FRONT",
"coordinates": {
"x": 0,
"y": 5
}
},
{
"code": "G",
"column": "D",
"position": "FRONT",
"coordinates": {
"x": 0,
"y": 4
}
},
{
"code": "CL",
"column": "A",
"row": "1",
"position": "SEAT",
"coordinates": {
"x": 1,
"y": 0
}
},
{
"code": "CL",
"column": "B",
"row": "1",
"position": "SEAT",
"coordinates": {
"x": 1,
"y": 1
}
},
{
"code": "SO",
"column": "E",
"row": "32",
"position": "SEAT",
"coordinates": {
"x": 31,
"y": 5
}
},
{
"code": "SO",
"column": "F",
"row": "32",
"position": "SEAT",
"coordinates": {
"x": 31,
"y": 6
}
},
{
"code": "LA",
"column": "A",
"row": "32",
"position": "REAR",
"coordinates": {
"x": 32,
"y": 0
}
},
{
"code": "G",
"column": "F",
"row": "32",
"position": "REAR",
"coordinates": {
"x": 32,
"y": 6
}
},
{
"code": "G",
"column": "E",
"row": "32",
"position": "REAR",
"coordinates": {
"x": 32,
"y": 5
}
},
{
"code": "G",
"column": "D",
"row": "32",
"position": "REAR",
"coordinates": {
"x": 32,
"y": 4
}
}
],
"seats": [
{
"cabin": "ECONOMY",
"number": "1D",
"characteristicsCodes": [
"1B",
"A",
"FC",
"K",
"O",
"RS",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 1,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "1E",
"characteristicsCodes": [
"1B",
"9",
"FC",
"K",
"O",
"RS",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 1,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "1F",
"characteristicsCodes": [
"1B",
"FC",
"K",
"O",
"RS",
"W",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 1,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "2A",
"characteristicsCodes": [
"1B",
"FC",
"K",
"LS",
"O",
"W",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 2,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "2B",
"characteristicsCodes": [
"1B",
"9",
"FC",
"K",
"LS",
"O",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 2,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "2C",
"characteristicsCodes": [
"1B",
"A",
"FC",
"K",
"LS",
"O",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 2,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "2D",
"characteristicsCodes": [
"A",
"FC",
"O",
"RS",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 2,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "2E",
"characteristicsCodes": [
"9",
"FC",
"O",
"RS",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 2,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "2F",
"characteristicsCodes": [
"FC",
"O",
"RS",
"W",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 2,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "3A",
"characteristicsCodes": [
"FC",
"LS",
"O",
"W",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 3,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "3B",
"characteristicsCodes": [
"9",
"FC",
"LS",
"O",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 3,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "3C",
"characteristicsCodes": [
"A",
"FC",
"LS",
"O",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 3,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "3D",
"characteristicsCodes": [
"A",
"FC",
"O",
"RS",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 3,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "3E",
"characteristicsCodes": [
"9",
"FC",
"O",
"RS",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 3,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "3F",
"characteristicsCodes": [
"FC",
"O",
"RS",
"W",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 3,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "4A",
"characteristicsCodes": [
"FC",
"LS",
"O",
"W",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 4,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "4B",
"characteristicsCodes": [
"9",
"FC",
"LS",
"O",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 4,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "4C",
"characteristicsCodes": [
"A",
"FC",
"LS",
"O",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 4,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "4D",
"characteristicsCodes": [
"A",
"FC",
"O",
"RS",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 4,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "4E",
"characteristicsCodes": [
"9",
"FC",
"O",
"RS",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 4,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "4F",
"characteristicsCodes": [
"FC",
"O",
"RS",
"W",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 4,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "5A",
"characteristicsCodes": [
"FC",
"LS",
"O",
"W",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 5,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "5B",
"characteristicsCodes": [
"9",
"FC",
"LS",
"O",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 5,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "5C",
"characteristicsCodes": [
"A",
"FC",
"LS",
"O",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 5,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "5D",
"characteristicsCodes": [
"A",
"FC",
"O",
"RS",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 5,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "5E",
"characteristicsCodes": [
"9",
"FC",
"O",
"RS",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 5,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "5F",
"characteristicsCodes": [
"FC",
"O",
"RS",
"W",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 5,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "6A",
"characteristicsCodes": [
"FC",
"LS",
"O",
"W",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 6,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "6B",
"characteristicsCodes": [
"9",
"FC",
"LS",
"O",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 6,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "6C",
"characteristicsCodes": [
"A",
"FC",
"LS",
"O",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 6,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "6D",
"characteristicsCodes": [
"A",
"FC",
"O",
"RS",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 6,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "6E",
"characteristicsCodes": [
"9",
"FC",
"O",
"RS",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 6,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "6F",
"characteristicsCodes": [
"FC",
"O",
"RS",
"W",
"1"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED"
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED"
}
],
"coordinates": {
"x": 6,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "7A",
"characteristicsCodes": [
"CH",
"FC",
"LS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 7,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "7B",
"characteristicsCodes": [
"9",
"CH",
"FC",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 7,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "7C",
"characteristicsCodes": [
"A",
"CH",
"FC",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 7,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "7D",
"characteristicsCodes": [
"A",
"CH",
"FC",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 7,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "7E",
"characteristicsCodes": [
"9",
"CH",
"FC",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 7,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "7F",
"characteristicsCodes": [
"CH",
"FC",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 7,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "8A",
"characteristicsCodes": [
"CH",
"FC",
"LS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 8,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "8B",
"characteristicsCodes": [
"9",
"CH",
"FC",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 8,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "8C",
"characteristicsCodes": [
"A",
"CH",
"FC",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 8,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "8D",
"characteristicsCodes": [
"A",
"CH",
"FC",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 8,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "8E",
"characteristicsCodes": [
"9",
"CH",
"FC",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 8,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "8F",
"characteristicsCodes": [
"CH",
"FC",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 8,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "9A",
"characteristicsCodes": [
"CH",
"FC",
"LS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 9,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "9B",
"characteristicsCodes": [
"9",
"CH",
"FC",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 9,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "9C",
"characteristicsCodes": [
"A",
"CH",
"FC",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 9,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "9D",
"characteristicsCodes": [
"A",
"CH",
"FC",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 9,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "9E",
"characteristicsCodes": [
"9",
"CH",
"FC",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 9,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "9F",
"characteristicsCodes": [
"CH",
"FC",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 9,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "10A",
"characteristicsCodes": [
"CH",
"FC",
"LS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 10,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "10B",
"characteristicsCodes": [
"9",
"CH",
"FC",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 10,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "10C",
"characteristicsCodes": [
"A",
"CH",
"FC",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 10,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "10D",
"characteristicsCodes": [
"A",
"CH",
"FC",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 10,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "10E",
"characteristicsCodes": [
"9",
"CH",
"FC",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 10,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "10F",
"characteristicsCodes": [
"CH",
"FC",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 10,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "11A",
"characteristicsCodes": [
"CH",
"LS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 11,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "11B",
"characteristicsCodes": [
"9",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 11,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "11C",
"characteristicsCodes": [
"A",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 11,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "11D",
"characteristicsCodes": [
"A",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 11,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "11E",
"characteristicsCodes": [
"9",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 11,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "11F",
"characteristicsCodes": [
"CH",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 11,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "12A",
"characteristicsCodes": [
"1A",
"1B",
"CH",
"E",
"IE",
"L",
"LS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 12,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "12B",
"characteristicsCodes": [
"1A",
"1B",
"9",
"CH",
"E",
"IE",
"L",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 12,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "12C",
"characteristicsCodes": [
"1A",
"1B",
"A",
"CH",
"E",
"IE",
"L",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 12,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "12D",
"characteristicsCodes": [
"1A",
"1B",
"A",
"CH",
"E",
"IE",
"L",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 12,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "12E",
"characteristicsCodes": [
"1A",
"1B",
"9",
"CH",
"E",
"IE",
"L",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 12,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "12F",
"characteristicsCodes": [
"1A",
"1B",
"CH",
"E",
"IE",
"L",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 12,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "14A",
"characteristicsCodes": [
"1A",
"1B",
"CH",
"E",
"IE",
"L",
"LS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 13,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "14B",
"characteristicsCodes": [
"1A",
"1B",
"9",
"CH",
"E",
"IE",
"L",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 13,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "14C",
"characteristicsCodes": [
"1A",
"1B",
"A",
"CH",
"E",
"IE",
"L",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 13,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "14D",
"characteristicsCodes": [
"1A",
"1B",
"A",
"CH",
"E",
"IE",
"L",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 13,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "14E",
"characteristicsCodes": [
"1A",
"1B",
"9",
"CH",
"E",
"IE",
"L",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 13,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "14F",
"characteristicsCodes": [
"1A",
"1B",
"CH",
"E",
"IE",
"L",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "15.00",
"base": "15.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 13,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "15A",
"characteristicsCodes": [
"CH",
"LS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 14,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "15B",
"characteristicsCodes": [
"9",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 14,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "15C",
"characteristicsCodes": [
"A",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 14,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "15D",
"characteristicsCodes": [
"A",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 14,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "15E",
"characteristicsCodes": [
"9",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 14,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "15F",
"characteristicsCodes": [
"CH",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 14,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "16A",
"characteristicsCodes": [
"CH",
"LS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 15,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "16B",
"characteristicsCodes": [
"9",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 15,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "16C",
"characteristicsCodes": [
"A",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 15,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "16D",
"characteristicsCodes": [
"A",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 15,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "16E",
"characteristicsCodes": [
"9",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 15,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "16F",
"characteristicsCodes": [
"CH",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 15,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "17A",
"characteristicsCodes": [
"CH",
"LS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 16,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "17B",
"characteristicsCodes": [
"9",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 16,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "17C",
"characteristicsCodes": [
"A",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 16,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "17D",
"characteristicsCodes": [
"A",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 16,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "17E",
"characteristicsCodes": [
"9",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 16,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "17F",
"characteristicsCodes": [
"CH",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 16,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "18A",
"characteristicsCodes": [
"CH",
"LS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 17,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "18B",
"characteristicsCodes": [
"9",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 17,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "18C",
"characteristicsCodes": [
"A",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 17,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "18D",
"characteristicsCodes": [
"A",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 17,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "18E",
"characteristicsCodes": [
"9",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 17,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "18F",
"characteristicsCodes": [
"CH",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 17,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "19A",
"characteristicsCodes": [
"CH",
"LS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 18,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "19B",
"characteristicsCodes": [
"9",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 18,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "19C",
"characteristicsCodes": [
"A",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 18,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "19D",
"characteristicsCodes": [
"A",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 18,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "19E",
"characteristicsCodes": [
"9",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 18,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "19F",
"characteristicsCodes": [
"CH",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 18,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "20A",
"characteristicsCodes": [
"C",
"CH",
"LS",
"W",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 19,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "20B",
"characteristicsCodes": [
"9",
"C",
"CH",
"LS",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 19,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "20C",
"characteristicsCodes": [
"A",
"C",
"CH",
"LS",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 19,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "20D",
"characteristicsCodes": [
"A",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 19,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "20E",
"characteristicsCodes": [
"9",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 19,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "20F",
"characteristicsCodes": [
"CH",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 19,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "21A",
"characteristicsCodes": [
"C",
"CH",
"LS",
"W",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 20,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "21B",
"characteristicsCodes": [
"9",
"C",
"CH",
"LS",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 20,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "21C",
"characteristicsCodes": [
"A",
"C",
"CH",
"LS",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 20,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "21D",
"characteristicsCodes": [
"A",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 20,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "21E",
"characteristicsCodes": [
"9",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 20,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "21F",
"characteristicsCodes": [
"CH",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 20,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "22A",
"characteristicsCodes": [
"C",
"CH",
"LS",
"W",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 21,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "22B",
"characteristicsCodes": [
"9",
"C",
"CH",
"LS",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 21,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "22C",
"characteristicsCodes": [
"A",
"C",
"CH",
"LS",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 21,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "22D",
"characteristicsCodes": [
"A",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 21,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "22E",
"characteristicsCodes": [
"9",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 21,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "22F",
"characteristicsCodes": [
"CH",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 21,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "23A",
"characteristicsCodes": [
"C",
"CH",
"LS",
"W",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 22,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "23B",
"characteristicsCodes": [
"9",
"C",
"CH",
"LS",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 22,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "23C",
"characteristicsCodes": [
"A",
"C",
"CH",
"LS",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 22,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "23D",
"characteristicsCodes": [
"A",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 22,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "23E",
"characteristicsCodes": [
"9",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 22,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "23F",
"characteristicsCodes": [
"CH",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 22,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "24A",
"characteristicsCodes": [
"CH",
"LS",
"U",
"W",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 23,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "24B",
"characteristicsCodes": [
"9",
"CH",
"LS",
"U",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 23,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "24C",
"characteristicsCodes": [
"A",
"CH",
"LS",
"U",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 23,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "24D",
"characteristicsCodes": [
"A",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 23,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "24E",
"characteristicsCodes": [
"9",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 23,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "24F",
"characteristicsCodes": [
"CH",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 23,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "25A",
"characteristicsCodes": [
"CH",
"LS",
"U",
"W",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 24,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "25B",
"characteristicsCodes": [
"9",
"CH",
"LS",
"U",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 24,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "25C",
"characteristicsCodes": [
"A",
"CH",
"LS",
"U",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 24,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "25D",
"characteristicsCodes": [
"A",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 24,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "25E",
"characteristicsCodes": [
"9",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 24,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "25F",
"characteristicsCodes": [
"CH",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 24,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "26A",
"characteristicsCodes": [
"CH",
"LS",
"U",
"W",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 25,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "26B",
"characteristicsCodes": [
"9",
"CH",
"LS",
"U",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 25,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "26C",
"characteristicsCodes": [
"A",
"CH",
"LS",
"U",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 25,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "26D",
"characteristicsCodes": [
"A",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 25,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "26E",
"characteristicsCodes": [
"9",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 25,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "26F",
"characteristicsCodes": [
"CH",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 25,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "27A",
"characteristicsCodes": [
"CH",
"LS",
"U",
"W",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 26,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "27B",
"characteristicsCodes": [
"9",
"CH",
"LS",
"U",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 26,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "27C",
"characteristicsCodes": [
"A",
"CH",
"LS",
"U",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 26,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "27D",
"characteristicsCodes": [
"A",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 26,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "27E",
"characteristicsCodes": [
"9",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 26,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "27F",
"characteristicsCodes": [
"CH",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 26,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "28A",
"characteristicsCodes": [
"CH",
"LS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 27,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "28B",
"characteristicsCodes": [
"9",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 27,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "28C",
"characteristicsCodes": [
"A",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 27,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "28D",
"characteristicsCodes": [
"A",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 27,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "28E",
"characteristicsCodes": [
"9",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 27,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "28F",
"characteristicsCodes": [
"CH",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 27,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "29A",
"characteristicsCodes": [
"CH",
"LS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 28,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "29B",
"characteristicsCodes": [
"9",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 28,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "29C",
"characteristicsCodes": [
"A",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 28,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "29D",
"characteristicsCodes": [
"A",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 28,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "29E",
"characteristicsCodes": [
"9",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 28,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "29F",
"characteristicsCodes": [
"CH",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 28,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "30A",
"characteristicsCodes": [
"CH",
"LS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 29,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "30B",
"characteristicsCodes": [
"9",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 29,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "30C",
"characteristicsCodes": [
"A",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 29,
"y": 2
}
},
{
"cabin": "ECONOMY",
"number": "30D",
"characteristicsCodes": [
"A",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 29,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "30E",
"characteristicsCodes": [
"9",
"CH",
"RS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 29,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "30F",
"characteristicsCodes": [
"CH",
"RS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 29,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "31A",
"characteristicsCodes": [
"CH",
"LS",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 30,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "31B",
"characteristicsCodes": [
"A",
"CH",
"LS",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "AVAILABLE",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 30,
"y": 1
}
},
{
"cabin": "ECONOMY",
"number": "31D",
"characteristicsCodes": [
"A",
"CH",
"DE",
"RS",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 30,
"y": 4
}
},
{
"cabin": "ECONOMY",
"number": "31E",
"characteristicsCodes": [
"9",
"CH",
"DE",
"RS",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 30,
"y": 5
}
},
{
"cabin": "ECONOMY",
"number": "31F",
"characteristicsCodes": [
"CH",
"DE",
"RS",
"W",
"1",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 30,
"y": 6
}
},
{
"cabin": "ECONOMY",
"number": "32A",
"characteristicsCodes": [
"1D",
"CH",
"LS",
"V",
"W",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 31,
"y": 0
}
},
{
"cabin": "ECONOMY",
"number": "32B",
"characteristicsCodes": [
"1D",
"A",
"CH",
"LS",
"V",
"1A_AQC_PREMIUM_SEAT"
],
"travelerPricing": [
{
"travelerId": "1",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
},
{
"travelerId": "2",
"seatAvailabilityStatus": "BLOCKED",
"price": {
"currency": "EUR",
"total": "11.00",
"base": "11.00",
"taxes": [
{
"amount": "0.00",
"code": "SUPPLIER"
}
]
}
}
],
"coordinates": {
"x": 31,
"y": 1
}
}
]
}
],
"aircraftCabinAmenities": {
"power": {
"isChargeable": false,
"powerType": "USB_PORT",
"usbType": "USB_C"
},
"seat": {
"legSpace": 29,
"spaceUnit": "INCHES",
"tilt": "NORMAL",
"medias": [
{
"title": "Comfortable Seats",
"href": "https://pdt.content.amadeus.com/AncillaryServicesMedia/14223418_395.jpg",
"description": {
"text": "Settle in with comfortable seats and an ecoTHREAD blanket made from 100% recycled plastic bottles.",
"lang": "EN"
},
"mediaType": "image"
},
{
"title": "Stay Connected",
"href": "https://pdt.content.amadeus.com/AncillaryServicesMedia/71344149_DFL.jpg",
"description": {
"text": "Stay connected next time you fly. Choose from our great value Wi-Fi plans.",
"lang": "EN"
},
"mediaType": "image"
},
{
"title": "Be Curious",
"href": "https://pdt.content.amadeus.com/AncillaryServicesMedia/42266150_401.jpg",
"description": {
"text": "With special seat,meals, toys, and dedicated children's ice channels, we encourage curious minds and inspire tomorrow's explorers.",
"lang": "EN"
},
"mediaType": "image"
}
]
},
"wifi": {
"isChargeable": true,
"wifiCoverage": "FULL"
},
"entertainment": [
{
"isChargeable": false,
"entertainmentType": "AUDIO_VIDEO_ON_DEMAND"
},
{
"isChargeable": false,
"entertainmentType": "IP_TV"
}
],
"food": {
"isChargeable": false,
"foodType": "SNACK"
},
"beverage": {
"isChargeable": false,
"beverageType": "ALCOHOLIC_AND_NON_ALCOHOLIC"
}
},
"availableSeatsCounters": [
{
"travelerId": "1",
"value": 116
},
{
"travelerId": "2",
"value": 116
}
]
}
],
"dictionaries": {
"locations": {
"NCE": {
"cityCode": "NCE",
"countryCode": "FR"
},
"ORY": {
"cityCode": "PAR",
"countryCode": "FR"
}
},
"facilities": {
"LA": "Lavatory",
"G": "Galley",
"CL": "Closet",
"SO": "Storage Space"
},
"seatCharacteristics": {
"1": "Restricted seat - General",
"9": "Center seat (not window, not aisle)",
"A": "Aisle seat",
"RS": "Right side of aircraft",
"DE": "Deportee",
"C": "Crew seat",
"CH": "Chargeable seats",
"E": "Exit row seat",
"LS": "Left side of aircraft",
"K": "Bulkhead seat",
"L": "Leg space seat",
"1A_AQC_PREMIUM_SEAT": "Premium seat",
"O": "Preferential seat",
"1A": "Seat not allowed for infant",
"1B": "Seat not allowed for medical",
"1D": "Restricted recline seat",
"U": "Seat suitable for unaccompanied minors",
"V": "Seat to be left vacant or offered last",
"W": "Window seat",
"IE": "Seat not suitable for child",
"FC": "Front of cabin class/compartment"
}
}
}{
"errors": [
{
"status": 400,
"code": 477,
"title": "INVALID FORMAT",
"detail": "invalid query parameter format",
"source": {
"parameter": "airport",
"example": "CDG"
}
}
]
}{
"errors": [
{
"status": 500,
"code": 141,
"title": "SYSTEM ERROR HAS OCCURRED"
}
]
}recommended-locations
GET
| Query Parameter Name | Example |
|---|---|
cityCodes* | PAR |
travelerCountryCode | FR |
destinationCountryCodes | laborum consequat eu minim Duis |
{
"meta": {
"links": {
"self": "https://amadeus-api.mock.beeceptor.com/v1/reference-data/recommended-locations?cityCodes=LON&travelerCountryCode=FR"
},
"count": 2
},
"data": [
{
"type": "recommended-location",
"subtype": "CITY",
"name": "PARIS",
"iataCode": "PAR",
"geoCode": {
"longiture": 2.34276,
"latitude": 48.85755
},
"relevance": 0.71
},
{
"type": "recommended-location",
"subtype": "CITY",
"name": "MADRID",
"iataCode": "MAD",
"geoCode": {
"longiture": 3.70348,
"latitude": 40.41654
},
"relevance": 0.68
}
]
}{
"errors": [
{
"status": 400,
"code": 477,
"title": "INVALID FORMAT",
"detail": "invalid query parameter format",
"source": {
"parameter": "cityCodes",
"example": "PAR"
}
}
]
}{
"errors": [
{
"status": 500,
"code": 141,
"title": "SYSTEM ERROR HAS OCCURRED"
}
]
}trip-purpose-prediction
GET
| Query Parameter Name | Example |
|---|---|
originLocationCode* | NYC |
destinationLocationCode* | MAD |
departureDate* | 2023-12-01 |
returnDate* | 2023-12-12 |
searchDate | velit exercitation |
{
"data": {
"id": "NYCMAD20231201",
"probability": "0.9995216",
"result": "LEISURE",
"subType": "trip-purpose",
"type": "prediction"
},
"meta": {
"defaults": {
"searchDate": "2023-01-12"
},
"links": {
"self": "https://amadeus-api.mock.beeceptor.com/v1/travel/predictions/trip-purpose?originLocationCode=NYC&destinationLocationCode=MAD&departureDate=2023-12-01&returnDate=2023-12-12&searchDate=2023-01-12"
}
}
}{
"errors": [
{
"status": 400,
"code": 477,
"title": "INVALID FORMAT",
"detail": "invalid query parameter format",
"source": {
"parameter": "airport",
"example": "CDG"
}
}
]
}{
"errors": [
{
"status": 500,
"code": 141,
"title": "SYSTEM ERROR HAS OCCURRED"
}
]
}Service Homepage: developers.amadeus.com/
API documentation: developers.amadeus.com/self-service/apis-docs/guides/developer-guides/
travelflightshotelsbookingreservationstourismairlineitineraryopenapirest apimock api