{ "openapi": "3.0.1", "info": { "title": "Amadeus QuickConnect", "description": "TO-DO: put high-level description of the API + List the limitations and pre-requisites, ...", "version": "0.18.0", "x-tags": [ "#online-retail", "#mobile-services", "#ama-for-dev" ], "x-status": "validated", "x-release-note": { "0.18.0": [ "Add the cabin bags informations in the Flight-offer search response", "Add Amenities details in the Flight-offer search response" ], "0.17.1": [ "Change description in lastTicketingDate and lastTicketingDateTime" ], "0.17.0": [ "Add lastTicketingDateTime attribute in the Flight-Offer" ], "0.16.0": [ "Add Non-stop preferred option" ], "0.15.0": [ "Add new source \"NDC\"" ], "0.14.0": [ "Add Margins and Discounts content from Margin Manager product" ], "0.13.0": [ "Add Expanded parameters criterias in flight-offers search" ], "0.12.0": [ "Add new sources \"LTC\" and \"EAC\"" ], "0.11.0": [ "Add maxPrice filtering", "Add retrieve flight-order by record locator", "Add ownerOfficeId in flight-order" ], "0.10.0": [ "Add traveler in pricing input" ], "0.9.0": [ "Add currencies, aircraft and carriers dictionary" ], "0.8.0": [ "Add Patch flight-order" ], "0.7.0": [ "Add cancel flight-order" ], "0.6.0": [ "Add retrieve flight-order" ], "0.5.0": [ "Add flight-order create" ], "0.4.0": [ "Add service catalogue into pricing flight offer reply" ], "0.3.0": [ "Add search flight-offer with GET operation" ], "0.2.0": [ "Add pricing flight-offer" ], "0.1.0": [ "Search flight-offer using POST" ] } }, "servers": [ { "url": "https://test.travel.api.amadeus.com/v1" } ], "paths": { "/shopping/flight-offers": { "get": { "tags": [ "Shopping" ], "summary": "Return list of Flight Offers based on searching criteria.", "description": "Search for the best bookable flight offers from a very simple query where you can specify as little as the travel origin, the destination, the departure date and the number of adults.\n\n### Query example\n
\n GET https://test.api.amadeus.com/v1/shopping/flight-offers?originLocationCode=SYD&destinationLocationCode=BKK&departureDate=2020-01-01&returnDate=2020-01-05&adults=2¤cyCode=AUD&includedAirlineCodes=TG&max=3\n
\n\n### Response example\n\n{\n \"meta\": {\n \"count\": 3,\n \"links\": {\n \"self\": \"https://test.api.amadeus.com/v1/shopping/flight-offers?originLocationCode=SYD&destinationLocationCode=BKK&departureDate=2020-01-01&returnDate=2020-01-05&adults=2¤cyCode=AUD&includedAirlineCodes=TG&max=3\"\n }\n },\n \"data\": [\n {\n \"type\": \"flight-offer\",\n \"id\": \"1\",\n \"source\": \"GDS\",\n \"instantTicketingRequired\": false,\n \"nonHomogeneous\": false,\n \"oneWay\": false,\n \"lastTicketingDate\": \"2020-01-01\",\n \"numberOfBookableSeats\": 4,\n \"itineraries\": [\n {\n \"duration\": \"PT9H25M\",\n \"segments\": [\n {\n \"departure\": {\n \"iataCode\": \"SYD\",\n \"terminal\": \"1\",\n \"at\": \"2020-01-01T10:00:00\"\n },\n \"arrival\": {\n \"iataCode\": \"BKK\",\n \"at\": \"2020-01-01T15:25:00\"\n },\n \"carrierCode\": \"TG\",\n \"number\": \"476\",\n \"aircraft\": {\n \"code\": \"747\"\n },\n \"operating\": {\n \"carrierCode\": \"TG\"\n },\n \"id\": \"1\",\n \"numberOfStops\": 0,\n \"blacklistedInEU\": false\n }\n ]\n },\n {\n \"duration\": \"PT9H20M\",\n \"segments\": [\n {\n \"departure\": {\n \"iataCode\": \"BKK\",\n \"at\": \"2020-01-05T17:50:00\"\n },\n \"arrival\": {\n \"iataCode\": \"SYD\",\n \"terminal\": \"1\",\n \"at\": \"2020-01-06T07:10:00\"\n },\n \"carrierCode\": \"TG\",\n \"number\": \"475\",\n \"aircraft\": {\n \"code\": \"747\"\n },\n \"operating\": {\n \"carrierCode\": \"TG\"\n },\n \"id\": \"2\",\n \"numberOfStops\": 0,\n \"blacklistedInEU\": false\n }\n ]\n }\n ],\n \"price\": {\n \"currency\": \"AUD\",\n \"total\": \"1324.86\",\n \"base\": \"1165.00\",\n \"fees\": [\n {\n \"amount\": \"0.00\",\n \"type\": \"SUPPLIER\"\n },\n {\n \"amount\": \"0.00\",\n \"type\": \"TICKETING\"\n }\n ]\n },\n \"pricingOptions\": {\n \"fareType\": [\n \"PUBLISHED\"\n ],\n \"includedCheckedBagsOnly\": true\n },\n \"validatingAirlineCodes\": [\n \"TG\"\n ],\n \"travelerPricings\": [\n {\n \"travelerId\": \"1\",\n \"fareOption\": \"STANDARD\",\n \"travelerType\": \"ADULT\",\n \"price\": {\n \"currency\": \"AUD\",\n \"total\": \"1324.86\",\n \"base\": \"1165.00\"\n },\n \"fareDetailsBySegment\": [\n {\n \"segmentId\": \"1\",\n \"cabin\": \"ECONOMY\",\n \"fareBasis\": \"W1MRTG\",\n \"class\": \"W\",\n \"includedCheckedBags\": {\n \"weight\": 20,\n \"weightUnit\": \"KG\"\n }\n },\n {\n \"segmentId\": \"2\",\n \"cabin\": \"ECONOMY\",\n \"fareBasis\": \"W1MRTG\",\n \"class\": \"W\",\n \"includedCheckedBags\": {\n \"weight\": 20,\n \"weightUnit\": \"KG\"\n }\n }\n ]\n }\n ]\n },\n ...\n ],\n \"dictionaries\": {\n \"locations\": {\n \"BKK\": {\n \"cityCode\": \"BKK\",\n \"countryCode\": \"TH\"\n },\n \"SYD\": {\n \"cityCode\": \"SYD\",\n \"countryCode\": \"AU\"\n }\n },\n \"aircraft\":{\n \"747\": \"BOEING 747 ALL SERIES PASSENGER\"\n },\n \"currencies\": {\n \"EUR\": \"EURO\"\n },\n \"carriers\": {\n \"TG\": \"THAI AIRWAYS INTERNATIONAL\"\n }\n }\n}\n
\n",
"operationId": "getFlightOffers",
"parameters": [
{
"name": "originLocationCode",
"in": "query",
"description": "city/airport [IATA code](http://www.iata.org/publications/Pages/code-search.aspx) from which the traveler will depart, e.g. BOS for Boston",
"required": true,
"schema": {
"pattern": "[A-Z]{3}",
"type": "string"
}
},
{
"name": "destinationLocationCode",
"in": "query",
"description": "city/airport [IATA code](http://www.iata.org/publications/Pages/code-search.aspx) to which the traveler is going, e.g. PAR for Paris",
"required": true,
"schema": {
"pattern": "[A-Z]{3}",
"type": "string"
}
},
{
"name": "departureDate",
"in": "query",
"description": "the date on which the traveler will depart from the origin to go to the destination. Dates are specified in the [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) YYYY-MM-DD format, e.g. 2017-12-25",
"required": true,
"schema": {
"type": "string",
"format": "date"
}
},
{
"name": "returnDate",
"in": "query",
"description": "the date on which the traveler will depart from the destination to return to the origin. If this parameter is not specified, only one-way itineraries are found. If this parameter is specified, only round-trip itineraries are found. Dates are specified in the [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) YYYY-MM-DD format, e.g. 2018-02-28",
"schema": {
"type": "string",
"format": "date"
}
},
{
"name": "adults",
"in": "query",
"description": "the number of adult travelers (age 12 or older on date of departure).",
"required": true,
"schema": {
"maximum": 9,
"minimum": 1,
"type": "integer",
"default": 1
}
},
{
"name": "children",
"in": "query",
"description": "the number of child travelers (older than age 2 and younger than age 12 on date of departure) who will each have their own separate seat. If specified, this number should be greater than or equal to 0",
"schema": {
"maximum": 9,
"minimum": 0,
"type": "integer"
}
},
{
"name": "infants",
"in": "query",
"description": "the number of infant travelers (whose age is less or equal to 2 on date of departure). Infants travel on the lap of an adult traveler, and thus the number of infants must not exceed the number of adults. If specified, this number should be greater than or equal to 0",
"schema": {
"maximum": 9,
"minimum": 0,
"type": "integer"
}
},
{
"name": "travelClass",
"in": "query",
"description": "most of the flight time should be spent in a cabin of this quality or higher. The accepted travel class is economy, premium economy, business or first class. If no travel class is specified, the search considers any travel class",
"schema": {
"type": "string",
"enum": [
"ECONOMY",
"PREMIUM_ECONOMY",
"BUSINESS",
"FIRST"
]
}
},
{
"name": "includedAirlineCodes",
"in": "query",
"description": "if specified, the flight offer will include at least one segment per bound marketed by one of these airlines. Airlines are specified as [IATA airline codes](http://www.iata.org/publications/Pages/code-search.aspx) and are comma-separated, e.g. 6X,7X,8X",
"schema": {
"pattern": "[0-9A-Z]{2}",
"type": "string"
}
},
{
"name": "excludedAirlineCodes",
"in": "query",
"description": "if specified, the flight offer will exclude all the flights marketed by one of these airlines. Airlines are specified as [IATA airline codes](http://www.iata.org/publications/Pages/code-search.aspx) and are comma-separated, e.g. 6X,7X,8X",
"schema": {
"pattern": "[0-9A-Z]{2}",
"type": "string"
}
},
{
"name": "nonStop",
"in": "query",
"description": "if set to true, the search will find only flights going from the origin to the destination with no stop in between",
"schema": {
"type": "boolean",
"default": false
}
},
{
"name": "currencyCode",
"in": "query",
"description": "the preferred currency for the flight offers. Currency is specified in the [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) format, e.g. EUR for Euro",
"schema": {
"pattern": "[A-Z]{3}",
"type": "string"
}
},
{
"name": "maxPrice",
"in": "query",
"description": "maximum price per traveler. By default, no limit is applied. If specified, the value should be a positive number with no decimals",
"schema": {
"minimum": 1,
"type": "integer"
}
},
{
"name": "max",
"in": "query",
"description": "maximum number of flight offers to return. If specified, the value should be greater than or equal to 1",
"schema": {
"minimum": 1,
"type": "integer",
"default": 250
}
}
],
"responses": {
"200": {
"description": "Successful Operation",
"content": {
"application/vnd.amadeus+json": {
"schema": {
"title": "Success",
"required": [
"data"
],
"type": "object",
"properties": {
"warnings": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Issue"
}
},
"meta": {
"$ref": "#/components/schemas/Collection_Meta_Link"
},
"data": {
"type": "array",
"items": {
"$ref": "#/components/schemas/FlightOffer"
}
},
"dictionaries": {
"$ref": "#/components/schemas/Dictionaries"
}
},
"example": {
"meta": {
"count": 1,
"links": {
"self": "https://test.api.amadeus.com/v1/shopping/flight-offers?originLocationCode=SYD&destinationLocationCode=BKK&departureDate=2020-01-01&returnDate=2020-01-05&adults=2¤cyCode=AUD&includedAirlineCodes=TG&max=1"
}
},
"data": [
{
"type": "flight-offer",
"id": "1",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-01-01T00:00:00.000Z",
"numberOfBookableSeats": 4,
"itineraries": [
{
"duration": "PT9H25M",
"segments": [
{
"departure": {
"iataCode": "SYD",
"terminal": "1",
"at": "2020-01-01T10:00:00.000Z"
},
"arrival": {
"iataCode": "BKK",
"at": "2020-01-01T15:25:00.000Z"
},
"carrierCode": "TG",
"number": "476",
"aircraft": {
"code": "747"
},
"operating": {
"carrierCode": "TG"
},
"id": "1",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT9H20M",
"segments": [
{
"departure": {
"iataCode": "BKK",
"at": "2020-01-05T17:50:00.000Z"
},
"arrival": {
"iataCode": "SYD",
"terminal": "1",
"at": "2020-01-06T07:10:00.000Z"
},
"carrierCode": "TG",
"number": "475",
"aircraft": {
"code": "747"
},
"operating": {
"carrierCode": "TG"
},
"id": "2",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
}
],
"price": {
"currency": "AUD",
"total": "1324.86",
"base": "1165.00",
"fees": [
{
"amount": "0.00",
"type": "SUPPLIER"
},
{
"amount": "0.00",
"type": "TICKETING"
}
]
},
"pricingOptions": {
"fareType": [
"PUBLISHED"
],
"includedCheckedBagsOnly": true
},
"validatingAirlineCodes": [
"TG"
],
"travelerPricings": [
{
"travelerId": "1",
"fareOption": "STANDARD",
"travelerType": "ADULT",
"price": {
"currency": "AUD",
"total": "1324.86",
"base": "1165.00"
},
"fareDetailsBySegment": [
{
"segmentId": "1",
"cabin": "ECONOMY",
"fareBasis": "W1MRTG",
"class": "W",
"includedCheckedBags": {
"weight": 20,
"weightUnit": "KG"
}
},
{
"segmentId": "2",
"cabin": "ECONOMY",
"fareBasis": "W1MRTG",
"class": "W",
"includedCheckedBags": {
"weight": 20,
"weightUnit": "KG"
}
}
]
}
]
}
],
"dictionaries": {
"locations": {
"BKK": {
"cityCode": "BKK",
"countryCode": "TH"
},
"SYD": {
"cityCode": "SYD",
"countryCode": "AU"
}
},
"aircraft": {
"747": "BOEING 747 ALL SERIES PASSENGER"
},
"currencies": {
"EUR": "EURO"
},
"carriers": {
"TG": "THAI AIRWAYS INTERNATIONAL"
}
}
}
}
}
}
},
"400": {
"description": "code | title \n------- | ------------------------------------- \n425 | INVALID DATE\n477 | INVALID FORMAT\n572 | INVALID OPTION\n2668 | PARAMETER COMBINATION INVALID/RESTRICTED\n2781 | INVALID LENGTH\n4926 | INVALID DATA RECEIVED\n9880 | SELECTED DATE IS TOO FAR IN THE FUTURE\n10661 | MAXIMUM NUMBER OF OCCURRENCES EXCEEDED \n32171 | MANDATORY DATA MISSING\n",
"content": {
"application/vnd.amadeus+json": {
"schema": {
"$ref": "#/components/schemas/Error_400"
}
}
}
},
"default": {
"description": "Unexpected error",
"content": {
"application/vnd.amadeus+json": {
"schema": {
"$ref": "#/components/schemas/Error_500"
}
}
}
}
}
},
"post": {
"tags": [
"Shopping"
],
"summary": "Return list of Flight Offers based on posted searching criteria.",
"description": "This operation aims at dynamically returning the lowest available fares by providing flight combinations matching the requested route and travel dates.\nThe search engine collects, filters, ranks and standardizes the flight offers coming from the providers.\n\nThe customer can retrieve up to 250 recommendations among the cheapest fares available in the providers’ system.\nThe customer can also compare different types of fares on a given route in one single call.\n\nThe operation also offers several options to customize the search in order to find and return the relevant flight offer depending on the customer’s need. Some of these parameters can be set by default and when the context is specific, they can also be overridden dynamically by adapting the request.\n\n### Query example\n\n{\n \"currencyCode\": \"USD\",\n \"originDestinations\": [\n {\n \"id\": \"1\",\n \"originLocationCode\": \"RIO\",\n \"destinationLocationCode\": \"MAD\",\n \"departureDateTimeRange\": {\n \"date\": \"2020-03-01\",\n \"time\": \"10:00:00\"\n }\n },\n {\n \"id\": \"2\",\n \"originLocationCode\": \"MAD\",\n \"destinationLocationCode\": \"RIO\",\n \"departureDateTimeRange\": {\n \"date\": \"2020-03-05\",\n \"time\": \"17:00:00\"\n }\n }\n ],\n \"travelers\": [\n {\n \"id\": \"1\",\n \"travelerType\": \"ADULT\",\n \"fareOptions\": [\n \"STANDARD\"\n ]\n },\n {\n \"id\": \"2\",\n \"travelerType\": \"CHILD\",\n \"fareOptions\": [\n \"STANDARD\"\n ]\n }\n ],\n \"sources\": [\n \"GDS\"\n ],\n \"searchCriteria\": {\n \"maxFlightOffers\": 50,\n \"flightFilters\": {\n \"cabinRestrictions\": [\n {\n \"cabin\": \"BUSINESS\",\n \"coverage\": \"MOST_SEGMENTS\",\n \"originDestinationIds\": [\n \"1\"\n ]\n }\n ],\n \"carrierRestrictions\": {\n \"excludedCarrierCodes\": [\n \"AA\",\n \"TP\",\n \"AZ\"\n ]\n }\n }\n }\n}\n
\n\n### Response example\n\n{\n \"meta\": {\n \"count\": 50\n },\n \"data\": [\n {\n \"type\": \"flight-offer\",\n \"id\": \"1\",\n \"source\": \"GDS\",\n \"instantTicketingRequired\": false,\n \"nonHomogeneous\": false,\n \"oneWay\": false,\n \"lastTicketingDate\": \"2020-03-01\",\n \"numberOfBookableSeats\": 9,\n \"itineraries\": [\n {\n \"duration\": \"PT18H30M\",\n \"segments\": [\n {\n \"departure\": {\n \"iataCode\": \"GIG\",\n \"terminal\": \"2\",\n \"at\": \"2020-03-01T21:05:00\"\n },\n \"arrival\": {\n \"iataCode\": \"CDG\",\n \"terminal\": \"2E\",\n \"at\": \"2020-03-02T12:20:00\"\n },\n \"carrierCode\": \"KL\",\n \"number\": \"2410\",\n \"aircraft\": {\n \"code\": \"772\"\n },\n \"operating\": {\n \"carrierCode\": \"AF\"\n },\n \"id\": \"40\",\n \"numberOfStops\": 0,\n \"blacklistedInEU\": false\n },\n {\n \"departure\": {\n \"iataCode\": \"CDG\",\n \"terminal\": \"2F\",\n \"at\": \"2020-03-02T14:30:00\"\n },\n \"arrival\": {\n \"iataCode\": \"AMS\",\n \"at\": \"2020-03-02T15:45:00\"\n },\n \"carrierCode\": \"KL\",\n \"number\": \"1234\",\n \"aircraft\": {\n \"code\": \"73H\"\n },\n \"operating\": {\n \"carrierCode\": \"KL\"\n },\n \"id\": \"41\",\n \"numberOfStops\": 0,\n \"blacklistedInEU\": false\n },\n {\n \"departure\": {\n \"iataCode\": \"AMS\",\n \"at\": \"2020-03-02T17:05:00\"\n },\n \"arrival\": {\n \"iataCode\": \"MAD\",\n \"terminal\": \"2\",\n \"at\": \"2020-03-02T19:35:00\"\n },\n \"carrierCode\": \"KL\",\n \"number\": \"1705\",\n \"aircraft\": {\n \"code\": \"73J\"\n },\n \"operating\": {\n \"carrierCode\": \"KL\"\n },\n \"id\": \"42\",\n \"numberOfStops\": 0,\n \"blacklistedInEU\": false\n }\n ]\n },\n {\n \"duration\": \"PT26H10M\",\n \"segments\": [\n {\n \"departure\": {\n \"iataCode\": \"MAD\",\n \"terminal\": \"2\",\n \"at\": \"2020-03-05T20:25:00\"\n },\n \"arrival\": {\n \"iataCode\": \"AMS\",\n \"at\": \"2020-03-05T23:00:00\"\n },\n \"carrierCode\": \"KL\",\n \"number\": \"1706\",\n \"aircraft\": {\n \"code\": \"73J\"\n },\n \"operating\": {\n \"carrierCode\": \"KL\"\n },\n \"id\": \"81\",\n \"numberOfStops\": 0,\n \"blacklistedInEU\": false\n },\n {\n \"departure\": {\n \"iataCode\": \"AMS\",\n \"at\": \"2020-03-06T10:40:00\"\n },\n \"arrival\": {\n \"iataCode\": \"GIG\",\n \"terminal\": \"2\",\n \"at\": \"2020-03-06T18:35:00\"\n },\n \"carrierCode\": \"KL\",\n \"number\": \"705\",\n \"aircraft\": {\n \"code\": \"772\"\n },\n \"operating\": {\n \"carrierCode\": \"KL\"\n },\n \"id\": \"82\",\n \"numberOfStops\": 0,\n \"blacklistedInEU\": false\n }\n ]\n }\n ],\n \"price\": {\n \"currency\": \"USD\",\n \"grandTotal\": \"8514.04\",\n \"total\": \"8514.04\",\n \"base\": \"8314.00\",\n \"fees\": [\n {\n \"amount\": \"0.00\",\n \"type\": \"SUPPLIER\"\n },\n {\n \"amount\": \"0.00\",\n \"type\": \"TICKETING\"\n }\n ]\n },\n \"pricingOptions\": {\n \"fareType\": [\n \"PUBLISHED\"\n ],\n \"includedCheckedBagsOnly\": true\n },\n \"validatingAirlineCodes\": [\n \"AF\"\n ],\n \"travelerPricings\": [\n {\n \"travelerId\": \"1\",\n \"fareOption\": \"STANDARD\",\n \"travelerType\": \"ADULT\",\n \"price\": {\n \"currency\": \"USD\",\n \"total\": \"4849.02\",\n \"base\": \"4749.00\"\n },\n \"fareDetailsBySegment\": [\n {\n \"segmentId\": \"40\",\n \"cabin\": \"BUSINESS\",\n \"fareBasis\": \"CFFBR\",\n \"class\": \"C\",\n \"includedCheckedBags\": {\n \"quantity\": 2\n }\n },\n {\n \"segmentId\": \"41\",\n \"cabin\": \"BUSINESS\",\n \"fareBasis\": \"CFFBR\",\n \"class\": \"J\",\n \"includedCheckedBags\": {\n \"quantity\": 2\n }\n },\n {\n \"segmentId\": \"42\",\n \"cabin\": \"BUSINESS\",\n \"fareBasis\": \"CFFBR\",\n \"class\": \"J\",\n \"includedCheckedBags\": {\n \"quantity\": 2\n }\n },\n {\n \"segmentId\": \"81\",\n \"cabin\": \"ECONOMY\",\n \"fareBasis\": \"YFFBR\",\n \"class\": \"Y\",\n \"includedCheckedBags\": {\n \"quantity\": 1\n }\n },\n {\n \"segmentId\": \"82\",\n \"cabin\": \"ECONOMY\",\n \"fareBasis\": \"YFFBR\",\n \"class\": \"Y\",\n \"includedCheckedBags\": {\n \"quantity\": 1\n }\n }\n ]\n },\n {\n \"travelerId\": \"2\",\n \"fareOption\": \"STANDARD\",\n \"travelerType\": \"CHILD\",\n \"price\": {\n \"currency\": \"USD\",\n \"total\": \"3665.02\",\n \"base\": \"3565.00\"\n },\n \"fareDetailsBySegment\": [\n {\n \"segmentId\": \"40\",\n \"cabin\": \"BUSINESS\",\n \"fareBasis\": \"CFFBR\",\n \"class\": \"C\"\n },\n {\n \"segmentId\": \"41\",\n \"cabin\": \"BUSINESS\",\n \"fareBasis\": \"CFFBR\",\n \"class\": \"J\"\n },\n {\n \"segmentId\": \"42\",\n \"cabin\": \"BUSINESS\",\n \"fareBasis\": \"CFFBR\",\n \"class\": \"J\"\n },\n {\n \"segmentId\": \"81\",\n \"cabin\": \"ECONOMY\",\n \"fareBasis\": \"YFFBR\",\n \"class\": \"Y\"\n },\n {\n \"segmentId\": \"82\",\n \"cabin\": \"ECONOMY\",\n \"fareBasis\": \"YFFBR\",\n \"class\": \"Y\"\n }\n ]\n }\n ]\n },\n ...\n ],\n \"dictionaries\": {\n \"locations\": {\n \"MAD\": {\n \"cityCode\": \"MAD\",\n \"countryCode\": \"ES\"\n },\n \"GIG\": {\n \"cityCode\": \"RIO\",\n \"countryCode\": \"BR\"\n },\n \"CDG\": {\n \"cityCode\": \"PAR\",\n \"countryCode\": \"FR\"\n },\n \"AMS\": {\n \"cityCode\": \"AMS\",\n \"countryCode\": \"NL\"\n }\n },\n \"aircraft\": {\n \"772\": \"BOEING 777-200/200ER\"\n \"73H\": \"BOEING 737-800 (WINGLETS)\"\n \"73J\": \"BOEING 737-900\"\n },\n \"currencies\": {\n \"USD\": \"US DOLLAR\"\n },\n \"carriers\" : {\n \"KL\": \"KLM ROYAL DUTCH AIRLINES\"\n \"AF\": \"AIR FRANCE\"\n }\n }\n}\n
\n",
"operationId": "searchFlightOffers",
"parameters": [
{
"name": "X-HTTP-Method-Override",
"in": "header",
"description": "the HTTP method to apply",
"required": true,
"schema": {
"type": "string",
"default": "GET"
}
}
],
"requestBody": {
"description": "list of criteria to retrieve a list of flight offers",
"content": {
"application/vnd.amadeus+json": {
"schema": {
"$ref": "#/components/schemas/GetFlightOffersQuery"
}
}
},
"required": true
},
"responses": {
"200": {
"description": "Successful Operation",
"content": {
"application/vnd.amadeus+json": {
"schema": {
"title": "Success",
"required": [
"data"
],
"type": "object",
"properties": {
"warnings": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Issue"
}
},
"meta": {
"$ref": "#/components/schemas/Collection_Meta"
},
"data": {
"type": "array",
"items": {
"$ref": "#/components/schemas/FlightOffer"
}
},
"dictionaries": {
"$ref": "#/components/schemas/Dictionaries"
}
},
"example": {
"meta": {
"count": 50
},
"data": [
{
"type": "flight-offer",
"id": "1",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT18H30M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T21:05:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T12:20:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T15:45:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T19:35:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-05T23:00:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T18:35:00.000Z"
},
"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",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT19H35M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T10:30:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T16:05:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-05T23:00:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T18:35:00.000Z"
},
"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",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT19H35M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T11:00:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T16:05:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-05T23:00:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T18:35:00.000Z"
},
"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"
}
]
}
]
},
{
"type": "flight-offer",
"id": "4",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT19H35M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00.000Z"
},
"carrierCode": "KL",
"number": "2412",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "49",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T10:20:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T11:45:00.000Z"
},
"carrierCode": "KL",
"number": "1230",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "50",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T13:30:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T16:05:00.000Z"
},
"carrierCode": "KL",
"number": "1703",
"aircraft": {
"code": "73J"
},
"operating": {
"carrierCode": "KL"
},
"id": "51",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT26H10M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:25:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-05T23:00:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T18:35:00.000Z"
},
"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": "49",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "50",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "51",
"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": "49",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "50",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "51",
"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": "5",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT22H20M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T21:05:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T12:20:00.000Z"
},
"carrierCode": "KL",
"number": "2410",
"aircraft": {
"code": "772"
},
"operating": {
"carrierCode": "AF"
},
"id": "28",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T14:30:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T15:45:00.000Z"
},
"carrierCode": "KL",
"number": "1234",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "29",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T20:45:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T23:25:00.000Z"
},
"carrierCode": "KL",
"number": "1707",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "30",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT26H10M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:25:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-05T23:00:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T18:35:00.000Z"
},
"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": "28",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "29",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "30",
"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": "28",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "29",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "30",
"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": "6",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT22H20M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T21:05:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T12:20:00.000Z"
},
"carrierCode": "KL",
"number": "2410",
"aircraft": {
"code": "772"
},
"operating": {
"carrierCode": "AF"
},
"id": "31",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T18:40:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T20:00:00.000Z"
},
"carrierCode": "KL",
"number": "1244",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "32",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T20:45:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T23:25:00.000Z"
},
"carrierCode": "KL",
"number": "1707",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "33",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT26H10M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:25:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-05T23:00:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T18:35:00.000Z"
},
"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": "31",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "32",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "33",
"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": "31",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "32",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "33",
"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": "7",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT23H5M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00.000Z"
},
"carrierCode": "KL",
"number": "2412",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "1",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T10:20:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T11:45:00.000Z"
},
"carrierCode": "KL",
"number": "1230",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "2",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T17:05:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T19:35:00.000Z"
},
"carrierCode": "KL",
"number": "1705",
"aircraft": {
"code": "73J"
},
"operating": {
"carrierCode": "KL"
},
"id": "3",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT26H10M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:25:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-05T23:00:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T18:35:00.000Z"
},
"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": "1",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "2",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "3",
"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": "1",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "2",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "3",
"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": "8",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT23H5M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00.000Z"
},
"carrierCode": "KL",
"number": "2412",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "4",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T09:05:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T10:30:00.000Z"
},
"carrierCode": "KL",
"number": "1224",
"aircraft": {
"code": "73W"
},
"operating": {
"carrierCode": "KL"
},
"id": "5",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T17:05:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T19:35:00.000Z"
},
"carrierCode": "KL",
"number": "1705",
"aircraft": {
"code": "73J"
},
"operating": {
"carrierCode": "KL"
},
"id": "6",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT26H10M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:25:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-05T23:00:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T18:35:00.000Z"
},
"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": "4",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "5",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "6",
"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": "4",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "5",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "6",
"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": "9",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT23H5M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00.000Z"
},
"carrierCode": "KL",
"number": "2412",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "7",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T09:35:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T11:00:00.000Z"
},
"carrierCode": "KL",
"number": "1228",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "8",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T17:05:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T19:35:00.000Z"
},
"carrierCode": "KL",
"number": "1705",
"aircraft": {
"code": "73J"
},
"operating": {
"carrierCode": "KL"
},
"id": "9",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT26H10M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:25:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-05T23:00:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T18:35:00.000Z"
},
"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": "7",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "8",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "9",
"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": "7",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "8",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "9",
"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": "10",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT23H5M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00.000Z"
},
"carrierCode": "KL",
"number": "2412",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "10",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T14:30:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T15:45:00.000Z"
},
"carrierCode": "KL",
"number": "1234",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "11",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T17:05:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T19:35:00.000Z"
},
"carrierCode": "KL",
"number": "1705",
"aircraft": {
"code": "73J"
},
"operating": {
"carrierCode": "KL"
},
"id": "12",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT26H10M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:25:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-05T23:00:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T18:35:00.000Z"
},
"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": "10",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "11",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "12",
"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": "10",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "11",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "12",
"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": "11",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT26H55M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00.000Z"
},
"carrierCode": "KL",
"number": "2412",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "52",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T09:05:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T10:30:00.000Z"
},
"carrierCode": "KL",
"number": "1224",
"aircraft": {
"code": "73W"
},
"operating": {
"carrierCode": "KL"
},
"id": "53",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T20:45:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T23:25:00.000Z"
},
"carrierCode": "KL",
"number": "1707",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "54",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT26H10M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:25:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-05T23:00:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T18:35:00.000Z"
},
"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": "52",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "53",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "54",
"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": "52",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "53",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "54",
"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": "12",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT26H55M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00.000Z"
},
"carrierCode": "KL",
"number": "2412",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "55",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T09:35:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T11:00:00.000Z"
},
"carrierCode": "KL",
"number": "1228",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "56",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T20:45:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T23:25:00.000Z"
},
"carrierCode": "KL",
"number": "1707",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "57",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT26H10M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:25:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-05T23:00:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T18:35:00.000Z"
},
"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": "55",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "56",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "57",
"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": "55",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "56",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "57",
"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": "13",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT26H55M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00.000Z"
},
"carrierCode": "KL",
"number": "2412",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "58",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T10:20:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T11:45:00.000Z"
},
"carrierCode": "KL",
"number": "1230",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "59",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T20:45:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T23:25:00.000Z"
},
"carrierCode": "KL",
"number": "1707",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "60",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT26H10M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:25:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-05T23:00:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T18:35:00.000Z"
},
"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": "58",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "59",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "60",
"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": "58",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "59",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "60",
"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": "14",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT26H55M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00.000Z"
},
"carrierCode": "KL",
"number": "2412",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "61",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T18:40:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T20:00:00.000Z"
},
"carrierCode": "KL",
"number": "1244",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "62",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T20:45:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T23:25:00.000Z"
},
"carrierCode": "KL",
"number": "1707",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "63",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT26H10M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:25:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-05T23:00:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T18:35:00.000Z"
},
"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": "61",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "62",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "63",
"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": "61",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "62",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "63",
"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": "15",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT26H55M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00.000Z"
},
"carrierCode": "KL",
"number": "2412",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "64",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T14:30:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T15:45:00.000Z"
},
"carrierCode": "KL",
"number": "1234",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "65",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T20:45:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T23:25:00.000Z"
},
"carrierCode": "KL",
"number": "1707",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "66",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT26H10M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:25:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-05T23:00:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T18:35:00.000Z"
},
"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": "64",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "65",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "66",
"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": "64",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "65",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "66",
"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": "16",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT33H10M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T21:05:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T12:20:00.000Z"
},
"carrierCode": "KL",
"number": "2410",
"aircraft": {
"code": "772"
},
"operating": {
"carrierCode": "AF"
},
"id": "19",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T18:40:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T20:00:00.000Z"
},
"carrierCode": "KL",
"number": "1244",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "20",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-03T07:40:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-03T10:15:00.000Z"
},
"carrierCode": "KL",
"number": "1699",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "21",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT26H10M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:25:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-05T23:00:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T18:35:00.000Z"
},
"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": "19",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "20",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "21",
"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": "19",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "20",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "21",
"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": "17",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT33H10M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T21:05:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T12:20:00.000Z"
},
"carrierCode": "KL",
"number": "2410",
"aircraft": {
"code": "772"
},
"operating": {
"carrierCode": "AF"
},
"id": "22",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T20:25:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T21:40:00.000Z"
},
"carrierCode": "KL",
"number": "1246",
"aircraft": {
"code": "73W"
},
"operating": {
"carrierCode": "KL"
},
"id": "23",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-03T07:40:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-03T10:15:00.000Z"
},
"carrierCode": "KL",
"number": "1699",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "24",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT26H10M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:25:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-05T23:00:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T18:35:00.000Z"
},
"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": "22",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "23",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "24",
"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": "22",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "23",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "24",
"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": "18",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT35H10M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T21:05:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T12:20:00.000Z"
},
"carrierCode": "KL",
"number": "2410",
"aircraft": {
"code": "772"
},
"operating": {
"carrierCode": "AF"
},
"id": "25",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T20:25:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T21:40:00.000Z"
},
"carrierCode": "KL",
"number": "1246",
"aircraft": {
"code": "73W"
},
"operating": {
"carrierCode": "KL"
},
"id": "26",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-03T09:40:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-03T12:15:00.000Z"
},
"carrierCode": "KL",
"number": "1701",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "27",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT26H10M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:25:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-05T23:00:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T18:35:00.000Z"
},
"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": "25",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "26",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "27",
"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": "25",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "26",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "27",
"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": "19",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT22H20M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T21:05:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T12:20:00.000Z"
},
"carrierCode": "KL",
"number": "2410",
"aircraft": {
"code": "772"
},
"operating": {
"carrierCode": "AF"
},
"id": "34",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T16:55:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T18:10:00.000Z"
},
"carrierCode": "KL",
"number": "2016",
"aircraft": {
"code": "319"
},
"operating": {
"carrierCode": "AF"
},
"id": "35",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T20:45:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T23:25:00.000Z"
},
"carrierCode": "KL",
"number": "1707",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "36",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT26H10M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:25:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-05T23:00:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T18:35:00.000Z"
},
"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": "34",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "35",
"cabin": "ECONOMY",
"fareBasis": "CFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "36",
"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": "34",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "35",
"cabin": "ECONOMY",
"fareBasis": "CFFBR",
"class": "Y"
},
{
"segmentId": "36",
"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": "20",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT22H20M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T21:05:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T12:20:00.000Z"
},
"carrierCode": "KL",
"number": "2410",
"aircraft": {
"code": "772"
},
"operating": {
"carrierCode": "AF"
},
"id": "37",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T18:10:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T19:30:00.000Z"
},
"carrierCode": "KL",
"number": "2022",
"aircraft": {
"code": "321"
},
"operating": {
"carrierCode": "AF"
},
"id": "38",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T20:45:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T23:25:00.000Z"
},
"carrierCode": "KL",
"number": "1707",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "39",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT26H10M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:25:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-05T23:00:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T18:35:00.000Z"
},
"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": "37",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "38",
"cabin": "ECONOMY",
"fareBasis": "CFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "39",
"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": "37",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "38",
"cabin": "ECONOMY",
"fareBasis": "CFFBR",
"class": "Y"
},
{
"segmentId": "39",
"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": "21",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT23H5M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00.000Z"
},
"carrierCode": "KL",
"number": "2412",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "13",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T11:45:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T13:05:00.000Z"
},
"carrierCode": "KL",
"number": "2008",
"aircraft": {
"code": "319"
},
"operating": {
"carrierCode": "AF"
},
"id": "14",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T17:05:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T19:35:00.000Z"
},
"carrierCode": "KL",
"number": "1705",
"aircraft": {
"code": "73J"
},
"operating": {
"carrierCode": "KL"
},
"id": "15",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT26H10M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:25:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-05T23:00:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T18:35:00.000Z"
},
"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": "13",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "14",
"cabin": "ECONOMY",
"fareBasis": "CFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "15",
"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": "13",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "14",
"cabin": "ECONOMY",
"fareBasis": "CFFBR",
"class": "Y"
},
{
"segmentId": "15",
"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": "22",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT23H5M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00.000Z"
},
"carrierCode": "KL",
"number": "2412",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "16",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T12:40:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T14:00:00.000Z"
},
"carrierCode": "KL",
"number": "2012",
"aircraft": {
"code": "319"
},
"operating": {
"carrierCode": "AF"
},
"id": "17",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T17:05:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T19:35:00.000Z"
},
"carrierCode": "KL",
"number": "1705",
"aircraft": {
"code": "73J"
},
"operating": {
"carrierCode": "KL"
},
"id": "18",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT26H10M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:25:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-05T23:00:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T18:35:00.000Z"
},
"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": "16",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "17",
"cabin": "ECONOMY",
"fareBasis": "CFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "18",
"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": "16",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "17",
"cabin": "ECONOMY",
"fareBasis": "CFFBR",
"class": "Y"
},
{
"segmentId": "18",
"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": "23",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT26H55M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00.000Z"
},
"carrierCode": "KL",
"number": "2412",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "67",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T16:55:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T18:10:00.000Z"
},
"carrierCode": "KL",
"number": "2016",
"aircraft": {
"code": "319"
},
"operating": {
"carrierCode": "AF"
},
"id": "68",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T20:45:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T23:25:00.000Z"
},
"carrierCode": "KL",
"number": "1707",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "69",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT26H10M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:25:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-05T23:00:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T18:35:00.000Z"
},
"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": "67",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "68",
"cabin": "ECONOMY",
"fareBasis": "CFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "69",
"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": "67",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "68",
"cabin": "ECONOMY",
"fareBasis": "CFFBR",
"class": "Y"
},
{
"segmentId": "69",
"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": "24",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT26H55M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00.000Z"
},
"carrierCode": "KL",
"number": "2412",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "70",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T18:10:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T19:30:00.000Z"
},
"carrierCode": "KL",
"number": "2022",
"aircraft": {
"code": "321"
},
"operating": {
"carrierCode": "AF"
},
"id": "71",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T20:45:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T23:25:00.000Z"
},
"carrierCode": "KL",
"number": "1707",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "72",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT26H10M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:25:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-05T23:00:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T18:35:00.000Z"
},
"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": "70",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "71",
"cabin": "ECONOMY",
"fareBasis": "CFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "72",
"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": "70",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "71",
"cabin": "ECONOMY",
"fareBasis": "CFFBR",
"class": "Y"
},
{
"segmentId": "72",
"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": "25",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT26H55M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00.000Z"
},
"carrierCode": "KL",
"number": "2412",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "73",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T11:45:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T13:05:00.000Z"
},
"carrierCode": "KL",
"number": "2008",
"aircraft": {
"code": "319"
},
"operating": {
"carrierCode": "AF"
},
"id": "74",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T20:45:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T23:25:00.000Z"
},
"carrierCode": "KL",
"number": "1707",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "75",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT26H10M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:25:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-05T23:00:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T18:35:00.000Z"
},
"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": "73",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "74",
"cabin": "ECONOMY",
"fareBasis": "CFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "75",
"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": "73",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "74",
"cabin": "ECONOMY",
"fareBasis": "CFFBR",
"class": "Y"
},
{
"segmentId": "75",
"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": "26",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT26H55M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00.000Z"
},
"carrierCode": "KL",
"number": "2412",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "76",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T12:40:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T14:00:00.000Z"
},
"carrierCode": "KL",
"number": "2012",
"aircraft": {
"code": "319"
},
"operating": {
"carrierCode": "AF"
},
"id": "77",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T20:45:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T23:25:00.000Z"
},
"carrierCode": "KL",
"number": "1707",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "78",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT26H10M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:25:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-05T23:00:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T18:35:00.000Z"
},
"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": "76",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "77",
"cabin": "ECONOMY",
"fareBasis": "CFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "78",
"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": "76",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "77",
"cabin": "ECONOMY",
"fareBasis": "CFFBR",
"class": "Y"
},
{
"segmentId": "78",
"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": "27",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT18H30M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T21:05:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T12:20:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T15:45:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T19:35:00.000Z"
},
"carrierCode": "KL",
"number": "1705",
"aircraft": {
"code": "73J"
},
"operating": {
"carrierCode": "KL"
},
"id": "42",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT15H5M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:05:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-05T22:15:00.000Z"
},
"carrierCode": "AF",
"number": "1101",
"aircraft": {
"code": "320"
},
"operating": {
"carrierCode": "JN"
},
"id": "79",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-05T23:35:00.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T07:10:00.000Z"
},
"carrierCode": "AF",
"number": "442",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "80",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
}
],
"price": {
"currency": "USD",
"total": "8514.14",
"base": "8289.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": "4848.57",
"base": "4736.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": "79",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
},
{
"segmentId": "80",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
}
]
},
{
"travelerId": "2",
"fareOption": "STANDARD",
"travelerType": "CHILD",
"price": {
"currency": "USD",
"total": "3665.57",
"base": "3553.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": "79",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
},
{
"segmentId": "80",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
}
]
}
]
},
{
"type": "flight-offer",
"id": "28",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT18H30M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T21:05:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T12:20:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T15:45:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T19:35:00.000Z"
},
"carrierCode": "KL",
"number": "1705",
"aircraft": {
"code": "73J"
},
"operating": {
"carrierCode": "KL"
},
"id": "42",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT16H55M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T18:15:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-05T20:25:00.000Z"
},
"carrierCode": "AF",
"number": "1801",
"aircraft": {
"code": "320"
},
"operating": {
"carrierCode": "JN"
},
"id": "83",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-05T23:35:00.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T07:10:00.000Z"
},
"carrierCode": "AF",
"number": "442",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "84",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
}
],
"price": {
"currency": "USD",
"total": "8514.14",
"base": "8289.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": "4848.57",
"base": "4736.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": "83",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
},
{
"segmentId": "84",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
}
]
},
{
"travelerId": "2",
"fareOption": "STANDARD",
"travelerType": "CHILD",
"price": {
"currency": "USD",
"total": "3665.57",
"base": "3553.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": "83",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
},
{
"segmentId": "84",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
}
]
}
]
},
{
"type": "flight-offer",
"id": "29",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT19H35M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T10:30:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T16:05:00.000Z"
},
"carrierCode": "KL",
"number": "1703",
"aircraft": {
"code": "73J"
},
"operating": {
"carrierCode": "KL"
},
"id": "45",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT15H5M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:05:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-05T22:15:00.000Z"
},
"carrierCode": "AF",
"number": "1101",
"aircraft": {
"code": "320"
},
"operating": {
"carrierCode": "JN"
},
"id": "79",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-05T23:35:00.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T07:10:00.000Z"
},
"carrierCode": "AF",
"number": "442",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "80",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
}
],
"price": {
"currency": "USD",
"total": "8514.14",
"base": "8289.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": "4848.57",
"base": "4736.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": "79",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
},
{
"segmentId": "80",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
}
]
},
{
"travelerId": "2",
"fareOption": "STANDARD",
"travelerType": "CHILD",
"price": {
"currency": "USD",
"total": "3665.57",
"base": "3553.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": "79",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
},
{
"segmentId": "80",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
}
]
}
]
},
{
"type": "flight-offer",
"id": "30",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT19H35M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T10:30:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T16:05:00.000Z"
},
"carrierCode": "KL",
"number": "1703",
"aircraft": {
"code": "73J"
},
"operating": {
"carrierCode": "KL"
},
"id": "45",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT16H55M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T18:15:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-05T20:25:00.000Z"
},
"carrierCode": "AF",
"number": "1801",
"aircraft": {
"code": "320"
},
"operating": {
"carrierCode": "JN"
},
"id": "83",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-05T23:35:00.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T07:10:00.000Z"
},
"carrierCode": "AF",
"number": "442",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "84",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
}
],
"price": {
"currency": "USD",
"total": "8514.14",
"base": "8289.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": "4848.57",
"base": "4736.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": "83",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
},
{
"segmentId": "84",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
}
]
},
{
"travelerId": "2",
"fareOption": "STANDARD",
"travelerType": "CHILD",
"price": {
"currency": "USD",
"total": "3665.57",
"base": "3553.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": "83",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
},
{
"segmentId": "84",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
}
]
}
]
},
{
"type": "flight-offer",
"id": "31",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT19H35M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T11:00:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T16:05:00.000Z"
},
"carrierCode": "KL",
"number": "1703",
"aircraft": {
"code": "73J"
},
"operating": {
"carrierCode": "KL"
},
"id": "48",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT15H5M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:05:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-05T22:15:00.000Z"
},
"carrierCode": "AF",
"number": "1101",
"aircraft": {
"code": "320"
},
"operating": {
"carrierCode": "JN"
},
"id": "79",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-05T23:35:00.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T07:10:00.000Z"
},
"carrierCode": "AF",
"number": "442",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "80",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
}
],
"price": {
"currency": "USD",
"total": "8514.14",
"base": "8289.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": "4848.57",
"base": "4736.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": "79",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
},
{
"segmentId": "80",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
}
]
},
{
"travelerId": "2",
"fareOption": "STANDARD",
"travelerType": "CHILD",
"price": {
"currency": "USD",
"total": "3665.57",
"base": "3553.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": "79",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
},
{
"segmentId": "80",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
}
]
}
]
},
{
"type": "flight-offer",
"id": "32",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT19H35M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T11:00:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T16:05:00.000Z"
},
"carrierCode": "KL",
"number": "1703",
"aircraft": {
"code": "73J"
},
"operating": {
"carrierCode": "KL"
},
"id": "48",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT16H55M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T18:15:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-05T20:25:00.000Z"
},
"carrierCode": "AF",
"number": "1801",
"aircraft": {
"code": "320"
},
"operating": {
"carrierCode": "JN"
},
"id": "83",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-05T23:35:00.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T07:10:00.000Z"
},
"carrierCode": "AF",
"number": "442",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "84",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
}
],
"price": {
"currency": "USD",
"total": "8514.14",
"base": "8289.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": "4848.57",
"base": "4736.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": "83",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
},
{
"segmentId": "84",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
}
]
},
{
"travelerId": "2",
"fareOption": "STANDARD",
"travelerType": "CHILD",
"price": {
"currency": "USD",
"total": "3665.57",
"base": "3553.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": "83",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
},
{
"segmentId": "84",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
}
]
}
]
},
{
"type": "flight-offer",
"id": "33",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT19H35M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00.000Z"
},
"carrierCode": "KL",
"number": "2412",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "49",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T10:20:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T11:45:00.000Z"
},
"carrierCode": "KL",
"number": "1230",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "50",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T13:30:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T16:05:00.000Z"
},
"carrierCode": "KL",
"number": "1703",
"aircraft": {
"code": "73J"
},
"operating": {
"carrierCode": "KL"
},
"id": "51",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT15H5M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:05:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-05T22:15:00.000Z"
},
"carrierCode": "AF",
"number": "1101",
"aircraft": {
"code": "320"
},
"operating": {
"carrierCode": "JN"
},
"id": "79",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-05T23:35:00.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T07:10:00.000Z"
},
"carrierCode": "AF",
"number": "442",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "80",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
}
],
"price": {
"currency": "USD",
"total": "8514.14",
"base": "8289.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": "4848.57",
"base": "4736.00"
},
"fareDetailsBySegment": [
{
"segmentId": "49",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "50",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "51",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "79",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
},
{
"segmentId": "80",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
}
]
},
{
"travelerId": "2",
"fareOption": "STANDARD",
"travelerType": "CHILD",
"price": {
"currency": "USD",
"total": "3665.57",
"base": "3553.00"
},
"fareDetailsBySegment": [
{
"segmentId": "49",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "50",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "51",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "79",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
},
{
"segmentId": "80",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
}
]
}
]
},
{
"type": "flight-offer",
"id": "34",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT19H35M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00.000Z"
},
"carrierCode": "KL",
"number": "2412",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "49",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T10:20:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T11:45:00.000Z"
},
"carrierCode": "KL",
"number": "1230",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "50",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T13:30:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T16:05:00.000Z"
},
"carrierCode": "KL",
"number": "1703",
"aircraft": {
"code": "73J"
},
"operating": {
"carrierCode": "KL"
},
"id": "51",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT16H55M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T18:15:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-05T20:25:00.000Z"
},
"carrierCode": "AF",
"number": "1801",
"aircraft": {
"code": "320"
},
"operating": {
"carrierCode": "JN"
},
"id": "83",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-05T23:35:00.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T07:10:00.000Z"
},
"carrierCode": "AF",
"number": "442",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "84",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
}
],
"price": {
"currency": "USD",
"total": "8514.14",
"base": "8289.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": "4848.57",
"base": "4736.00"
},
"fareDetailsBySegment": [
{
"segmentId": "49",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "50",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "51",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "83",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
},
{
"segmentId": "84",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
}
]
},
{
"travelerId": "2",
"fareOption": "STANDARD",
"travelerType": "CHILD",
"price": {
"currency": "USD",
"total": "3665.57",
"base": "3553.00"
},
"fareDetailsBySegment": [
{
"segmentId": "49",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "50",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "51",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "83",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
},
{
"segmentId": "84",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
}
]
}
]
},
{
"type": "flight-offer",
"id": "35",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT22H20M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T21:05:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T12:20:00.000Z"
},
"carrierCode": "KL",
"number": "2410",
"aircraft": {
"code": "772"
},
"operating": {
"carrierCode": "AF"
},
"id": "28",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T14:30:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T15:45:00.000Z"
},
"carrierCode": "KL",
"number": "1234",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "29",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T20:45:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T23:25:00.000Z"
},
"carrierCode": "KL",
"number": "1707",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "30",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT15H5M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:05:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-05T22:15:00.000Z"
},
"carrierCode": "AF",
"number": "1101",
"aircraft": {
"code": "320"
},
"operating": {
"carrierCode": "JN"
},
"id": "79",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-05T23:35:00.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T07:10:00.000Z"
},
"carrierCode": "AF",
"number": "442",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "80",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
}
],
"price": {
"currency": "USD",
"total": "8514.14",
"base": "8289.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": "4848.57",
"base": "4736.00"
},
"fareDetailsBySegment": [
{
"segmentId": "28",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "29",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "30",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "79",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
},
{
"segmentId": "80",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
}
]
},
{
"travelerId": "2",
"fareOption": "STANDARD",
"travelerType": "CHILD",
"price": {
"currency": "USD",
"total": "3665.57",
"base": "3553.00"
},
"fareDetailsBySegment": [
{
"segmentId": "28",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "29",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "30",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "79",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
},
{
"segmentId": "80",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
}
]
}
]
},
{
"type": "flight-offer",
"id": "36",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT22H20M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T21:05:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T12:20:00.000Z"
},
"carrierCode": "KL",
"number": "2410",
"aircraft": {
"code": "772"
},
"operating": {
"carrierCode": "AF"
},
"id": "28",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T14:30:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T15:45:00.000Z"
},
"carrierCode": "KL",
"number": "1234",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "29",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T20:45:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T23:25:00.000Z"
},
"carrierCode": "KL",
"number": "1707",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "30",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT16H55M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T18:15:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-05T20:25:00.000Z"
},
"carrierCode": "AF",
"number": "1801",
"aircraft": {
"code": "320"
},
"operating": {
"carrierCode": "JN"
},
"id": "83",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-05T23:35:00.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T07:10:00.000Z"
},
"carrierCode": "AF",
"number": "442",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "84",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
}
],
"price": {
"currency": "USD",
"total": "8514.14",
"base": "8289.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": "4848.57",
"base": "4736.00"
},
"fareDetailsBySegment": [
{
"segmentId": "28",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "29",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "30",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "83",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
},
{
"segmentId": "84",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
}
]
},
{
"travelerId": "2",
"fareOption": "STANDARD",
"travelerType": "CHILD",
"price": {
"currency": "USD",
"total": "3665.57",
"base": "3553.00"
},
"fareDetailsBySegment": [
{
"segmentId": "28",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "29",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "30",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "83",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
},
{
"segmentId": "84",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
}
]
}
]
},
{
"type": "flight-offer",
"id": "37",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT22H20M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T21:05:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T12:20:00.000Z"
},
"carrierCode": "KL",
"number": "2410",
"aircraft": {
"code": "772"
},
"operating": {
"carrierCode": "AF"
},
"id": "31",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T18:40:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T20:00:00.000Z"
},
"carrierCode": "KL",
"number": "1244",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "32",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T20:45:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T23:25:00.000Z"
},
"carrierCode": "KL",
"number": "1707",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "33",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT15H5M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:05:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-05T22:15:00.000Z"
},
"carrierCode": "AF",
"number": "1101",
"aircraft": {
"code": "320"
},
"operating": {
"carrierCode": "JN"
},
"id": "79",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-05T23:35:00.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T07:10:00.000Z"
},
"carrierCode": "AF",
"number": "442",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "80",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
}
],
"price": {
"currency": "USD",
"total": "8514.14",
"base": "8289.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": "4848.57",
"base": "4736.00"
},
"fareDetailsBySegment": [
{
"segmentId": "31",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "32",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "33",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "79",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
},
{
"segmentId": "80",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
}
]
},
{
"travelerId": "2",
"fareOption": "STANDARD",
"travelerType": "CHILD",
"price": {
"currency": "USD",
"total": "3665.57",
"base": "3553.00"
},
"fareDetailsBySegment": [
{
"segmentId": "31",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "32",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "33",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "79",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
},
{
"segmentId": "80",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
}
]
}
]
},
{
"type": "flight-offer",
"id": "38",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT22H20M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T21:05:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T12:20:00.000Z"
},
"carrierCode": "KL",
"number": "2410",
"aircraft": {
"code": "772"
},
"operating": {
"carrierCode": "AF"
},
"id": "31",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T18:40:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T20:00:00.000Z"
},
"carrierCode": "KL",
"number": "1244",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "32",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T20:45:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T23:25:00.000Z"
},
"carrierCode": "KL",
"number": "1707",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "33",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT16H55M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T18:15:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-05T20:25:00.000Z"
},
"carrierCode": "AF",
"number": "1801",
"aircraft": {
"code": "320"
},
"operating": {
"carrierCode": "JN"
},
"id": "83",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-05T23:35:00.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T07:10:00.000Z"
},
"carrierCode": "AF",
"number": "442",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "84",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
}
],
"price": {
"currency": "USD",
"total": "8514.14",
"base": "8289.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": "4848.57",
"base": "4736.00"
},
"fareDetailsBySegment": [
{
"segmentId": "31",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "32",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "33",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "83",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
},
{
"segmentId": "84",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
}
]
},
{
"travelerId": "2",
"fareOption": "STANDARD",
"travelerType": "CHILD",
"price": {
"currency": "USD",
"total": "3665.57",
"base": "3553.00"
},
"fareDetailsBySegment": [
{
"segmentId": "31",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "32",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "33",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "83",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
},
{
"segmentId": "84",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
}
]
}
]
},
{
"type": "flight-offer",
"id": "39",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT23H5M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00.000Z"
},
"carrierCode": "KL",
"number": "2412",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "1",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T10:20:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T11:45:00.000Z"
},
"carrierCode": "KL",
"number": "1230",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "2",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T17:05:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T19:35:00.000Z"
},
"carrierCode": "KL",
"number": "1705",
"aircraft": {
"code": "73J"
},
"operating": {
"carrierCode": "KL"
},
"id": "3",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT15H5M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:05:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-05T22:15:00.000Z"
},
"carrierCode": "AF",
"number": "1101",
"aircraft": {
"code": "320"
},
"operating": {
"carrierCode": "JN"
},
"id": "79",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-05T23:35:00.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T07:10:00.000Z"
},
"carrierCode": "AF",
"number": "442",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "80",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
}
],
"price": {
"currency": "USD",
"total": "8514.14",
"base": "8289.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": "4848.57",
"base": "4736.00"
},
"fareDetailsBySegment": [
{
"segmentId": "1",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "2",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "3",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "79",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
},
{
"segmentId": "80",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
}
]
},
{
"travelerId": "2",
"fareOption": "STANDARD",
"travelerType": "CHILD",
"price": {
"currency": "USD",
"total": "3665.57",
"base": "3553.00"
},
"fareDetailsBySegment": [
{
"segmentId": "1",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "2",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "3",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "79",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
},
{
"segmentId": "80",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
}
]
}
]
},
{
"type": "flight-offer",
"id": "40",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT23H5M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00.000Z"
},
"carrierCode": "KL",
"number": "2412",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "1",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T10:20:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T11:45:00.000Z"
},
"carrierCode": "KL",
"number": "1230",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "2",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T17:05:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T19:35:00.000Z"
},
"carrierCode": "KL",
"number": "1705",
"aircraft": {
"code": "73J"
},
"operating": {
"carrierCode": "KL"
},
"id": "3",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT16H55M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T18:15:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-05T20:25:00.000Z"
},
"carrierCode": "AF",
"number": "1801",
"aircraft": {
"code": "320"
},
"operating": {
"carrierCode": "JN"
},
"id": "83",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-05T23:35:00.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T07:10:00.000Z"
},
"carrierCode": "AF",
"number": "442",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "84",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
}
],
"price": {
"currency": "USD",
"total": "8514.14",
"base": "8289.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": "4848.57",
"base": "4736.00"
},
"fareDetailsBySegment": [
{
"segmentId": "1",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "2",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "3",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "83",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
},
{
"segmentId": "84",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
}
]
},
{
"travelerId": "2",
"fareOption": "STANDARD",
"travelerType": "CHILD",
"price": {
"currency": "USD",
"total": "3665.57",
"base": "3553.00"
},
"fareDetailsBySegment": [
{
"segmentId": "1",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "2",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "3",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "83",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
},
{
"segmentId": "84",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
}
]
}
]
},
{
"type": "flight-offer",
"id": "41",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT23H5M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00.000Z"
},
"carrierCode": "KL",
"number": "2412",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "4",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T09:05:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T10:30:00.000Z"
},
"carrierCode": "KL",
"number": "1224",
"aircraft": {
"code": "73W"
},
"operating": {
"carrierCode": "KL"
},
"id": "5",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T17:05:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T19:35:00.000Z"
},
"carrierCode": "KL",
"number": "1705",
"aircraft": {
"code": "73J"
},
"operating": {
"carrierCode": "KL"
},
"id": "6",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT15H5M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:05:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-05T22:15:00.000Z"
},
"carrierCode": "AF",
"number": "1101",
"aircraft": {
"code": "320"
},
"operating": {
"carrierCode": "JN"
},
"id": "79",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-05T23:35:00.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T07:10:00.000Z"
},
"carrierCode": "AF",
"number": "442",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "80",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
}
],
"price": {
"currency": "USD",
"total": "8514.14",
"base": "8289.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": "4848.57",
"base": "4736.00"
},
"fareDetailsBySegment": [
{
"segmentId": "4",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "5",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "6",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "79",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
},
{
"segmentId": "80",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
}
]
},
{
"travelerId": "2",
"fareOption": "STANDARD",
"travelerType": "CHILD",
"price": {
"currency": "USD",
"total": "3665.57",
"base": "3553.00"
},
"fareDetailsBySegment": [
{
"segmentId": "4",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "5",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "6",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "79",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
},
{
"segmentId": "80",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
}
]
}
]
},
{
"type": "flight-offer",
"id": "42",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT23H5M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00.000Z"
},
"carrierCode": "KL",
"number": "2412",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "4",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T09:05:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T10:30:00.000Z"
},
"carrierCode": "KL",
"number": "1224",
"aircraft": {
"code": "73W"
},
"operating": {
"carrierCode": "KL"
},
"id": "5",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T17:05:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T19:35:00.000Z"
},
"carrierCode": "KL",
"number": "1705",
"aircraft": {
"code": "73J"
},
"operating": {
"carrierCode": "KL"
},
"id": "6",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT16H55M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T18:15:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-05T20:25:00.000Z"
},
"carrierCode": "AF",
"number": "1801",
"aircraft": {
"code": "320"
},
"operating": {
"carrierCode": "JN"
},
"id": "83",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-05T23:35:00.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T07:10:00.000Z"
},
"carrierCode": "AF",
"number": "442",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "84",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
}
],
"price": {
"currency": "USD",
"total": "8514.14",
"base": "8289.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": "4848.57",
"base": "4736.00"
},
"fareDetailsBySegment": [
{
"segmentId": "4",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "5",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "6",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "83",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
},
{
"segmentId": "84",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
}
]
},
{
"travelerId": "2",
"fareOption": "STANDARD",
"travelerType": "CHILD",
"price": {
"currency": "USD",
"total": "3665.57",
"base": "3553.00"
},
"fareDetailsBySegment": [
{
"segmentId": "4",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "5",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "6",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "83",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
},
{
"segmentId": "84",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
}
]
}
]
},
{
"type": "flight-offer",
"id": "43",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT23H5M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00.000Z"
},
"carrierCode": "KL",
"number": "2412",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "7",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T09:35:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T11:00:00.000Z"
},
"carrierCode": "KL",
"number": "1228",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "8",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T17:05:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T19:35:00.000Z"
},
"carrierCode": "KL",
"number": "1705",
"aircraft": {
"code": "73J"
},
"operating": {
"carrierCode": "KL"
},
"id": "9",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT15H5M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:05:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-05T22:15:00.000Z"
},
"carrierCode": "AF",
"number": "1101",
"aircraft": {
"code": "320"
},
"operating": {
"carrierCode": "JN"
},
"id": "79",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-05T23:35:00.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T07:10:00.000Z"
},
"carrierCode": "AF",
"number": "442",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "80",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
}
],
"price": {
"currency": "USD",
"total": "8514.14",
"base": "8289.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": "4848.57",
"base": "4736.00"
},
"fareDetailsBySegment": [
{
"segmentId": "7",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "8",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "9",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "79",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
},
{
"segmentId": "80",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
}
]
},
{
"travelerId": "2",
"fareOption": "STANDARD",
"travelerType": "CHILD",
"price": {
"currency": "USD",
"total": "3665.57",
"base": "3553.00"
},
"fareDetailsBySegment": [
{
"segmentId": "7",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "8",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "9",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "79",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
},
{
"segmentId": "80",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
}
]
}
]
},
{
"type": "flight-offer",
"id": "44",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT23H5M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00.000Z"
},
"carrierCode": "KL",
"number": "2412",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "7",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T09:35:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T11:00:00.000Z"
},
"carrierCode": "KL",
"number": "1228",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "8",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T17:05:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T19:35:00.000Z"
},
"carrierCode": "KL",
"number": "1705",
"aircraft": {
"code": "73J"
},
"operating": {
"carrierCode": "KL"
},
"id": "9",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT16H55M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T18:15:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-05T20:25:00.000Z"
},
"carrierCode": "AF",
"number": "1801",
"aircraft": {
"code": "320"
},
"operating": {
"carrierCode": "JN"
},
"id": "83",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-05T23:35:00.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T07:10:00.000Z"
},
"carrierCode": "AF",
"number": "442",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "84",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
}
],
"price": {
"currency": "USD",
"total": "8514.14",
"base": "8289.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": "4848.57",
"base": "4736.00"
},
"fareDetailsBySegment": [
{
"segmentId": "7",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "8",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "9",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "83",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
},
{
"segmentId": "84",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
}
]
},
{
"travelerId": "2",
"fareOption": "STANDARD",
"travelerType": "CHILD",
"price": {
"currency": "USD",
"total": "3665.57",
"base": "3553.00"
},
"fareDetailsBySegment": [
{
"segmentId": "7",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "8",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "9",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "83",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
},
{
"segmentId": "84",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
}
]
}
]
},
{
"type": "flight-offer",
"id": "45",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT23H5M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00.000Z"
},
"carrierCode": "KL",
"number": "2412",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "10",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T14:30:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T15:45:00.000Z"
},
"carrierCode": "KL",
"number": "1234",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "11",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T17:05:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T19:35:00.000Z"
},
"carrierCode": "KL",
"number": "1705",
"aircraft": {
"code": "73J"
},
"operating": {
"carrierCode": "KL"
},
"id": "12",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT15H5M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:05:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-05T22:15:00.000Z"
},
"carrierCode": "AF",
"number": "1101",
"aircraft": {
"code": "320"
},
"operating": {
"carrierCode": "JN"
},
"id": "79",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-05T23:35:00.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T07:10:00.000Z"
},
"carrierCode": "AF",
"number": "442",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "80",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
}
],
"price": {
"currency": "USD",
"total": "8514.14",
"base": "8289.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": "4848.57",
"base": "4736.00"
},
"fareDetailsBySegment": [
{
"segmentId": "10",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "11",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "12",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "79",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
},
{
"segmentId": "80",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
}
]
},
{
"travelerId": "2",
"fareOption": "STANDARD",
"travelerType": "CHILD",
"price": {
"currency": "USD",
"total": "3665.57",
"base": "3553.00"
},
"fareDetailsBySegment": [
{
"segmentId": "10",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "11",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "12",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "79",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
},
{
"segmentId": "80",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
}
]
}
]
},
{
"type": "flight-offer",
"id": "46",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT23H5M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00.000Z"
},
"carrierCode": "KL",
"number": "2412",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "10",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T14:30:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T15:45:00.000Z"
},
"carrierCode": "KL",
"number": "1234",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "11",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T17:05:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T19:35:00.000Z"
},
"carrierCode": "KL",
"number": "1705",
"aircraft": {
"code": "73J"
},
"operating": {
"carrierCode": "KL"
},
"id": "12",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT16H55M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T18:15:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-05T20:25:00.000Z"
},
"carrierCode": "AF",
"number": "1801",
"aircraft": {
"code": "320"
},
"operating": {
"carrierCode": "JN"
},
"id": "83",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-05T23:35:00.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T07:10:00.000Z"
},
"carrierCode": "AF",
"number": "442",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "84",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
}
],
"price": {
"currency": "USD",
"total": "8514.14",
"base": "8289.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": "4848.57",
"base": "4736.00"
},
"fareDetailsBySegment": [
{
"segmentId": "10",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "11",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "12",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "83",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
},
{
"segmentId": "84",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
}
]
},
{
"travelerId": "2",
"fareOption": "STANDARD",
"travelerType": "CHILD",
"price": {
"currency": "USD",
"total": "3665.57",
"base": "3553.00"
},
"fareDetailsBySegment": [
{
"segmentId": "10",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "11",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "12",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "83",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
},
{
"segmentId": "84",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
}
]
}
]
},
{
"type": "flight-offer",
"id": "47",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT26H55M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00.000Z"
},
"carrierCode": "KL",
"number": "2412",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "52",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T09:05:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T10:30:00.000Z"
},
"carrierCode": "KL",
"number": "1224",
"aircraft": {
"code": "73W"
},
"operating": {
"carrierCode": "KL"
},
"id": "53",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T20:45:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T23:25:00.000Z"
},
"carrierCode": "KL",
"number": "1707",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "54",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT15H5M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:05:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-05T22:15:00.000Z"
},
"carrierCode": "AF",
"number": "1101",
"aircraft": {
"code": "320"
},
"operating": {
"carrierCode": "JN"
},
"id": "79",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-05T23:35:00.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T07:10:00.000Z"
},
"carrierCode": "AF",
"number": "442",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "80",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
}
],
"price": {
"currency": "USD",
"total": "8514.14",
"base": "8289.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": "4848.57",
"base": "4736.00"
},
"fareDetailsBySegment": [
{
"segmentId": "52",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "53",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "54",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "79",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
},
{
"segmentId": "80",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
}
]
},
{
"travelerId": "2",
"fareOption": "STANDARD",
"travelerType": "CHILD",
"price": {
"currency": "USD",
"total": "3665.57",
"base": "3553.00"
},
"fareDetailsBySegment": [
{
"segmentId": "52",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "53",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "54",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "79",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
},
{
"segmentId": "80",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
}
]
}
]
},
{
"type": "flight-offer",
"id": "48",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT26H55M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00.000Z"
},
"carrierCode": "KL",
"number": "2412",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "52",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T09:05:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T10:30:00.000Z"
},
"carrierCode": "KL",
"number": "1224",
"aircraft": {
"code": "73W"
},
"operating": {
"carrierCode": "KL"
},
"id": "53",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T20:45:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T23:25:00.000Z"
},
"carrierCode": "KL",
"number": "1707",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "54",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT16H55M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T18:15:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-05T20:25:00.000Z"
},
"carrierCode": "AF",
"number": "1801",
"aircraft": {
"code": "320"
},
"operating": {
"carrierCode": "JN"
},
"id": "83",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-05T23:35:00.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T07:10:00.000Z"
},
"carrierCode": "AF",
"number": "442",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "84",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
}
],
"price": {
"currency": "USD",
"total": "8514.14",
"base": "8289.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": "4848.57",
"base": "4736.00"
},
"fareDetailsBySegment": [
{
"segmentId": "52",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "53",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "54",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "83",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
},
{
"segmentId": "84",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
}
]
},
{
"travelerId": "2",
"fareOption": "STANDARD",
"travelerType": "CHILD",
"price": {
"currency": "USD",
"total": "3665.57",
"base": "3553.00"
},
"fareDetailsBySegment": [
{
"segmentId": "52",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "53",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "54",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "83",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
},
{
"segmentId": "84",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
}
]
}
]
},
{
"type": "flight-offer",
"id": "49",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT26H55M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00.000Z"
},
"carrierCode": "KL",
"number": "2412",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "55",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T09:35:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T11:00:00.000Z"
},
"carrierCode": "KL",
"number": "1228",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "56",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T20:45:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T23:25:00.000Z"
},
"carrierCode": "KL",
"number": "1707",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "57",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT15H5M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:05:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-05T22:15:00.000Z"
},
"carrierCode": "AF",
"number": "1101",
"aircraft": {
"code": "320"
},
"operating": {
"carrierCode": "JN"
},
"id": "79",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-05T23:35:00.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T07:10:00.000Z"
},
"carrierCode": "AF",
"number": "442",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "80",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
}
],
"price": {
"currency": "USD",
"total": "8514.14",
"base": "8289.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": "4848.57",
"base": "4736.00"
},
"fareDetailsBySegment": [
{
"segmentId": "55",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "56",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "57",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "79",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
},
{
"segmentId": "80",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
}
]
},
{
"travelerId": "2",
"fareOption": "STANDARD",
"travelerType": "CHILD",
"price": {
"currency": "USD",
"total": "3665.57",
"base": "3553.00"
},
"fareDetailsBySegment": [
{
"segmentId": "55",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "56",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "57",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "79",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
},
{
"segmentId": "80",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
}
]
}
]
},
{
"type": "flight-offer",
"id": "50",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT26H55M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00.000Z"
},
"carrierCode": "KL",
"number": "2412",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "55",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T09:35:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T11:00:00.000Z"
},
"carrierCode": "KL",
"number": "1228",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "56",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T20:45:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T23:25:00.000Z"
},
"carrierCode": "KL",
"number": "1707",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "57",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT16H55M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T18:15:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-05T20:25:00.000Z"
},
"carrierCode": "AF",
"number": "1801",
"aircraft": {
"code": "320"
},
"operating": {
"carrierCode": "JN"
},
"id": "83",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-05T23:35:00.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T07:10:00.000Z"
},
"carrierCode": "AF",
"number": "442",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "84",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
}
],
"price": {
"currency": "USD",
"total": "8514.14",
"base": "8289.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": "4848.57",
"base": "4736.00"
},
"fareDetailsBySegment": [
{
"segmentId": "55",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "56",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "57",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "83",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
},
{
"segmentId": "84",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
}
]
},
{
"travelerId": "2",
"fareOption": "STANDARD",
"travelerType": "CHILD",
"price": {
"currency": "USD",
"total": "3665.57",
"base": "3553.00"
},
"fareDetailsBySegment": [
{
"segmentId": "55",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "56",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "57",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "83",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
},
{
"segmentId": "84",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
}
]
}
]
}
],
"dictionaries": {
"locations": {
"MAD": {
"cityCode": "MAD",
"countryCode": "ES"
},
"GIG": {
"cityCode": "RIO",
"countryCode": "BR"
},
"CDG": {
"cityCode": "PAR",
"countryCode": "FR"
},
"AMS": {
"cityCode": "AMS",
"countryCode": "NL"
}
}
}
}
}
}
}
},
"400": {
"description": "code | title \n------- | ------------------------------------- \n425 | INVALID DATE\n477 | INVALID FORMAT\n572 | INVALID OPTION\n2668 | PARAMETER COMBINATION INVALID/RESTRICTED\n2781 | INVALID LENGTH\n4926 | INVALID DATA RECEIVED\n9880 | SELECTED DATE IS TOO FAR IN THE FUTURE\n10661 | MAXIMUM NUMBER OF OCCURRENCES EXCEEDED \n32171 | MANDATORY DATA MISSING\n",
"content": {
"application/vnd.amadeus+json": {
"schema": {
"$ref": "#/components/schemas/Error_400"
}
}
}
},
"default": {
"description": "Unexpected error",
"content": {
"application/vnd.amadeus+json": {
"schema": {
"$ref": "#/components/schemas/Error_500"
}
}
}
}
},
"x-codegen-request-body-name": "getFlightOffersBody"
}
}
},
"components": {
"schemas": {
"Error_400": {
"required": [
"errors"
],
"type": "object",
"properties": {
"errors": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Issue"
}
}
},
"example": {
"errors": [
{
"status": 400,
"code": 477,
"title": "INVALID FORMAT",
"detail": "invalid query parameter format",
"source": {
"parameter": "airport",
"example": "CDG"
}
}
]
}
},
"Error_404": {
"required": [
"errors"
],
"type": "object",
"properties": {
"errors": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Issue"
}
}
},
"example": {
"errors": [
{
"status": 404,
"code": 1797,
"title": "NOT FOUND",
"detail": "no response found for this query parameter",
"source": {
"parameter": "airport"
}
}
]
}
},
"Error_409": {
"required": [
"errors"
],
"type": "object",
"properties": {
"errors": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Issue"
}
}
},
"example": {
"errors": [
{
"status": 409,
"code": 45455,
"title": "CONFLICT WITH CURRENT STATE OF THE RESOURCE",
"detail": "The ressource in input already exist."
}
]
}
},
"Error_500": {
"required": [
"errors"
],
"type": "object",
"properties": {
"errors": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Issue"
}
}
},
"example": {
"errors": [
{
"status": 500,
"code": 141,
"title": "SYSTEM ERROR HAS OCCURRED"
}
]
}
},
"Issue": {
"type": "object",
"properties": {
"status": {
"type": "integer",
"description": "the HTTP status code applicable to this error"
},
"code": {
"type": "integer",
"description": "an application-specific error code",
"format": "int64"
},
"title": {
"type": "string",
"description": "a short summary of the error"
},
"detail": {
"type": "string",
"description": "explanation of the error"
},
"source": {
"title": "Issue_Source",
"type": "object",
"properties": {
"pointer": {
"type": "string",
"description": "a JSON Pointer [RFC6901] to the associated entity in the request document"
},
"parameter": {
"type": "string",
"description": "a string indicating which URI query parameter caused the issue"
},
"example": {
"type": "string",
"description": "a string indicating an example of the right value"
}
},
"description": "an object containing references to the source of the error"
}
}
},
"Collection_Meta": {
"title": "Collection_Meta",
"type": "object",
"properties": {
"count": {
"type": "integer",
"example": 1
},
"oneWayCombinations": {
"type": "array",
"items": {
"title": "oneWayCombinations",
"type": "object",
"properties": {
"originDestinationId": {
"type": "string"
},
"flightOfferIds": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
}
}
},
"Collection_Meta_Link": {
"title": "Collection_Meta",
"type": "object",
"properties": {
"count": {
"type": "integer",
"example": 1
},
"links": {
"title": "CollectionLinks",
"type": "object",
"properties": {
"self": {
"type": "string",
"format": "uri",
"example": "https://test.api.amadeus.com/v1/area/resources?..."
},
"next": {
"type": "string",
"format": "uri",
"example": "https://test.api.amadeus.com/v1/area/resources?..."
},
"previous": {
"type": "string",
"format": "uri",
"example": "https://test.api.amadeus.com/v1/area/resources?..."
},
"last": {
"type": "string",
"format": "uri",
"example": "https://test.api.amadeus.com/v1/area/resources?..."
},
"first": {
"type": "string",
"format": "uri",
"example": "https://test.api.amadeus.com/v1/area/resources?..."
},
"up": {
"type": "string",
"format": "uri",
"example": "https://test.api.amadeus.com/v1/area/resources?..."
}
},
"example": {
"self": "https://test.api.amadeus.com/v1/area/resources?param=value"
}
}
}
},
"LocationEntry": {
"required": [
"key"
],
"type": "object",
"properties": {
"key": {
"type": "string"
}
},
"additionalProperties": {
"$ref": "#/components/schemas/LocationValue"
}
},
"AircraftEntry": {
"type": "object",
"properties": {
"key": {
"type": "string"
}
},
"additionalProperties": {
"type": "string",
"description": "the manufacturer/model of aircraft"
}
},
"CurrencyEntry": {
"required": [
"key"
],
"type": "object",
"properties": {
"key": {
"type": "string",
"example": "Euro"
}
},
"additionalProperties": {
"type": "string",
"example": "EUR"
}
},
"CarrierEntry": {
"type": "object",
"properties": {
"key": {
"type": "string"
}
},
"additionalProperties": {
"type": "string",
"description": "the carrier name"
}
},
"FlightSegment": {
"type": "object",
"properties": {
"departure": {
"$ref": "#/components/schemas/FlightEndPoint"
},
"arrival": {
"$ref": "#/components/schemas/FlightEndPoint"
},
"carrierCode": {
"maxLength": 2,
"minLength": 1,
"type": "string",
"description": "providing the airline / carrier code",
"example": "DL"
},
"number": {
"maxLength": 4,
"minLength": 1,
"type": "string",
"description": "the flight number as assigned by the carrier",
"example": "212"
},
"aircraft": {
"$ref": "#/components/schemas/AircraftEquipment"
},
"operating": {
"$ref": "#/components/schemas/OperatingFlight"
},
"duration": {
"type": "string",
"description": "stop duration in [ISO8601](https://en.wikipedia.org/wiki/ISO_8601) PnYnMnDTnHnMnS format, e.g. PT2H10M",
"example": "PT2H10M"
},
"stops": {
"type": "array",
"description": "information regarding the different stops composing the flight segment. E.g. technical stop, change of gauge...",
"items": {
"$ref": "#/components/schemas/FlightStop"
}
},
"bookingStatus": {
"type": "string",
"description": "booking status of the segment",
"example": "CONFIRMED",
"enum": [
"CONFIRMED",
"WAITLISTED",
"CANCELLED",
"PENDING",
"DENIED"
]
},
"segmentType": {
"type": "string",
"description": "type of the segment",
"example": "GHOST",
"enum": [
"ACTIVE",
"PASSIVE",
"GHOST",
"STAFF"
]
},
"isFlown": {
"type": "boolean",
"description": "indicator set to true if segment is flown",
"example": true
}
},
"description": "defining a flight segment; including both operating and marketing details when applicable"
},
"OriginalFlightEndPoint": {
"type": "object",
"properties": {
"iataCode": {
"type": "string",
"description": "[IATA airline codes](http://www.iata.org/publications/Pages/code-search.aspx)",
"example": "JFK"
},
"terminal": {
"type": "string",
"description": "terminal name / number",
"example": "T2"
}
},
"description": "departure or arrival information"
},
"FlightEndPoint": {
"title": "FlightEndPoint",
"description": "departure or arrival information",
"allOf": [
{
"$ref": "#/components/schemas/OriginalFlightEndPoint"
},
{
"type": "object",
"properties": {
"at": {
"type": "string",
"description": "local date and time in [ISO8601](https://en.wikipedia.org/wiki/ISO_8601) YYYY-MM-ddThh:mm:ss format, e.g. 2017-02-10T20:40:00",
"format": "date-time"
}
}
}
]
},
"OriginalFlightStop": {
"type": "object",
"properties": {
"iataCode": {
"type": "string",
"description": "[IATA airline codes](http://www.iata.org/publications/Pages/code-search.aspx)",
"example": "JFK"
},
"duration": {
"type": "string",
"description": "stop duration in [ISO8601](https://en.wikipedia.org/wiki/ISO_8601) PnYnMnDTnHnMnS format, e.g. PT2H10M",
"example": "PT2H10M"
}
},
"description": "details of stops for direct or change of gauge flights"
},
"FlightStop": {
"title": "FlightStop",
"description": "details of stops for direct or change of gauge flights",
"allOf": [
{
"$ref": "#/components/schemas/OriginalFlightStop"
},
{
"type": "object",
"properties": {
"arrivalAt": {
"type": "string",
"description": "arrival at the stop in [ISO8601](https://en.wikipedia.org/wiki/ISO_8601) YYYY-MM-ddThh:mm:ss format, e.g. 2017-02-10T20:40:00",
"format": "date-time"
},
"departureAt": {
"type": "string",
"description": "departure from the stop in [ISO8601](https://en.wikipedia.org/wiki/ISO_8601) YYYY-MM-ddThh:mm:ss format, e.g. 2017-02-10T20:40:00",
"format": "date-time"
}
}
}
]
},
"AircraftEquipment": {
"type": "object",
"properties": {
"code": {
"pattern": "[a-zA-Z0-9]{3}",
"type": "string",
"description": "IATA aircraft code (http://www.flugzeuginfo.net/table_accodes_iata_en.php)\n",
"example": "318"
}
},
"description": "information related to the aircraft"
},
"OperatingFlight": {
"type": "object",
"properties": {
"carrierCode": {
"maxLength": 2,
"minLength": 1,
"type": "string",
"description": "providing the airline / carrier code",
"example": "DL"
}
},
"description": "information about the operating flight"
},
"Price": {
"type": "object",
"properties": {
"currency": {
"type": "string",
"example": "USD"
},
"total": {
"type": "string",
"description": "Total amount paid by the user",
"example": "932.70"
},
"base": {
"type": "string",
"description": "Amount without taxes",
"example": "632.70"
},
"fees": {
"type": "array",
"description": "List of applicable fees",
"items": {
"$ref": "#/components/schemas/Fee"
}
},
"taxes": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Tax"
}
},
"refundableTaxes": {
"type": "string",
"description": "The amount of taxes which are refundable",
"example": "200.00"
},
"margins": {
"title": "Margins",
"type": "array",
"description": "List of agent margins",
"items": {
"title": "Margin",
"type": "object",
"properties": {
"amount": {
"type": "string",
"example": "10.00"
},
"name": {
"type": "string",
"description": "agent margin type",
"example": "AGENT_MARKUP",
"enum": [
"AGENT_MARKUP",
"AGENT_FEE"
]
}
}
}
},
"discounts": {
"title": "PriceDiscounts",
"type": "array",
"description": "List of agent discounts",
"items": {
"title": "PriceDiscount",
"type": "object",
"properties": {
"amount": {
"type": "string",
"example": "10.00"
},
"name": {
"type": "string",
"description": "agent discount type",
"example": "AGENT_DISCOUNT",
"enum": [
"AGENT_DISCOUNT"
]
}
}
}
}
}
},
"Extended_Price": {
"title": "Price",
"description": "price information",
"allOf": [
{
"type": "object",
"properties": {
"margin": {
"type": "string",
"description": "BOOK step ONLY - The price margin percentage (plus or minus) that the booking can tolerate. When set to 0, then no price magin is tolerated.",
"example": "1.00"
},
"grandTotal": {
"type": "string",
"description": "Total amount paid by the user (including fees and selected additional services).",
"example": "987.00"
},
"billingCurrency": {
"type": "string",
"description": "Currency of the payment. It may be different than the requested currency",
"example": "EUR"
},
"additionalServices": {
"title": "AdditionalServices",
"type": "array",
"items": {
"title": "AdditionalService",
"type": "object",
"properties": {
"amount": {
"type": "string",
"example": "332.70"
},
"type": {
"$ref": "#/components/schemas/AdditionalServiceType"
}
}
}
}
}
},
{
"$ref": "#/components/schemas/Price"
}
]
},
"Fee": {
"type": "object",
"properties": {
"amount": {
"type": "string",
"example": "332.70"
},
"type": {
"$ref": "#/components/schemas/FeeType"
}
},
"description": "a fee"
},
"FeeType": {
"type": "string",
"description": "type of fee",
"example": "TICKETING",
"enum": [
"TICKETING",
"FORM_OF_PAYMENT",
"SUPPLIER"
]
},
"Tax": {
"type": "object",
"properties": {
"amount": {
"type": "string",
"example": "332.70"
},
"code": {
"type": "string",
"example": "MX"
}
},
"description": "a tax"
},
"TravelClass": {
"type": "string",
"description": "quality of service offered in the cabin where the seat is located in this flight. Economy, premium economy, business or first class",
"example": "PREMIUM_ECONOMY",
"enum": [
"ECONOMY",
"PREMIUM_ECONOMY",
"BUSINESS",
"FIRST"
]
},
"Co2Emission": {
"type": "object",
"properties": {
"weight": {
"type": "integer",
"description": "Weight of Co2 emitted for the concerned segment",
"example": 90
},
"weightUnit": {
"type": "string",
"description": "Code to qualify unit as pounds or kilos",
"example": "KG"
},
"cabin": {
"$ref": "#/components/schemas/TravelClass"
}
}
},
"Payment": {
"type": "object",
"properties": {
"brand": {
"$ref": "#/components/schemas/PaymentBrand"
},
"binNumber": {
"type": "integer",
"description": "The first 6 digits of the credit card",
"example": 123456
},
"flightOfferIds": {
"maxItems": 6,
"minItems": 1,
"type": "array",
"description": "Id of the flightOffers to pay",
"example": "1",
"items": {
"type": "string"
}
}
}
},
"OriginDestination": {
"allOf": [
{
"$ref": "#/components/schemas/OriginDestinationLight"
},
{
"type": "object",
"properties": {
"originRadius": {
"type": "number",
"description": "Include other possible locations around the point, located less than this distance in kilometers away. Max:300\n\nCan not be combined with \"dateWindow\" or \"timeWindow\".\n",
"example": 200
},
"alternativeOriginsCodes": {
"maxItems": 2,
"minItems": 1,
"type": "array",
"description": "Set of alternative origin location, such as a city or an airport. Currently, only the locations defined in [IATA](http://www.iata.org/publications/Pages/code-search.aspx) are supported.",
"example": [
"LON",
"MUC"
],
"items": {
"title": "code",
"type": "string"
}
},
"destinationRadius": {
"type": "number",
"description": "Include other possible locations around the point, located less than this distance in kilometers away. Max:300\n\nCan not be combined with \"dateWindow\" or \"timeWindow\".\n",
"example": 200
},
"alternativeDestinationsCodes": {
"maxItems": 2,
"minItems": 1,
"type": "array",
"description": "Set of alternative destination location, such as a city or an airport. Currently, only the locations defined in [IATA](http://www.iata.org/publications/Pages/code-search.aspx) are supported.",
"items": {
"title": "code",
"type": "string"
}
},
"departureDateTimeRange": {
"$ref": "#/components/schemas/DateTimeRange"
},
"arrivalDateTimeRange": {
"$ref": "#/components/schemas/DateTimeRange"
}
}
}
]
},
"Extended_OriginDestinationLight": {
"allOf": [
{
"$ref": "#/components/schemas/OriginDestinationLight"
},
{
"type": "object",
"properties": {
"departureDateTime": {
"$ref": "#/components/schemas/DateTimeType"
},
"arrivalDateTime": {
"$ref": "#/components/schemas/DateTimeType"
}
}
}
]
},
"OriginDestinationLight": {
"type": "object",
"properties": {
"id": {
"type": "string",
"example": "1"
},
"originLocationCode": {
"type": "string",
"description": "Origin location, such as a city or an airport. Currently, only the locations defined in [IATA](http://www.iata.org/publications/Pages/code-search.aspx) are supported.",
"example": "PAR"
},
"destinationLocationCode": {
"type": "string",
"description": "Destination location, such as a city or an airport. Currently, only the locations defined in [IATA](http://www.iata.org/publications/Pages/code-search.aspx) are supported.",
"example": "NYC"
},
"includedConnectionPoints": {
"maxItems": 2,
"minItems": 1,
"type": "array",
"description": "List of included connections points. When an includedViaPoints option is specified, all FlightOffer returned must at least go via this Connecting Point. Currently, only the locations defined in IATA are supported. Used only by the AMADEUS provider",
"example": [
"MRS"
],
"items": {
"title": "code",
"type": "string"
}
},
"excludedConnectionPoints": {
"maxItems": 3,
"minItems": 1,
"type": "array",
"description": "List of excluded connections points. Any FlightOffer with these connections points will be present in response. Currently, only the locations defined in IATA are supported. Used only by the AMADEUS provider",
"example": [
"MRS"
],
"items": {
"title": "code",
"type": "string"
}
}
}
},
"DateTimeRange": {
"title": "dateTimeRange",
"allOf": [
{
"$ref": "#/components/schemas/DateTimeType"
},
{
"type": "object",
"properties": {
"dateWindow": {
"pattern": "^[MPI][1-3]D",
"type": "string",
"description": "Either 1, 2 or 3 extra days around the local date (IxD for +/- x days - Ex: I3D), Either 1 to 3 days after the local date (PxD for +x days - Ex: P3D), or 1 to 3 days before the local date (MxD for -x days - Ex: M3D)\n\nCan not be combined with \"originRadius\" or \"destinationRadius\".\n",
"example": "I3D"
},
"timeWindow": {
"pattern": "^([1-9]|10|11|12)H",
"type": "string",
"description": "1 to 12 hours around (both +and -) the local time. Possibly limited by the number of extra days when specified, i.e. in some situations, it may not be used to exceed the maximum date range. [1-12]H format, e.g. 6H\n\nCan not be combined with \"originRadius\" or \"destinationRadius\".\n",
"example": "2H"
}
}
}
]
},
"DateTimeType": {
"required": [
"date"
],
"type": "object",
"properties": {
"date": {
"type": "string",
"description": "Dates are specified in the [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) YYYY-MM-DD format, e.g. 2018-12-25",
"format": "date",
"example": "2018-09-22T00:00:00.000Z"
},
"time": {
"type": "string",
"description": "Local time. hh:mm:ss format, e.g 10:30:00",
"example": "10:30:00"
}
}
},
"Extended_TravelerInfo": {
"allOf": [
{
"$ref": "#/components/schemas/TravelerInfo"
},
{
"type": "object",
"properties": {
"fareOptions": {
"$ref": "#/components/schemas/FareOptions"
}
}
}
]
},
"TravelerInfo": {
"required": [
"id",
"travelerType"
],
"type": "object",
"properties": {
"id": {
"type": "string",
"example": "1"
},
"travelerType": {
"$ref": "#/components/schemas/TravelerType"
},
"associatedAdultId": {
"type": "string",
"description": "if type=\"HELD_INFANT\", corresponds to the adult travelers's id who will share the seat"
}
}
},
"SearchCriteria": {
"type": "object",
"properties": {
"excludeAllotments": {
"type": "boolean",
"description": "This option allows to exclude the isAllotment flag associated to a booking class in the search response when it exist.",
"example": false
},
"addOneWayOffers": {
"type": "boolean",
"description": "This option allows activate the one-way combinable feature",
"example": true
},
"maxFlightOffers": {
"type": "number",
"description": "Maximum number of flight offers returned (Max 250)",
"example": 250
},
"maxPrice": {
"type": "integer",
"description": "maximum price per traveler. By default, no limit is applied. If specified, the value should be a positive number with no decimals",
"example": 100
},
"allowAlternativeFareOptions": {
"type": "boolean",
"description": "This option allows to default to a standard fareOption if no offers are found for the selected fareOption.",
"example": true
},
"oneFlightOfferPerDay": {
"type": "boolean",
"description": "Requests the system to find at least one flight-offer per day, if possible, when a range of dates is specified. Default is false.",
"example": true
},
"additionalInformation": {
"title": "AdditionalInformation",
"type": "object",
"properties": {
"chargeableCheckedBags": {
"type": "boolean",
"description": "If true, returns the price of the first additional bag when the airline is an \"Amadeus Ancillary Services\" member.",
"example": true
},
"brandedFares": {
"type": "boolean",
"description": "If true, returns the fare family name for each flight-offer which supports fare family",
"example": true
},
"fareRules": {
"type": "boolean",
"description": "If true, returns the fare rules before departure for each flight-offer when they are available",
"example": true
}
}
},
"pricingOptions": {
"$ref": "#/components/schemas/Extended_PricingOptions"
},
"flightFilters": {
"$ref": "#/components/schemas/FlightFilters"
}
}
},
"CabinRestriction": {
"title": "CabinRestriction",
"type": "object",
"properties": {
"cabin": {
"$ref": "#/components/schemas/TravelClass"
},
"originDestinationIds": {
"title": "originDestinationIds",
"type": "array",
"description": "The list of originDestination identifiers for which the cabinRestriction applies",
"example": [
1,
2
],
"items": {
"type": "string"
}
}
}
},
"Extended_CabinRestriction": {
"allOf": [
{
"$ref": "#/components/schemas/CabinRestriction"
},
{
"type": "object",
"properties": {
"coverage": {
"$ref": "#/components/schemas/Coverage"
}
}
}
]
},
"FlightFilters": {
"type": "object",
"properties": {
"crossBorderAllowed": {
"type": "boolean",
"description": "Allows to search a location outside the borders when a radius around a location is specified. Default is false.",
"example": false
},
"moreOvernightsAllowed": {
"type": "boolean",
"description": "This flag enables/disables the possibility to have more overnight flights in Low Fare Search",
"example": false
},
"returnToDepartureAirport": {
"type": "boolean",
"description": "This option force to retrieve flight-offer with a departure and a return in the same airport",
"example": false
},
"railSegmentAllowed": {
"type": "boolean",
"description": "This flag enable/disable filtering of rail segment (TGV AIR, RAIL ...)",
"example": true
},
"busSegmentAllowed": {
"type": "boolean",
"description": "This flag enable/disable filtering of bus segment",
"example": true
},
"maxFlightTime": {
"type": "number",
"description": "This option allows to define a maximum flying time in relation with the shortest solution. For example, a value of 120 will cause the search to return solutions that are at most 20% longer than the shortest one",
"example": 200
},
"carrierRestrictions": {
"$ref": "#/components/schemas/CarrierRestrictions"
},
"cabinRestrictions": {
"title": "CabinRestrictions",
"maxItems": 6,
"minItems": 1,
"type": "array",
"description": "Restriction towards cabins.",
"items": {
"$ref": "#/components/schemas/Extended_CabinRestriction"
}
},
"connectionRestriction": {
"$ref": "#/components/schemas/ConnectionRestriction"
}
}
},
"CarrierRestrictions": {
"type": "object",
"properties": {
"blacklistedInEUAllowed": {
"type": "boolean",
"description": "This flag enable/disable filtering of blacklisted airline by EU. The list of the banned airlines is published in the Official Journal of the European Union, where they are included as annexes A and B to the Commission Regulation. The blacklist of an airline can concern all its flights or some specific aircraft types pertaining to the airline"
},
"excludedCarrierCodes": {
"maxItems": 99,
"minItems": 1,
"type": "array",
"description": "This option ensures that the system will only consider these airlines.",
"items": {
"type": "string"
}
},
"includedCarrierCodes": {
"maxItems": 99,
"minItems": 1,
"type": "array",
"description": "This option ensures that the system will only consider these airlines.",
"items": {
"type": "string"
}
}
},
"description": "Restriction towards carriers."
},
"ConnectionRestriction": {
"type": "object",
"properties": {
"maxNumberOfConnections": {
"type": "number",
"description": "The maximal number of connections for each itinerary. Value can be 0, 1 or 2.",
"example": 2
},
"nonStopPreferred": {
"type": "boolean",
"description": "When this option is requested, recommendations made of Non-Stop flights only are favoured by the search, on the whole itinerary, with a weight of 75%. It is possible to override this default 75% weight of Non-Stop recommendations by providing the requested weight in the attribute nonStopPreferredWeight",
"example": false
},
"nonStopPreferredWeight": {
"type": "number",
"description": "This weight is the percentage of total number of recommendations that could be returned for Non-Stop flight recommendations. It is only relevant when combined with nonSTopPreferred set to true. If not specified, the default weight of 75% is applied",
"example": 50
},
"airportChangeAllowed": {
"type": "boolean",
"description": "Allow to change airport during connection",
"example": false
},
"technicalStopsAllowed": {
"type": "boolean",
"description": "This option allows the single segment to have one or more intermediate stops (technical stops).",
"example": true
}
},
"description": "Restriction towards number of connections."
},
"FlightOffer": {
"title": "Flight-offer",
"required": [
"id",
"type"
],
"type": "object",
"properties": {
"type": {
"type": "string",
"description": "the resource name",
"example": "flight-offer"
},
"id": {
"type": "string",
"description": "Id of the flight offer",
"example": "1"
},
"source": {
"$ref": "#/components/schemas/FlightOfferSource"
},
"sourceReference": {
"type": "string",
"description": "Internal reference of the offer on the source side",
"example": "eJyLcHUyMbdwNDTVdXJ2NtU1MXIy13U0dzTU9/HQj8Ahx2Woa6gfgFMaKAuUd3QJ0TfUNyKgzkjf2c9P35iAKmN9Tz83fUM9LkMAe+4mvA==1"
},
"instantTicketingRequired": {
"type": "boolean",
"description": "If true, inform that a ticketing will be required at booking step",
"example": false
},
"disablePricing": {
"type": "boolean",
"description": "BOOK step ONLY - If true, allows to book a PNR without pricing. Only for the source \"GDS\"",
"example": false
},
"nonHomogeneous": {
"type": "boolean",
"description": "If true, upon completion of the booking, this pricing solution is expected to yield multiple records (a record contains booking information confirmed and stored, typically a Passenger Name Record (PNR), in the provider GDS or system)",
"example": false
},
"oneWay": {
"type": "boolean",
"description": "If true, the flight offer fulfills only one originDestination and has to be combined with other oneWays to complete the whole journey.",
"example": false
},
"paymentCardRequired": {
"type": "boolean",
"description": "If true, a payment card is mandatory to book this flight offer",
"example": false
},
"lastTicketingDate": {
"type": "string",
"description": "If booked on the same day as the search (with respect to timezone), this flight offer is guaranteed to be thereafter valid for ticketing until this date (included). Unspecified when it does not make sense for this flight offer (e.g. no control over ticketing once booked). YYYY-MM-DD format, e.g. 2019-06-07",
"example": "2018-06-19T00:00:00.000Z"
},
"lastTicketingDateTime": {
"type": "string",
"description": "If booked on the same day as the search (with respect to timezone), this flight offer is guaranteed to be thereafter valid for ticketing until this date/time (included). Unspecified when it does not make sense for this flight offer (e.g. no control over ticketing once booked). Local date and time in YYYY-MM-ddThh:mm:ss format, e.g. 2017-02-10T20:40:00",
"format": "date-time"
},
"numberOfBookableSeats": {
"maximum": 9,
"minimum": 1,
"type": "number",
"description": "Number of seats bookable in a single request. Can not be higher than 9.",
"example": 9
},
"itineraries": {
"maxItems": 250,
"minItems": 1,
"type": "array",
"items": {
"title": "Itineraries",
"required": [
"segments"
],
"type": "object",
"properties": {
"duration": {
"type": "string",
"description": "duration in [ISO8601](https://en.wikipedia.org/wiki/ISO_8601) PnYnMnDTnHnMnS format, e.g. PT2H10M for a duration of 2h10m",
"example": "PT2H10M"
},
"segments": {
"title": "Segments",
"maxItems": 9,
"minItems": 1,
"type": "array",
"items": {
"$ref": "#/components/schemas/Segment"
}
}
}
}
},
"price": {
"$ref": "#/components/schemas/Extended_Price"
},
"pricingOptions": {
"title": "PricingOptions",
"type": "object",
"properties": {
"fareType": {
"$ref": "#/components/schemas/PricingOptionsFareType"
},
"corporateCodes": {
"type": "array",
"description": "Allow Corporate negotiated fares using one or more corporate number (corporate code).",
"example": [
"123456"
],
"items": {
"type": "string"
}
},
"includedCheckedBagsOnly": {
"type": "boolean",
"description": "If true, returns the flight-offers with included checked bags only",
"example": true
},
"refundableFare": {
"type": "boolean",
"description": "If true, returns the flight-offers with refundable fares only",
"example": true
},
"noRestrictionFare": {
"type": "boolean",
"description": "If true, returns the flight-offers with no restriction fares only",
"example": true
},
"noPenaltyFare": {
"type": "boolean",
"description": "If true, returns the flight-offers with no penalty fares only",
"example": true
}
}
},
"validatingAirlineCodes": {
"maxItems": 9,
"minItems": 1,
"type": "array",
"description": "This option ensures that the system will only consider these airlines.",
"example": [
"AF"
],
"items": {
"type": "string"
}
},
"travelerPricings": {
"title": "TravelerPricings",
"maxItems": 18,
"minItems": 1,
"type": "array",
"description": "Fare information for each traveler/segment",
"items": {
"title": "TravelerPricing",
"required": [
"fareDetailsBySegment",
"fareOption",
"travelerId",
"travelerType"
],
"type": "object",
"properties": {
"travelerId": {
"type": "string",
"description": "Id of the traveler",
"example": "1"
},
"fareOption": {
"$ref": "#/components/schemas/TravelerPricingFareOption"
},
"travelerType": {
"$ref": "#/components/schemas/TravelerType"
},
"associatedAdultId": {
"type": "string",
"description": "if type=\"HELD_INFANT\", corresponds to the adult traveler's id who will share the seat"
},
"price": {
"$ref": "#/components/schemas/Price"
},
"fareDetailsBySegment": {
"maxItems": 18,
"minItems": 1,
"type": "array",
"items": {
"title": "FareDetailsBySegment",
"required": [
"segmentId"
],
"type": "object",
"properties": {
"segmentId": {
"type": "string",
"description": "Id of the segment",
"example": "1"
},
"cabin": {
"$ref": "#/components/schemas/TravelClass"
},
"fareBasis": {
"pattern": "[[A-Z0-9]{1,18}",
"type": "string",
"description": "Fare basis specifying the rules of a fare. Usually, though not always, is composed of the booking class code followed by a set of letters and digits representing other characteristics of the ticket, such as refundability, minimum stay requirements, discounts or special promotional elements.",
"example": "ANNNNF4K"
},
"brandedFare": {
"type": "string",
"description": "The code of the Fare Family corresponding to the fares. Only for the GDS and NDC providers and if the airline has fare families filled",
"example": "LIGHT"
},
"brandedFareLabel": {
"type": "string",
"description": "The name of the Fare Family. Only for the GDS and NDC providers and if the airline has fare families filled",
"example": "Premium Economy"
},
"class": {
"pattern": "[A-Z]{1}",
"type": "string",
"description": "The code of the booking class, a.k.a. class of service or Reservations/Booking Designator (RBD)",
"example": "A"
},
"isAllotment": {
"type": "boolean",
"description": "True if the corresponding booking class is in an allotment",
"example": true
},
"allotmentDetails": {
"$ref": "#/components/schemas/AllotmentDetails"
},
"sliceDiceIndicator": {
"$ref": "#/components/schemas/SliceDiceIndicator"
},
"includedCheckedBags": {
"$ref": "#/components/schemas/BaggageAllowance"
},
"includedCabinBags": {
"$ref": "#/components/schemas/BaggageAllowance"
},
"mealServices": {
"type": "array",
"description": "meal services proposed for the booked segment, there can be several, for example D DINNER + B BREAKFAST",
"items": {
"title": "MealServices",
"type": "object",
"properties": {
"label": {
"type": "string",
"description": "meal label",
"example": "DINNER"
}
}
}
},
"additionalServices": {
"title": "AdditionalServicesRequest",
"type": "object",
"properties": {
"chargeableCheckedBags": {
"$ref": "#/components/schemas/ChargeableCheckdBags"
},
"chargeableSeat": {
"$ref": "#/components/schemas/ChargeableSeat"
},
"chargeableSeatNumber": {
"pattern": "[1-9][0-9]{0,2}[A-Z]?",
"type": "string",
"description": "DEPRECATED - use the chargeableSeat attribute - seat number",
"example": "33D"
},
"otherServices": {
"type": "array",
"description": "Other services to add",
"example": [
"PRIORITY_BOARDING"
],
"items": {
"$ref": "#/components/schemas/ServiceName"
}
}
}
},
"amenities": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Amenity"
}
}
},
"description": "Fare details of the segment"
}
}
}
}
},
"fareRules": {
"$ref": "#/components/schemas/FareRules"
}
}
},
"Extended_PricingOptions": {
"title": "pricingOptions",
"type": "object",
"properties": {
"minimumDelayBeforeTicketing": {
"type": "string",
"description": "Required delay before being able to ticket. This option ensures that the system will only search for flight-offers which can still be ticketed the last day after this delay. If booked on the same day as the search (with respect to provider timezone), such flight-offers are guaranteed to be thereafter valid for ticketing at least during this delay (last day included). This option has no effect on flight-offers for which the last ticketing date does not make sense. Overrides the default settings. Max 365D",
"example": "3D"
},
"fareType": {
"$ref": "#/components/schemas/PricingOptionsFareType"
},
"corporateCodes": {
"maxItems": 6,
"minItems": 1,
"type": "array",
"description": "Allow Corporate negotiated fares using one or more corporate number (corporate code).",
"example": [
"123456"
],
"items": {
"type": "string"
}
},
"includedCheckedBagsOnly": {
"type": "boolean",
"description": "If true, returns the flight-offers with included checked bags only",
"example": true
},
"refundableFare": {
"type": "boolean",
"description": "If true, returns the flight-offers with refundable fares only",
"example": true
},
"noRestrictionFare": {
"type": "boolean",
"description": "If true, returns the flight-offers with no restriction fares only",
"example": true
},
"noPenaltyFare": {
"type": "boolean",
"description": "If true, returns the flight-offers with no penalty fares only",
"example": true
}
},
"description": "fare filter options"
},
"Segment": {
"allOf": [
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Id of the segment",
"example": "1"
},
"numberOfStops": {
"type": "integer",
"description": "Number of stops",
"example": 0
},
"blacklistedInEU": {
"type": "boolean",
"description": "When the flight has a marketing or/and operating airline that is identified as blacklisted by the European Commission. \n\nTo improve travel safety, the European Commission regularly updates the list of the banned carriers from operating in Europe. It allows any Travel Agency located in the European Union to easily identify and hide any travel recommendation based on some unsafe airlines. \nThe [list of the banned airlines](https://ec.europa.eu/transport/sites/transport/files/air-safety-list_en.pdf) is published in the Official Journal of the European Union, where they are included as annexes A and B to the Commission Regulation. The blacklist of an airline can concern all its flights or some specific aircraft types pertaining to the airline \n",
"example": false
},
"co2Emissions": {
"minItems": 1,
"type": "array",
"description": "Co2 informations",
"items": {
"$ref": "#/components/schemas/Co2Emission"
}
}
}
},
{
"$ref": "#/components/schemas/FlightSegment"
}
]
},
"TravelerType": {
"type": "string",
"description": "traveler type\nage restrictions : CHILD < 12y, HELD_INFANT < 2y, SEATED_INFANT < 2y, SENIOR >=60y\n",
"example": "ADULT",
"enum": [
"ADULT",
"CHILD",
"SENIOR",
"YOUNG",
"HELD_INFANT",
"SEATED_INFANT",
"STUDENT"
]
},
"FareOptions": {
"maxItems": 3,
"minItems": 1,
"type": "array",
"description": "option specifying a group of fares, which may be valid under certain conditons\ncan be used to specify special fare discount for a passenger\n",
"example": [
"STANDARD",
"INCLUSIVE_TOUR"
],
"items": {
"type": "string",
"enum": [
"STANDARD",
"INCLUSIVE_TOUR",
"SPANISH_MELILLA_RESIDENT",
"SPANISH_CEUTA_RESIDENT",
"SPANISH_CANARY_RESIDENT",
"SPANISH_BALEARIC_RESIDENT",
"AIR_FRANCE_METROPOLITAN_DISCOUNT_PASS",
"AIR_FRANCE_DOM_DISCOUNT_PASS",
"AIR_FRANCE_COMBINED_DISCOUNT_PASS",
"AIR_FRANCE_FAMILY",
"ADULT_WITH_COMPANION",
"COMPANION"
]
}
},
"Coverage": {
"type": "string",
"description": "part of the trip covered by the travel class restriction (ALL_SEGMENTS if ommited)",
"example": "MOST_SEGMENTS",
"enum": [
"MOST_SEGMENTS",
"AT_LEAST_ONE_SEGMENT",
"ALL_SEGMENTS"
]
},
"Commission": {
"title": "Commission",
"type": "object",
"properties": {
"controls": {
"type": "array",
"items": {
"$ref": "#/components/schemas/CommissionControl"
}
},
"values": {
"type": "array",
"description": "Details on each commission value contained in the FM entry",
"items": {
"$ref": "#/components/schemas/CommissionValue"
}
},
"travelerIds": {
"type": "array",
"description": "Ids of the concerned travelers, if not filled commission applies to all travelers",
"example": "1",
"items": {
"type": "string"
}
},
"segmentIds": {
"type": "array",
"description": "Ids of the impacted segments, if not filled commission applies to all segments",
"example": "1",
"items": {
"type": "string"
}
}
},
"description": "This element is used to record commissions earned from the sale of a ticket, as percentage or amount. Associated to FM fare element in PNR"
},
"CommissionValue": {
"title": "CommissionValue",
"type": "object",
"properties": {
"commissionType": {
"type": "string",
"description": "Nature of the commission value",
"example": "NEW",
"enum": [
"NEW",
"NEW_RATE_ON_NET_FARE",
"CAP_LIMIT_AMOUNT",
"SECONDARY",
"SUPPLEMENTARY_AMOUNT",
"VAT_ON_NEW",
"VAT_RATE_ON_OLD",
"CANCELLATION_PENALTY",
"OLD"
]
},
"amount": {
"type": "string"
},
"percentage": {
"type": "number",
"description": "Percentage in case of a rate commission - can be decimal"
}
}
},
"CommissionControl": {
"type": "string",
"description": "Controls are specified in the FM element to indicate the way the commission is calculated depending on the CCI attribute in the issuing office profile.\nOnly MANUAL can be added to flight order\n",
"example": "MANUAL",
"enum": [
"ATO_CTO",
"REUSED",
"AUTOMATIC",
"MANUAL",
"VALIDATED_MANUAL",
"FILED_FOR_DYNAMIC_DISCOUNTED_FARE",
"FILED_FOR_NEGOCIATED_FARE",
"COMPUTED_FOR_NEGOCIATED_FARE",
"COMPUTED_FOR_PRIVATE_FARE"
]
},
"AdditionalServiceType": {
"type": "string",
"description": "additional service type",
"example": "CHECKED_BAGS",
"enum": [
"CHECKED_BAGS",
"MEALS",
"SEATS",
"OTHER_SERVICES"
]
},
"FlightOfferSource": {
"type": "string",
"description": "source of the flight offer",
"example": "GDS",
"enum": [
"GDS",
"LTC",
"PYTON",
"EAC",
"NDC"
]
},
"PricingOptionsFareType": {
"type": "array",
"description": "type of fare of the flight-offer",
"example": [
"PUBLISHED"
],
"items": {
"type": "string",
"enum": [
"PUBLISHED",
"NEGOTIATED",
"CORPORATE"
]
}
},
"TravelerPricingFareOption": {
"type": "string",
"description": "option specifying a group of fares, which may be valid under certain conditons\nCan be used to specify special fare discount for a passenger\n",
"example": "STANDARD",
"enum": [
"STANDARD",
"INCLUSIVE_TOUR",
"SPANISH_MELILLA_RESIDENT",
"SPANISH_CEUTA_RESIDENT",
"SPANISH_CANARY_RESIDENT",
"SPANISH_BALEARIC_RESIDENT",
"AIR_FRANCE_METROPOLITAN_DISCOUNT_PASS",
"AIR_FRANCE_DOM_DISCOUNT_PASS",
"AIR_FRANCE_COMBINED_DISCOUNT_PASS",
"AIR_FRANCE_FAMILY",
"ADULT_WITH_COMPANION",
"COMPANION"
]
},
"SliceDiceIndicator": {
"type": "string",
"description": "slice and Dice indicator, such as Local Availability, Sub OnD(Origin and Destination) 1 Availability and Sub OnD 2 Availability",
"enum": [
"LOCAL_AVAILABILITY",
"SUB_OD_AVAILABILITY_1",
"SUB_OD_AVAILABILITY_2"
]
},
"AllotmentDetails": {
"title": "AllotmentDetails",
"type": "object",
"properties": {
"tourName": {
"type": "string",
"description": "The tour name agreed for this specific allotment."
},
"tourReference": {
"type": "string",
"description": "The tour reference agreed for this specific allotment."
}
}
},
"ChargeableCheckdBags": {
"description": "Details of chargeable checked bags",
"allOf": [
{
"$ref": "#/components/schemas/BaggageAllowance"
},
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Id of the chargeable bag",
"example": "1"
}
}
}
]
},
"ChargeableSeat": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Id of the chargeable seat",
"example": "1"
},
"number": {
"pattern": "[1-9][0-9]{0,2}[A-Z]?",
"type": "string",
"description": "seat number",
"example": "33D"
}
},
"description": "Details of chargeable seat"
},
"Dictionaries": {
"type": "object",
"properties": {
"locations": {
"$ref": "#/components/schemas/LocationEntry"
},
"aircraft": {
"$ref": "#/components/schemas/AircraftEntry"
},
"currencies": {
"$ref": "#/components/schemas/CurrencyEntry"
},
"carriers": {
"$ref": "#/components/schemas/CarrierEntry"
}
}
},
"LocationValue": {
"type": "object",
"properties": {
"cityCode": {
"type": "string",
"description": "City code associated to the airport",
"example": "PAR"
},
"countryCode": {
"type": "string",
"description": "Country code of the airport",
"example": "FR"
}
}
},
"FareRules": {
"title": "FareRules",
"type": "object",
"properties": {
"currency": {
"type": "string",
"description": "The currency of the penalties"
},
"rules": {
"minItems": 1,
"type": "array",
"items": {
"$ref": "#/components/schemas/Extended_TermAndCondition"
}
}
}
},
"TermAndCondition": {
"type": "object",
"properties": {
"category": {
"type": "string",
"description": "This defines what type of modification is concerned in this rule.",
"example": "EXCHANGE",
"enum": [
"REFUND",
"EXCHANGE",
"REVALIDATION",
"REISSUE",
"REBOOK",
"CANCELLATION"
]
},
"circumstances": {
"type": "string"
},
"notApplicable": {
"type": "boolean"
},
"maxPenaltyAmount": {
"type": "string"
},
"descriptions": {
"type": "array",
"items": {
"title": "Description",
"type": "object",
"properties": {
"descriptionType": {
"type": "string"
},
"text": {
"type": "string"
}
}
}
}
}
},
"Extended_TermAndCondition": {
"allOf": [
{
"$ref": "#/components/schemas/TermAndCondition"
},
{
"type": "object",
"properties": {
"isChargeable": {
"type": "boolean"
}
}
}
]
},
"GetFlightOffersQuery": {
"title": "getFlightOffersQuery",
"required": [
"originDestinations",
"sources",
"travelers"
],
"type": "object",
"properties": {
"currencyCode": {
"type": "string",
"description": "The currency code, as defined in [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217), to reflect the currency in which this amount is expressed.",
"example": "EUR"
},
"originDestinations": {
"title": "originDestinations",
"maxItems": 6,
"minItems": 1,
"type": "array",
"description": "Origins and Destinations must be properly ordered in time (chronological order in accordance with the timezone of each location) to describe the journey consistently. Dates and times must not be past nor more than 365 days in the future, according to provider settings.Number of Origins and Destinations must not exceed the limit defined in provider settings.",
"items": {
"$ref": "#/components/schemas/OriginDestination"
}
},
"travelers": {
"title": "travelers",
"maxItems": 18,
"minItems": 1,
"type": "array",
"description": "travelers in the trip.\nMaximum number of passengers older than 2 yo (CHILD, ADULT, YOUNG, SENIOR, STUDENT): 9.\nEach adult can travel with one INFANT so maximum total number of passengers: 18\n",
"items": {
"$ref": "#/components/schemas/Extended_TravelerInfo"
}
},
"sources": {
"title": "sources",
"minItems": 1,
"type": "array",
"description": "Allows enable one or more sources. If present in the list, these sources will be called by the system. \nGDS : Full service carriers,\nEAC : Extended Air choice,\nLTC : Light Ticketing,\nPYTON : Direct connection Pyton\nNDC : NDC content\n",
"example": [
"GDS",
"LTC",
"PYTON",
"EAC",
"NDC"
],
"items": {
"$ref": "#/components/schemas/FlightOfferSource"
}
},
"searchCriteria": {
"$ref": "#/components/schemas/SearchCriteria"
}
},
"example": {
"currencyCode": "USD",
"originDestinations": [
{
"id": "1",
"originLocationCode": "RIO",
"destinationLocationCode": "MAD",
"departureDateTimeRange": {
"date": "2020-03-01T00:00:00.000Z",
"time": "10:00:00"
}
},
{
"id": "2",
"originLocationCode": "MAD",
"destinationLocationCode": "RIO",
"departureDateTimeRange": {
"date": "2020-03-05T00:00:00.000Z",
"time": "17:00:00"
}
}
],
"travelers": [
{
"id": "1",
"travelerType": "ADULT",
"fareOptions": [
"STANDARD"
]
},
{
"id": "2",
"travelerType": "CHILD",
"fareOptions": [
"STANDARD"
]
}
],
"sources": [
"GDS"
],
"searchCriteria": {
"maxFlightOffers": 50,
"flightFilters": {
"cabinRestrictions": [
{
"cabin": "BUSINESS",
"coverage": "MOST_SEGMENTS",
"originDestinationIds": [
"1"
]
}
],
"carrierRestrictions": {
"excludedCarrierCodes": [
"AA",
"TP",
"AZ"
]
}
}
}
}
},
"FlightOfferPricingIn": {
"title": "FlightOfferPricing-Input",
"required": [
"flightOffers",
"type"
],
"type": "object",
"properties": {
"type": {
"type": "string",
"description": "the resource name",
"example": "flight-offer-pricing"
},
"flightOffers": {
"maxItems": 6,
"minItems": 1,
"type": "array",
"description": "list of flight offer to price",
"items": {
"$ref": "#/components/schemas/FlightOffer"
}
},
"payments": {
"maxItems": 6,
"type": "array",
"description": "payment information for retrieve eventual credit card fees",
"items": {
"$ref": "#/components/schemas/Payment"
}
},
"travelers": {
"maxItems": 18,
"type": "array",
"description": "list of travelers",
"items": {
"$ref": "#/components/schemas/Traveler"
}
},
"additionalInformation": {
"title": "PricingAdditionalInformation",
"type": "object",
"properties": {
"fareRules": {
"type": "boolean",
"description": "if true, returns the fare rules for each flight-offer when they are available",
"example": true
}
}
}
},
"description": "input parameter to price flight offers element"
},
"FlightOfferPricingOut": {
"title": "FlightOfferPricing-Output",
"required": [
"flightOffers",
"type"
],
"type": "object",
"properties": {
"type": {
"type": "string",
"description": "the resource name",
"example": "flight-offer-pricing"
},
"flightOffers": {
"maxItems": 6,
"minItems": 1,
"type": "array",
"description": "list of flight offer to price",
"items": {
"$ref": "#/components/schemas/FlightOffer"
}
},
"bookingRequirements": {
"title": "BookingRequirements",
"type": "object",
"properties": {
"invoiceAddressRequired": {
"type": "boolean",
"description": "If true, an invoice address is required for the creation of the flight-order",
"example": true
},
"mailingAddressRequired": {
"type": "boolean",
"description": "If true, a postal address is required for the creation of the flight-order",
"example": true
},
"emailAddressRequired": {
"type": "boolean",
"description": "If true, an email address is required for the creation of the flight-order",
"example": true
},
"phoneCountryCodeRequired": {
"type": "boolean",
"description": "If true, the phone country code (e.g. '33') associated for each phone number is required for the creation of the flight-order",
"example": true
},
"mobilePhoneNumberRequired": {
"type": "boolean",
"description": "If true, a mobile phone number is required for the creation of the flight-order",
"example": true
},
"phoneNumberRequired": {
"type": "boolean",
"description": "If true, a phone number is required for the creation of the flight-order",
"example": true
},
"postalCodeRequired": {
"type": "boolean",
"description": "If true, a postal code is required for the creation of the flight-order",
"example": true
},
"travelerRequirements": {
"type": "array",
"description": "traveler pricing condition",
"items": {
"title": "PassengerConditions",
"type": "object",
"properties": {
"travelerId": {
"type": "string",
"description": "Id of the traveler",
"example": "1"
},
"genderRequired": {
"type": "boolean",
"description": "If true, the gender is required for the concerned traveler for the creation of the flight-order",
"example": true
},
"documentRequired": {
"type": "boolean",
"description": "If true, a document is required for the concerned traveler for the creation of the flight-order",
"example": true
},
"documentIssuanceCityRequired": {
"type": "boolean",
"description": "If true, the isuance city of the document is required for the concerned traveler for the creation of the flight-order",
"example": true
},
"dateOfBirthRequired": {
"type": "boolean",
"description": "If true, the date of bitrth is required for the concerned traveler for the creation of the flight-order",
"example": true
},
"redressRequiredIfAny": {
"type": "boolean",
"description": "If true, the redress is required if any for the concerned traveler for the creation of the flight-order",
"example": true
},
"airFranceDiscountRequired": {
"type": "boolean",
"description": "If true, the Air France discount is required for the concerned traveler for the creation of the flight-order",
"example": false
},
"spanishResidentDiscountRequired": {
"type": "boolean",
"description": "If true, the Spanish resident discount is required for the concerned traveler for the creation of the flight-order",
"example": false
},
"residenceRequired": {
"type": "boolean",
"description": "If true, the address is required for the concerned traveler for the creation of the flight-order",
"example": true
}
}
}
}
},
"description": "pricing condition at booking level"
}
},
"description": "priced flight Offers and conditions"
},
"CreditCardFee": {
"title": "creditCardFee",
"type": "object",
"properties": {
"brand": {
"$ref": "#/components/schemas/PaymentBrand"
},
"amount": {
"type": "string",
"example": "1"
},
"currency": {
"type": "string",
"example": "USD"
},
"flightOfferId": {
"type": "string",
"description": "Id of the flightOffer concerned by the credit card fee",
"example": "1"
}
}
},
"PaymentBrand": {
"type": "string",
"description": "credit card brand",
"example": "VISA_IXARIS",
"enum": [
"VISA",
"AMERICAN_EXPRESS",
"MASTERCARD",
"VISA_ELECTRON",
"VISA_DEBIT",
"MASTERCARD_DEBIT",
"MAESTRO",
"DINERS",
"MASTERCARD_IXARIS",
"VISA_IXARIS",
"MASTERCARD_AIRPLUS",
"UATP_AIRPLUS",
"PYTON"
]
},
"DetailedFareRules": {
"title": "detailedFareRules",
"type": "object",
"properties": {
"fareBasis": {
"type": "string",
"example": "VRDFR9"
},
"name": {
"type": "string"
},
"fareNotes": {
"$ref": "#/components/schemas/TermAndCondition"
},
"segmentId": {
"type": "string",
"description": "Id of the segment concerned by the fare rule",
"example": "1"
}
}
},
"Bags": {
"description": "checked bag",
"allOf": [
{
"$ref": "#/components/schemas/BaggageAllowance"
},
{
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Type of service",
"example": "CHECKED_BAG"
},
"price": {
"$ref": "#/components/schemas/ElementaryPrice"
},
"bookableByItinerary": {
"type": "boolean",
"description": "Specify if the service is bookable by itinerary or for all itineraries",
"example": false
},
"segmentIds": {
"type": "array",
"description": "Id of the segment concerned by the service",
"example": "1",
"items": {
"type": "string"
}
},
"travelerIds": {
"type": "array",
"description": "Id of the traveler concerned by the service",
"example": "1",
"items": {
"type": "string"
}
}
}
}
]
},
"ElementaryPrice": {
"type": "object",
"properties": {
"amount": {
"type": "string",
"description": "Amount of the fare. could be alpha numeric. Ex- 500.20 or 514.13A, 'A'signifies additional collection."
},
"currencyCode": {
"type": "string",
"description": "Currency type of the fare."
}
},
"description": "elementaryPrice"
},
"BaggageAllowance": {
"type": "object",
"properties": {
"quantity": {
"type": "integer",
"description": "Total number of units",
"example": 1
},
"weight": {
"type": "integer",
"description": "Weight of the baggage allowance",
"example": 20
},
"weightUnit": {
"type": "string",
"description": "Code to qualify unit as pounds or kilos",
"example": "KG"
}
},
"description": "baggageAllowance"
},
"OtherServices": {
"title": "Service",
"type": "object",
"properties": {
"name": {
"$ref": "#/components/schemas/ServiceName"
},
"price": {
"$ref": "#/components/schemas/ElementaryPrice"
},
"bookableByTraveler": {
"type": "boolean",
"description": "Specify if the service is bookable by traveler or for all travelers",
"example": true
},
"bookableByItinerary": {
"type": "boolean",
"description": "Specify if the service is bookable by itinerary or for all itineraries",
"example": false
},
"segmentIds": {
"type": "array",
"description": "Id of the segment concerned by the service",
"example": "1",
"items": {
"type": "string"
}
},
"travelerIds": {
"type": "array",
"description": "Id of the traveler concerned by the service",
"example": "1",
"items": {
"type": "string"
}
}
}
},
"ServiceName": {
"type": "string",
"description": "type of service",
"example": "PRIORITY_BOARDING",
"enum": [
"PRIORITY_BOARDING",
"AIRPORT_CHECKIN"
]
},
"Amenity": {
"title": "Amenity",
"type": "object",
"properties": {
"code": {
"type": "string"
},
"description": {
"type": "string"
},
"isChargeable": {
"type": "boolean"
},
"amenityType": {
"$ref": "#/components/schemas/AmenityType"
},
"amenityProvider": {
"title": "AmenityProvider",
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Name of the source of the Amenity Content",
"example": "ATPCO RouteHappy"
}
},
"description": "Provides more information on the Source of the Amenity Content"
},
"amenitySeat": {
"title": "AmenitySeat",
"type": "object",
"properties": {
"legSpace": {
"type": "integer",
"description": "Space between 2 seats",
"example": 33
},
"spaceUnit": {
"type": "string",
"enum": [
"INCHES",
"CENTIMETERS",
"METERS"
]
},
"tilt": {
"type": "string",
"description": "Flatness of a seat",
"enum": [
"FULL_FLAT",
"ANGLE_FLAT",
"NORMAL"
]
}
},
"description": "Characteristics for a group of seat, such as Distance from one seat to another, only provided when amenityType=SEAT"
}
},
"description": "Amenity"
},
"AmenityType": {
"type": "string",
"description": "Amenity type",
"enum": [
"BUNDLED_SERVICE",
"BRANDED_FARES",
"BAGGAGE",
"CARBON_OFFSET",
"FREQUENT_FLYER",
"GROUND",
"ENTERTAINMENT",
"LOUNGE",
"MEDICAL",
"MEAL",
"PETS",
"RULE_OVERRIDE",
"STANDBY",
"STORE",
"TRAVEL_SERVICES",
"UNACCOMPANIED_TRAVEL",
"UPGRADES",
"UNACCOMPANIED_TRAVEL_UNESCORTED",
"PRE_RESERVED_SEAT",
"WIFI",
"BEVERAGE",
"POWER",
"SEAT",
"LAYOUT"
]
},
"FlightOrder": {
"title": "FlightOrderCreateQuery",
"required": [
"flightOffers",
"type"
],
"type": "object",
"properties": {
"type": {
"type": "string",
"description": "the resource name",
"example": "flight-order"
},
"id": {
"type": "string",
"description": "unique identifier of the flight order",
"readOnly": true,
"example": "MlpZVkFMfFdBVFNPTnwyMDE1LTExLTAy"
},
"queuingOfficeId": {
"type": "string",
"description": "office Id where to queue the order",
"example": "NCE1A0955"
},
"ownerOfficeId": {
"type": "string",
"description": "office Id where will be transfered the ownership of the order",
"example": "NCE1A0955"
},
"associatedRecords": {
"type": "array",
"description": "list of associated record",
"readOnly": true,
"items": {
"$ref": "#/components/schemas/AssociatedRecord"
}
},
"flightOffers": {
"maxItems": 6,
"minItems": 1,
"type": "array",
"description": "list of flight offer",
"items": {
"$ref": "#/components/schemas/FlightOffer"
}
},
"travelers": {
"maxItems": 18,
"minItems": 1,
"type": "array",
"description": "list of travelers",
"items": {
"$ref": "#/components/schemas/Traveler"
}
},
"remarks": {
"$ref": "#/components/schemas/Remarks"
},
"formOfPayments": {
"maxItems": 6,
"minItems": 1,
"type": "array",
"description": "list of form of payments",
"items": {
"$ref": "#/components/schemas/FormOfPayment"
}
},
"ticketingAgreement": {
"$ref": "#/components/schemas/TicketingAgreement"
},
"automatedProcess": {
"maxItems": 31,
"minItems": 0,
"type": "array",
"description": "list of automatic queuing",
"items": {
"$ref": "#/components/schemas/AutomatedProcess"
}
},
"contacts": {
"type": "array",
"description": "list of general contact information",
"items": {
"$ref": "#/components/schemas/Contact"
}
},
"tickets": {
"type": "array",
"description": "list of tickets",
"readOnly": true,
"items": {
"$ref": "#/components/schemas/AirTravelDocument"
}
},
"commissions": {
"type": "array",
"description": "list of commissions applicable to tickets",
"items": {
"$ref": "#/components/schemas/Commission"
}
},
"formOfIdentifications": {
"type": "array",
"description": "list of forms of identifications applicable to travelers by airline",
"items": {
"$ref": "#/components/schemas/FormOfIdentification"
}
}
},
"description": "input parameter to create a flight order"
},
"Stakeholder": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "item identifier"
},
"dateOfBirth": {
"type": "string",
"description": "The date of birth in ISO 8601 format (yyyy-mm-dd)",
"format": "date"
},
"gender": {
"$ref": "#/components/schemas/StakeholderGender"
},
"name": {
"$ref": "#/components/schemas/Name"
},
"documents": {
"type": "array",
"description": "Advanced Passenger Information - regulatory identity documents - SSR DOCS & DOCO elements",
"items": {
"$ref": "#/components/schemas/IdentityDocument"
}
}
},
"description": "stakeholder definition"
},
"StakeholderGender": {
"type": "string",
"description": "The gender",
"example": "FEMALE",
"enum": [
"MALE",
"FEMALE"
]
},
"IdentityDocument": {
"title": "traveler documents",
"description": "documents of the traveler",
"allOf": [
{
"$ref": "#/components/schemas/Document"
},
{
"type": "object",
"properties": {
"documentType": {
"$ref": "#/components/schemas/DocumentType"
},
"validityCountry": {
"pattern": "[a-zA-Z]{2}",
"type": "string",
"description": "[ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the country where the document is valid",
"example": "IN"
},
"birthCountry": {
"pattern": "[a-zA-Z]{2}",
"type": "string",
"description": "[ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the country of birth",
"example": "FR"
},
"holder": {
"type": "boolean",
"description": "boolean to specify if the traveler is the holder of the document",
"example": true
}
}
}
]
},
"Document": {
"type": "object",
"properties": {
"number": {
"type": "string",
"description": "The document number (shown on the document) . E.g. QFU514563221J"
},
"issuanceDate": {
"type": "string",
"description": "Date at which the document has been issued.",
"format": "date"
},
"expiryDate": {
"type": "string",
"description": "Date after which the document is not valid anymore.",
"format": "date"
},
"issuanceCountry": {
"pattern": "[a-zA-Z]{2}",
"type": "string",
"description": "[ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the country that issued the document"
},
"issuanceLocation": {
"type": "string",
"description": "A more precise information concerning the place where the document has been issued, when available. It may be a country, a state, a city or any other type of location. e.g. New-York"
},
"nationality": {
"pattern": "[a-zA-Z]{2}",
"type": "string",
"description": "[ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the nationality appearing on the document"
},
"birthPlace": {
"type": "string",
"description": "Birth place as indicated on the document"
}
},
"description": "the information that are found on an ID document"
},
"DocumentType": {
"type": "string",
"description": "the nature/type of the document",
"example": "VISA",
"enum": [
"VISA",
"PASSPORT",
"IDENTITY_CARD",
"KNOWN_TRAVELER",
"REDRESS"
]
},
"EmergencyContact": {
"type": "object",
"properties": {
"addresseeName": {
"pattern": "[a-zA-Z -]",
"type": "string",
"description": "Adressee name (e.g. in case of emergency purpose it corresponds to name of the person to be contacted)."
},
"countryCode": {
"pattern": "[A-Z]{2}",
"type": "string",
"description": "Country code of the country (ISO3166-1). E.g. \"US\" for the United States"
},
"number": {
"pattern": "[0-9]{1,15}",
"type": "string",
"description": "Phone number. Composed of digits only. The number of digits depends on the country."
},
"text": {
"type": "string",
"description": "additional details"
}
},
"description": "emergency contact number"
},
"LoyaltyProgram": {
"title": "LoyaltyProgram",
"type": "object",
"properties": {
"programOwner": {
"type": "string",
"description": "loyalty program airline code",
"example": "AF"
},
"id": {
"type": "string",
"description": "loyalty program number",
"example": "12357466574"
}
},
"description": "loyalty program information"
},
"FormOfIdentification": {
"title": "FormOfIdentification",
"type": "object",
"properties": {
"identificationType": {
"$ref": "#/components/schemas/IdentificationType"
},
"carrierCode": {
"maxLength": 2,
"minLength": 1,
"type": "string",
"description": "providing the airline / carrier code",
"example": "DL"
},
"number": {
"type": "string",
"description": "identification number relative to the type of identification either ticket number, booking number, passport number, identity card number, drivers licence number, other ID",
"example": "XN0019390"
},
"travelerIds": {
"type": "array",
"description": "Ids of the concerned travelers",
"example": "1",
"items": {
"type": "string"
}
},
"flightOfferIds": {
"maxItems": 6,
"minItems": 1,
"type": "array",
"description": "Id of the concerned flightOffers",
"example": "1",
"items": {
"type": "string"
}
}
},
"description": "alternative means of identifying stakeholders for eTicket."
},
"Discount": {
"title": "Discount",
"type": "object",
"properties": {
"subType": {
"$ref": "#/components/schemas/DiscountType"
},
"cityName": {
"type": "string",
"description": "city of residence",
"example": "MADRID"
},
"travelerType": {
"$ref": "#/components/schemas/DiscountTravelerType"
},
"cardNumber": {
"pattern": "[0-9A-Z][0-9]{0,12}[A-Z]",
"type": "string",
"description": "resident card number",
"example": "12568215Z"
},
"certificateNumber": {
"pattern": "[0-9A-Z][0-9]{0,12}[A-Z]",
"type": "string",
"description": "resident certificate number",
"example": "12568215Z"
}
},
"description": "traveler discount"
},
"DiscountType": {
"type": "string",
"description": "type of discount applied",
"example": "SPANISH_RESIDENT",
"enum": [
"SPANISH_RESIDENT",
"AIR_FRANCE_DOMESTIC",
"AIR_FRANCE_COMBINED",
"AIR_FRANCE_METROPOLITAN"
]
},
"DiscountTravelerType": {
"type": "string",
"description": "type of discount applied",
"example": "SPANISH_CITIZEN",
"enum": [
"SPANISH_CITIZEN",
"EUROPEAN_CITIZEN",
"GOVERNMENT_WORKER",
"MILITARY",
"MINOR_WITHOUT_ID"
]
},
"Traveler": {
"title": "traveler element",
"description": "the traveler of the trip",
"allOf": [
{
"$ref": "#/components/schemas/Stakeholder"
},
{
"type": "object",
"properties": {
"emergencyContact": {
"$ref": "#/components/schemas/EmergencyContact"
},
"loyaltyPrograms": {
"maxItems": 10,
"minItems": 0,
"type": "array",
"description": "list of loyalty program followed by the traveler",
"items": {
"$ref": "#/components/schemas/LoyaltyProgram"
}
},
"discountEligibility": {
"maxItems": 10,
"minItems": 0,
"type": "array",
"description": "list of element that allow a discount.",
"items": {
"$ref": "#/components/schemas/Discount"
}
},
"contact": {
"$ref": "#/components/schemas/Contact"
}
}
}
]
},
"Contact": {
"description": "contact information",
"allOf": [
{
"$ref": "#/components/schemas/ContactDictionary"
},
{
"type": "object",
"properties": {
"phones": {
"maxItems": 3,
"type": "array",
"description": "Phone numbers",
"items": {
"$ref": "#/components/schemas/Phone"
}
},
"companyName": {
"type": "string",
"description": "Name of the company",
"example": "AMADEUS"
},
"emailAddress": {
"type": "string",
"description": "Email address (e.g. john@smith.com)",
"example": "support@mail.com"
}
}
}
]
},
"ContactPurpose": {
"type": "string",
"description": "the purpose for which this contact is to be used",
"enum": [
"STANDARD",
"INVOICE",
"STANDARD_WITHOUT_TRANSMISSION"
]
},
"ContactDictionary": {
"type": "object",
"properties": {
"addresseeName": {
"$ref": "#/components/schemas/Name"
},
"address": {
"$ref": "#/components/schemas/Address"
},
"language": {
"type": "string",
"description": "the preferred language of communication with this Contact"
},
"purpose": {
"$ref": "#/components/schemas/ContactPurpose"
}
},
"description": "represents a contact"
},
"Name": {
"title": "name",
"description": "name",
"allOf": [
{
"$ref": "#/components/schemas/BaseName"
},
{
"type": "object",
"properties": {
"secondLastName": {
"type": "string",
"description": "second last name"
}
}
}
]
},
"BaseName": {
"type": "object",
"properties": {
"firstName": {
"type": "string",
"description": "First name."
},
"lastName": {
"type": "string",
"description": "Last name."
},
"middleName": {
"type": "string",
"description": "Middle name(s), for example \"Lee\" in \"John Lee Smith\"."
}
},
"description": "description of the name of a physical person"
},
"Phone": {
"type": "object",
"properties": {
"deviceType": {
"$ref": "#/components/schemas/PhoneDeviceType"
},
"countryCallingCode": {
"pattern": "[0-9+]{2,5}",
"type": "string",
"description": "Country calling code of the phone number, as defined by the International Communication Union. Examples - \"1\" for US, \"371\" for Latvia."
},
"number": {
"pattern": "[0-9]{1,15}",
"type": "string",
"description": "Phone number. Composed of digits only. The number of digits depends on the country."
}
},
"description": "phone information"
},
"PhoneDeviceType": {
"type": "string",
"description": "Type of the device (Landline, Mobile or Fax)",
"enum": [
"MOBILE",
"LANDLINE",
"FAX"
]
},
"Address": {
"type": "object",
"properties": {
"lines": {
"type": "array",
"description": "Line 1 = Street address, Line 2 = Apartment, suite, unit, building, floor, etc",
"items": {
"type": "string"
}
},
"postalCode": {
"type": "string",
"description": "Example: 74130"
},
"countryCode": {
"pattern": "[a-zA-Z]{2}",
"type": "string",
"description": "country code [ISO 3166-1 country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)"
},
"cityName": {
"pattern": "[a-zA-Z -]{1,35}",
"type": "string",
"description": "Full city name. Example: Dublin"
},
"stateName": {
"type": "string",
"description": "Full state name"
},
"postalBox": {
"type": "string",
"description": "E.g. BP 220"
}
},
"description": "address information"
},
"TicketingAgreement": {
"title": "Ticketing Agreement",
"type": "object",
"properties": {
"option": {
"$ref": "#/components/schemas/TicketingAgreementOption"
},
"delay": {
"type": "string",
"description": "Delay before applying automatic process if no issuance in days",
"example": "2D"
},
"dateTime": {
"type": "string",
"description": "Exact date to apply automatic process if no issuance. YYYY-MM-DD format, e.g. 2019-06-07",
"readOnly": true,
"example": "2017-10-23T00:00:00.000Z"
},
"segmentIds": {
"type": "array",
"description": "Ids of the impacted segments",
"readOnly": true,
"example": "1",
"items": {
"type": "string"
}
}
},
"description": "ticketing agreement"
},
"TicketingAgreementOption": {
"type": "string",
"description": "Ticketing agreement option\n* **CONFIRM**, when the payment is done\n* **DELAY_TO_QUEUE**, queue the reservation at a wished date if the payment is not done\n* **DELAY_TO_CANCEL**, cancel the reservation at a wished date if the payment is not done\n\nQueueing and cancellation occurs at local date and time. When no time is specified, reservation is queued or cancelled at 00:00.\n",
"example": "DELAY_TO_QUEUE",
"enum": [
"CONFIRM",
"DELAY_TO_QUEUE",
"DELAY_TO_CANCEL"
]
},
"AutomatedProcessCommon": {
"type": "object",
"properties": {
"code": {
"$ref": "#/components/schemas/AutomatedProcessCode"
},
"queue": {
"title": "Queue",
"type": "object",
"properties": {
"number": {
"type": "string"
},
"category": {
"type": "string"
}
},
"description": "Identifies the queue onto which PNR must be automatically placed upon process execution."
},
"text": {
"type": "string",
"description": "Free text"
}
},
"description": "Provides information on ticketing arrangements and Amadeus Time Limits"
},
"AutomatedProcess": {
"title": "Automated Process",
"description": "automatic process applied to the Order",
"allOf": [
{
"$ref": "#/components/schemas/AutomatedProcessCommon"
},
{
"type": "object",
"properties": {
"delay": {
"type": "string",
"description": "Delay before applying process in days",
"example": "2D"
},
"officeId": {
"type": "string",
"description": "Office into which the process must be triggered.",
"example": "NCE1A0955"
},
"dateTime": {
"type": "string",
"description": "Datetime limit at which the process takes action in case issuance is not done.",
"format": "date-time"
}
}
}
]
},
"AutomatedProcessCode": {
"type": "string",
"description": "queuing action to be taken",
"example": "IMMEDIATE",
"enum": [
"IMMEDIATE",
"DELAYED",
"ERROR"
]
},
"Remarks": {
"title": "Remarks",
"type": "object",
"properties": {
"general": {
"maxItems": 200,
"minItems": 0,
"type": "array",
"description": "list of general remarks",
"items": {
"$ref": "#/components/schemas/GeneralRemark"
}
},
"airline": {
"maxItems": 200,
"minItems": 0,
"type": "array",
"description": "list of airline remarks",
"items": {
"$ref": "#/components/schemas/AirlineRemark"
}
}
},
"description": "remarks"
},
"GeneralRemark": {
"title": "GeneralRemark",
"required": [
"subType",
"text"
],
"type": "object",
"properties": {
"subType": {
"$ref": "#/components/schemas/GeneralRemarkType"
},
"category": {
"pattern": "[A-Z]{1}",
"type": "string",
"description": "remark category",
"example": "Z"
},
"text": {
"type": "string",
"description": "remark free text",
"example": "PASSENGER NEED ASSISTANCE"
},
"travelerIds": {
"type": "array",
"description": "Id of the concerned traveler",
"example": "1",
"items": {
"type": "string"
}
},
"flightOfferIds": {
"maxItems": 6,
"minItems": 1,
"type": "array",
"description": "Id of the concern flightOffers",
"example": "1",
"items": {
"type": "string"
}
}
}
},
"GeneralRemarkType": {
"type": "string",
"description": "general remark type",
"example": "GENERAL_MISCELLANEOUS",
"enum": [
"GENERAL_MISCELLANEOUS",
"CONFIDENTIAL",
"INVOICE",
"QUALITY_CONTROL",
"BACKOFFICE",
"FULFILLMENT",
"ITINERARY",
"TICKETING_MISCELLANEOUS",
"TOUR_CODE"
]
},
"AirlineRemark": {
"title": "AirlineRemark",
"required": [
"airlineCode",
"subType",
"text"
],
"type": "object",
"properties": {
"subType": {
"$ref": "#/components/schemas/AirlineRemarkType"
},
"keyword": {
"type": "string",
"description": "keyword code - only applicable for subType Keyword",
"example": "PARK"
},
"airlineCode": {
"type": "string",
"description": "Code of the airline following IATA standard ([IATA table codes](http://www.iata.org/publications/Pages/code-search.aspx))\n\nWhen it apply to any airline, value is YY.\n",
"example": "AF"
},
"text": {
"type": "string",
"description": "remark free text",
"example": "CAR PARK"
},
"travelerIds": {
"type": "array",
"description": "Id of the concerned traveler",
"example": "1",
"items": {
"type": "string"
}
},
"flightOfferIds": {
"maxItems": 6,
"minItems": 1,
"type": "array",
"description": "Id of the concern flightOffers",
"example": "1",
"items": {
"type": "string"
}
}
}
},
"AirlineRemarkType": {
"type": "string",
"description": "airline remark type",
"example": "KEYWORD",
"enum": [
"OTHER_SERVICE_INFORMATION",
"KEYWORD",
"OTHER_SERVICE",
"CLIENT_ID",
"ADVANCED_TICKET_TIME_LIMIT"
]
},
"FormOfPayment": {
"title": "Form Of Payment",
"type": "object",
"properties": {
"b2bWallet": {
"$ref": "#/components/schemas/B2bWallet"
},
"creditCard": {
"$ref": "#/components/schemas/CreditCard"
},
"other": {
"$ref": "#/components/schemas/OtherMethod"
}
},
"description": "form of payment used"
},
"B2bWallet": {
"title": "B2bWallet",
"type": "object",
"properties": {
"cardId": {
"type": "string",
"description": "card identifier",
"readOnly": true,
"example": "1245365895336"
},
"cardUsageName": {
"type": "string",
"description": "card usage name"
},
"cardFriendlyName": {
"pattern": "[a-zA-Z0-9]{1,35}",
"type": "string",
"description": "card name",
"example": "CB1"
},
"reportingData": {
"title": "reportingData",
"type": "array",
"items": {
"title": "reportingData",
"type": "object",
"properties": {
"name": {
"type": "string",
"example": "reconcil1"
},
"value": {
"type": "string",
"example": "data1"
}
}
}
},
"virtualCreditCardDetails": {
"$ref": "#/components/schemas/VirtualCreditCardDetails"
},
"flightOfferIds": {
"maxItems": 6,
"minItems": 1,
"type": "array",
"description": "Id of the concern flightOffers",
"example": "1",
"items": {
"type": "string"
}
}
},
"description": "b2b wallet"
},
"VirtualCreditCardDetails": {
"description": "detail information of the virtual card",
"allOf": [
{
"$ref": "#/components/schemas/CreditCardCommon"
},
{
"$ref": "#/components/schemas/ElementaryPrice"
}
]
},
"CreditCard": {
"title": "creditCard",
"description": "credit card",
"allOf": [
{
"$ref": "#/components/schemas/CreditCardCommon"
},
{
"type": "object",
"properties": {
"securityCode": {
"type": "string",
"description": "card security code",
"example": "123"
},
"flightOfferIds": {
"maxItems": 6,
"minItems": 1,
"type": "array",
"description": "Id of the concern flightOffers",
"example": "1",
"items": {
"type": "string"
}
}
}
}
]
},
"CreditCardCommon": {
"title": "creditCardCommon",
"type": "object",
"properties": {
"brand": {
"$ref": "#/components/schemas/CreditCardBrand"
},
"holder": {
"type": "string",
"description": "card holder as on the card",
"example": "MR DUPON DAMIEN"
},
"number": {
"pattern": "[a-zA-Z0-9]{1,35}",
"type": "string",
"description": "card number",
"example": "4012999999999999"
},
"expiryDate": {
"type": "string",
"description": "credit card expiration date following [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) (YYYY-MM format, e.g. 2012-08)",
"example": "2021-08"
}
},
"description": "credit card common attribute"
},
"CreditCardBrand": {
"type": "string",
"description": "credit card brand",
"example": "VISA",
"enum": [
"VISA",
"AMERICAN_EXPRESS",
"MASTERCARD",
"VISA_ELECTRON",
"VISA_DEBIT",
"MASTERCARD_DEBIT",
"MAESTRO",
"DINERS",
"EASYPAY"
]
},
"OtherMethod": {
"title": "creditCard",
"type": "object",
"properties": {
"method": {
"$ref": "#/components/schemas/OtherPaymentMethod"
},
"flightOfferIds": {
"maxItems": 6,
"minItems": 1,
"type": "array",
"description": "Id of the concern flightOffers",
"example": "1",
"items": {
"type": "string"
}
}
},
"description": "other payment method"
},
"OtherPaymentMethod": {
"type": "string",
"description": "other payment method",
"example": "CASH",
"enum": [
"ACCOUNT",
"CHECK",
"CASH",
"NONREFUNDABLE",
"PYTON"
]
},
"AssociatedRecordCommon": {
"type": "object",
"properties": {
"reference": {
"type": "string",
"description": "Record locator [Amadeus or OA] with which the current reservation is related. In case of a codeshare relation, it enables to identify the operating PNR."
},
"creationDate": {
"type": "string",
"description": "Creation date of the referenced reservation. Date and time in [ISO8601](https://en.wikipedia.org/wiki/ISO_8601) YYYY-MM-ddThh:mm:ss.sss format, e.g. 2019-07-09T12:30:00.000",
"example": "2019-07-09T12:30:00.000Z"
},
"originSystemCode": {
"type": "string",
"description": "Designates the system which has originated the referenced reservation."
}
},
"description": "describes the relation between the current reservation and another one"
},
"AssociatedRecord": {
"title": "associated record",
"description": "record associated to the order",
"allOf": [
{
"$ref": "#/components/schemas/AssociatedRecordCommon"
},
{
"type": "object",
"properties": {
"flightOfferId": {
"type": "string",
"description": "id of the impacted flight offer",
"example": "1"
}
}
}
]
},
"AirTravelDocument": {
"title": "AirTravelDocument",
"description": "ticket information",
"allOf": [
{
"$ref": "#/components/schemas/AirTravelDocumentCommon"
},
{
"type": "object",
"properties": {
"travelerId": {
"type": "string",
"description": "id of the impacted traveler",
"example": "1"
},
"segmentIds": {
"type": "array",
"description": "Ids of the impacted segments",
"example": "1",
"items": {
"type": "string"
}
}
}
}
]
},
"AirTravelDocumentCommon": {
"type": "object",
"properties": {
"documentType": {
"type": "string",
"description": "Type of the travel document",
"enum": [
"ETICKET",
"PTICKET",
"EMD",
"MCO"
]
},
"documentNumber": {
"type": "string",
"description": "Identifier of the travel document prefixed by its owner code [NALC - 3 digits]. Can either be a primary or a conjunctive document number. Necessary for TicketingReference definition."
},
"documentStatus": {
"type": "string",
"description": "Status of the travel document contained in the fare element",
"enum": [
"ISSUED",
"REFUNDED",
"VOID",
"ORIGINAL",
"EXCHANGED"
]
}
}
},
"IdentificationType": {
"type": "string",
"description": "Type of identification",
"example": "PASSPORT",
"enum": [
"DRIVERS_LICENSE",
"PASSPORT",
"NATIONAL_IDENTITY_CARD",
"BOOKING_CONFIRMATION",
"TICKET",
"OTHER_ID"
]
}
},
"responses": {
"404": {
"description": "Not Found",
"content": {
"application/vnd.amadeus+json": {
"schema": {
"$ref": "#/components/schemas/Error_404"
}
}
}
},
"500": {
"description": "Unexpected error",
"content": {
"application/vnd.amadeus+json": {
"schema": {
"$ref": "#/components/schemas/Error_500"
}
}
}
},
"returnAirOffers": {
"description": "Successful Operation",
"content": {
"application/vnd.amadeus+json": {
"schema": {
"title": "Success",
"required": [
"data"
],
"type": "object",
"properties": {
"warnings": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Issue"
}
},
"meta": {
"$ref": "#/components/schemas/Collection_Meta"
},
"data": {
"type": "array",
"items": {
"$ref": "#/components/schemas/FlightOffer"
}
},
"dictionaries": {
"$ref": "#/components/schemas/Dictionaries"
}
},
"example": {
"meta": {
"count": 50
},
"data": [
{
"type": "flight-offer",
"id": "1",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT18H30M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T21:05:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T12:20:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T15:45:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T19:35:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-05T23:00:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T18:35:00.000Z"
},
"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",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT19H35M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T10:30:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T16:05:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-05T23:00:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T18:35:00.000Z"
},
"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",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT19H35M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T11:00:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T16:05:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-05T23:00:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T18:35:00.000Z"
},
"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"
}
]
}
]
},
{
"type": "flight-offer",
"id": "4",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT19H35M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00.000Z"
},
"carrierCode": "KL",
"number": "2412",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "49",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T10:20:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T11:45:00.000Z"
},
"carrierCode": "KL",
"number": "1230",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "50",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T13:30:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T16:05:00.000Z"
},
"carrierCode": "KL",
"number": "1703",
"aircraft": {
"code": "73J"
},
"operating": {
"carrierCode": "KL"
},
"id": "51",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT26H10M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:25:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-05T23:00:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T18:35:00.000Z"
},
"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": "49",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "50",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "51",
"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": "49",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "50",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "51",
"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": "5",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT22H20M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T21:05:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T12:20:00.000Z"
},
"carrierCode": "KL",
"number": "2410",
"aircraft": {
"code": "772"
},
"operating": {
"carrierCode": "AF"
},
"id": "28",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T14:30:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T15:45:00.000Z"
},
"carrierCode": "KL",
"number": "1234",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "29",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T20:45:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T23:25:00.000Z"
},
"carrierCode": "KL",
"number": "1707",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "30",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT26H10M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:25:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-05T23:00:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T18:35:00.000Z"
},
"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": "28",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "29",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "30",
"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": "28",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "29",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "30",
"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": "6",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT22H20M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T21:05:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T12:20:00.000Z"
},
"carrierCode": "KL",
"number": "2410",
"aircraft": {
"code": "772"
},
"operating": {
"carrierCode": "AF"
},
"id": "31",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T18:40:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T20:00:00.000Z"
},
"carrierCode": "KL",
"number": "1244",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "32",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T20:45:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T23:25:00.000Z"
},
"carrierCode": "KL",
"number": "1707",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "33",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT26H10M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:25:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-05T23:00:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T18:35:00.000Z"
},
"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": "31",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "32",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "33",
"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": "31",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "32",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "33",
"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": "7",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT23H5M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00.000Z"
},
"carrierCode": "KL",
"number": "2412",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "1",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T10:20:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T11:45:00.000Z"
},
"carrierCode": "KL",
"number": "1230",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "2",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T17:05:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T19:35:00.000Z"
},
"carrierCode": "KL",
"number": "1705",
"aircraft": {
"code": "73J"
},
"operating": {
"carrierCode": "KL"
},
"id": "3",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT26H10M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:25:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-05T23:00:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T18:35:00.000Z"
},
"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": "1",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "2",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "3",
"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": "1",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "2",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "3",
"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": "8",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT23H5M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00.000Z"
},
"carrierCode": "KL",
"number": "2412",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "4",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T09:05:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T10:30:00.000Z"
},
"carrierCode": "KL",
"number": "1224",
"aircraft": {
"code": "73W"
},
"operating": {
"carrierCode": "KL"
},
"id": "5",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T17:05:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T19:35:00.000Z"
},
"carrierCode": "KL",
"number": "1705",
"aircraft": {
"code": "73J"
},
"operating": {
"carrierCode": "KL"
},
"id": "6",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT26H10M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:25:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-05T23:00:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T18:35:00.000Z"
},
"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": "4",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "5",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "6",
"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": "4",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "5",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "6",
"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": "9",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT23H5M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00.000Z"
},
"carrierCode": "KL",
"number": "2412",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "7",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T09:35:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T11:00:00.000Z"
},
"carrierCode": "KL",
"number": "1228",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "8",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T17:05:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T19:35:00.000Z"
},
"carrierCode": "KL",
"number": "1705",
"aircraft": {
"code": "73J"
},
"operating": {
"carrierCode": "KL"
},
"id": "9",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT26H10M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:25:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-05T23:00:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T18:35:00.000Z"
},
"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": "7",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "8",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "9",
"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": "7",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "8",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "9",
"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": "10",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT23H5M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00.000Z"
},
"carrierCode": "KL",
"number": "2412",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "10",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T14:30:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T15:45:00.000Z"
},
"carrierCode": "KL",
"number": "1234",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "11",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T17:05:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T19:35:00.000Z"
},
"carrierCode": "KL",
"number": "1705",
"aircraft": {
"code": "73J"
},
"operating": {
"carrierCode": "KL"
},
"id": "12",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT26H10M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:25:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-05T23:00:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T18:35:00.000Z"
},
"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": "10",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "11",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "12",
"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": "10",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "11",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "12",
"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": "11",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT26H55M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00.000Z"
},
"carrierCode": "KL",
"number": "2412",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "52",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T09:05:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T10:30:00.000Z"
},
"carrierCode": "KL",
"number": "1224",
"aircraft": {
"code": "73W"
},
"operating": {
"carrierCode": "KL"
},
"id": "53",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T20:45:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T23:25:00.000Z"
},
"carrierCode": "KL",
"number": "1707",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "54",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT26H10M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:25:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-05T23:00:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T18:35:00.000Z"
},
"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": "52",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "53",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "54",
"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": "52",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "53",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "54",
"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": "12",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT26H55M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00.000Z"
},
"carrierCode": "KL",
"number": "2412",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "55",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T09:35:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T11:00:00.000Z"
},
"carrierCode": "KL",
"number": "1228",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "56",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T20:45:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T23:25:00.000Z"
},
"carrierCode": "KL",
"number": "1707",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "57",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT26H10M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:25:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-05T23:00:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T18:35:00.000Z"
},
"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": "55",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "56",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "57",
"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": "55",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "56",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "57",
"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": "13",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT26H55M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00.000Z"
},
"carrierCode": "KL",
"number": "2412",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "58",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T10:20:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T11:45:00.000Z"
},
"carrierCode": "KL",
"number": "1230",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "59",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T20:45:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T23:25:00.000Z"
},
"carrierCode": "KL",
"number": "1707",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "60",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT26H10M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:25:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-05T23:00:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T18:35:00.000Z"
},
"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": "58",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "59",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "60",
"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": "58",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "59",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "60",
"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": "14",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT26H55M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00.000Z"
},
"carrierCode": "KL",
"number": "2412",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "61",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T18:40:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T20:00:00.000Z"
},
"carrierCode": "KL",
"number": "1244",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "62",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T20:45:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T23:25:00.000Z"
},
"carrierCode": "KL",
"number": "1707",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "63",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT26H10M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:25:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-05T23:00:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T18:35:00.000Z"
},
"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": "61",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "62",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "63",
"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": "61",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "62",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "63",
"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": "15",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT26H55M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00.000Z"
},
"carrierCode": "KL",
"number": "2412",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "64",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T14:30:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T15:45:00.000Z"
},
"carrierCode": "KL",
"number": "1234",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "65",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T20:45:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T23:25:00.000Z"
},
"carrierCode": "KL",
"number": "1707",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "66",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT26H10M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:25:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-05T23:00:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T18:35:00.000Z"
},
"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": "64",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "65",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "66",
"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": "64",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "65",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "66",
"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": "16",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT33H10M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T21:05:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T12:20:00.000Z"
},
"carrierCode": "KL",
"number": "2410",
"aircraft": {
"code": "772"
},
"operating": {
"carrierCode": "AF"
},
"id": "19",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T18:40:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T20:00:00.000Z"
},
"carrierCode": "KL",
"number": "1244",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "20",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-03T07:40:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-03T10:15:00.000Z"
},
"carrierCode": "KL",
"number": "1699",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "21",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT26H10M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:25:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-05T23:00:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T18:35:00.000Z"
},
"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": "19",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "20",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "21",
"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": "19",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "20",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "21",
"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": "17",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT33H10M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T21:05:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T12:20:00.000Z"
},
"carrierCode": "KL",
"number": "2410",
"aircraft": {
"code": "772"
},
"operating": {
"carrierCode": "AF"
},
"id": "22",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T20:25:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T21:40:00.000Z"
},
"carrierCode": "KL",
"number": "1246",
"aircraft": {
"code": "73W"
},
"operating": {
"carrierCode": "KL"
},
"id": "23",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-03T07:40:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-03T10:15:00.000Z"
},
"carrierCode": "KL",
"number": "1699",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "24",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT26H10M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:25:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-05T23:00:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T18:35:00.000Z"
},
"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": "22",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "23",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "24",
"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": "22",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "23",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "24",
"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": "18",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT35H10M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T21:05:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T12:20:00.000Z"
},
"carrierCode": "KL",
"number": "2410",
"aircraft": {
"code": "772"
},
"operating": {
"carrierCode": "AF"
},
"id": "25",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T20:25:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T21:40:00.000Z"
},
"carrierCode": "KL",
"number": "1246",
"aircraft": {
"code": "73W"
},
"operating": {
"carrierCode": "KL"
},
"id": "26",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-03T09:40:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-03T12:15:00.000Z"
},
"carrierCode": "KL",
"number": "1701",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "27",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT26H10M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:25:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-05T23:00:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T18:35:00.000Z"
},
"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": "25",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "26",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "27",
"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": "25",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "26",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "27",
"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": "19",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT22H20M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T21:05:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T12:20:00.000Z"
},
"carrierCode": "KL",
"number": "2410",
"aircraft": {
"code": "772"
},
"operating": {
"carrierCode": "AF"
},
"id": "34",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T16:55:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T18:10:00.000Z"
},
"carrierCode": "KL",
"number": "2016",
"aircraft": {
"code": "319"
},
"operating": {
"carrierCode": "AF"
},
"id": "35",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T20:45:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T23:25:00.000Z"
},
"carrierCode": "KL",
"number": "1707",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "36",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT26H10M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:25:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-05T23:00:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T18:35:00.000Z"
},
"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": "34",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "35",
"cabin": "ECONOMY",
"fareBasis": "CFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "36",
"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": "34",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "35",
"cabin": "ECONOMY",
"fareBasis": "CFFBR",
"class": "Y"
},
{
"segmentId": "36",
"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": "20",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT22H20M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T21:05:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T12:20:00.000Z"
},
"carrierCode": "KL",
"number": "2410",
"aircraft": {
"code": "772"
},
"operating": {
"carrierCode": "AF"
},
"id": "37",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T18:10:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T19:30:00.000Z"
},
"carrierCode": "KL",
"number": "2022",
"aircraft": {
"code": "321"
},
"operating": {
"carrierCode": "AF"
},
"id": "38",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T20:45:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T23:25:00.000Z"
},
"carrierCode": "KL",
"number": "1707",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "39",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT26H10M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:25:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-05T23:00:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T18:35:00.000Z"
},
"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": "37",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "38",
"cabin": "ECONOMY",
"fareBasis": "CFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "39",
"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": "37",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "38",
"cabin": "ECONOMY",
"fareBasis": "CFFBR",
"class": "Y"
},
{
"segmentId": "39",
"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": "21",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT23H5M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00.000Z"
},
"carrierCode": "KL",
"number": "2412",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "13",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T11:45:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T13:05:00.000Z"
},
"carrierCode": "KL",
"number": "2008",
"aircraft": {
"code": "319"
},
"operating": {
"carrierCode": "AF"
},
"id": "14",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T17:05:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T19:35:00.000Z"
},
"carrierCode": "KL",
"number": "1705",
"aircraft": {
"code": "73J"
},
"operating": {
"carrierCode": "KL"
},
"id": "15",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT26H10M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:25:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-05T23:00:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T18:35:00.000Z"
},
"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": "13",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "14",
"cabin": "ECONOMY",
"fareBasis": "CFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "15",
"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": "13",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "14",
"cabin": "ECONOMY",
"fareBasis": "CFFBR",
"class": "Y"
},
{
"segmentId": "15",
"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": "22",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT23H5M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00.000Z"
},
"carrierCode": "KL",
"number": "2412",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "16",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T12:40:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T14:00:00.000Z"
},
"carrierCode": "KL",
"number": "2012",
"aircraft": {
"code": "319"
},
"operating": {
"carrierCode": "AF"
},
"id": "17",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T17:05:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T19:35:00.000Z"
},
"carrierCode": "KL",
"number": "1705",
"aircraft": {
"code": "73J"
},
"operating": {
"carrierCode": "KL"
},
"id": "18",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT26H10M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:25:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-05T23:00:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T18:35:00.000Z"
},
"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": "16",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "17",
"cabin": "ECONOMY",
"fareBasis": "CFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "18",
"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": "16",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "17",
"cabin": "ECONOMY",
"fareBasis": "CFFBR",
"class": "Y"
},
{
"segmentId": "18",
"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": "23",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT26H55M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00.000Z"
},
"carrierCode": "KL",
"number": "2412",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "67",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T16:55:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T18:10:00.000Z"
},
"carrierCode": "KL",
"number": "2016",
"aircraft": {
"code": "319"
},
"operating": {
"carrierCode": "AF"
},
"id": "68",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T20:45:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T23:25:00.000Z"
},
"carrierCode": "KL",
"number": "1707",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "69",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT26H10M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:25:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-05T23:00:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T18:35:00.000Z"
},
"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": "67",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "68",
"cabin": "ECONOMY",
"fareBasis": "CFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "69",
"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": "67",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "68",
"cabin": "ECONOMY",
"fareBasis": "CFFBR",
"class": "Y"
},
{
"segmentId": "69",
"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": "24",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT26H55M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00.000Z"
},
"carrierCode": "KL",
"number": "2412",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "70",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T18:10:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T19:30:00.000Z"
},
"carrierCode": "KL",
"number": "2022",
"aircraft": {
"code": "321"
},
"operating": {
"carrierCode": "AF"
},
"id": "71",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T20:45:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T23:25:00.000Z"
},
"carrierCode": "KL",
"number": "1707",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "72",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT26H10M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:25:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-05T23:00:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T18:35:00.000Z"
},
"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": "70",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "71",
"cabin": "ECONOMY",
"fareBasis": "CFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "72",
"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": "70",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "71",
"cabin": "ECONOMY",
"fareBasis": "CFFBR",
"class": "Y"
},
{
"segmentId": "72",
"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": "25",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT26H55M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00.000Z"
},
"carrierCode": "KL",
"number": "2412",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "73",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T11:45:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T13:05:00.000Z"
},
"carrierCode": "KL",
"number": "2008",
"aircraft": {
"code": "319"
},
"operating": {
"carrierCode": "AF"
},
"id": "74",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T20:45:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T23:25:00.000Z"
},
"carrierCode": "KL",
"number": "1707",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "75",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT26H10M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:25:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-05T23:00:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T18:35:00.000Z"
},
"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": "73",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "74",
"cabin": "ECONOMY",
"fareBasis": "CFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "75",
"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": "73",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "74",
"cabin": "ECONOMY",
"fareBasis": "CFFBR",
"class": "Y"
},
{
"segmentId": "75",
"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": "26",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT26H55M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00.000Z"
},
"carrierCode": "KL",
"number": "2412",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "76",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T12:40:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T14:00:00.000Z"
},
"carrierCode": "KL",
"number": "2012",
"aircraft": {
"code": "319"
},
"operating": {
"carrierCode": "AF"
},
"id": "77",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T20:45:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T23:25:00.000Z"
},
"carrierCode": "KL",
"number": "1707",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "78",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT26H10M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:25:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-05T23:00:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T18:35:00.000Z"
},
"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": "76",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "77",
"cabin": "ECONOMY",
"fareBasis": "CFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "78",
"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": "76",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "77",
"cabin": "ECONOMY",
"fareBasis": "CFFBR",
"class": "Y"
},
{
"segmentId": "78",
"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": "27",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT18H30M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T21:05:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T12:20:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T15:45:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T19:35:00.000Z"
},
"carrierCode": "KL",
"number": "1705",
"aircraft": {
"code": "73J"
},
"operating": {
"carrierCode": "KL"
},
"id": "42",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT15H5M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:05:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-05T22:15:00.000Z"
},
"carrierCode": "AF",
"number": "1101",
"aircraft": {
"code": "320"
},
"operating": {
"carrierCode": "JN"
},
"id": "79",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-05T23:35:00.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T07:10:00.000Z"
},
"carrierCode": "AF",
"number": "442",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "80",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
}
],
"price": {
"currency": "USD",
"total": "8514.14",
"base": "8289.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": "4848.57",
"base": "4736.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": "79",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
},
{
"segmentId": "80",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
}
]
},
{
"travelerId": "2",
"fareOption": "STANDARD",
"travelerType": "CHILD",
"price": {
"currency": "USD",
"total": "3665.57",
"base": "3553.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": "79",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
},
{
"segmentId": "80",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
}
]
}
]
},
{
"type": "flight-offer",
"id": "28",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT18H30M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T21:05:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T12:20:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T15:45:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T19:35:00.000Z"
},
"carrierCode": "KL",
"number": "1705",
"aircraft": {
"code": "73J"
},
"operating": {
"carrierCode": "KL"
},
"id": "42",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT16H55M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T18:15:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-05T20:25:00.000Z"
},
"carrierCode": "AF",
"number": "1801",
"aircraft": {
"code": "320"
},
"operating": {
"carrierCode": "JN"
},
"id": "83",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-05T23:35:00.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T07:10:00.000Z"
},
"carrierCode": "AF",
"number": "442",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "84",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
}
],
"price": {
"currency": "USD",
"total": "8514.14",
"base": "8289.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": "4848.57",
"base": "4736.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": "83",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
},
{
"segmentId": "84",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
}
]
},
{
"travelerId": "2",
"fareOption": "STANDARD",
"travelerType": "CHILD",
"price": {
"currency": "USD",
"total": "3665.57",
"base": "3553.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": "83",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
},
{
"segmentId": "84",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
}
]
}
]
},
{
"type": "flight-offer",
"id": "29",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT19H35M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T10:30:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T16:05:00.000Z"
},
"carrierCode": "KL",
"number": "1703",
"aircraft": {
"code": "73J"
},
"operating": {
"carrierCode": "KL"
},
"id": "45",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT15H5M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:05:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-05T22:15:00.000Z"
},
"carrierCode": "AF",
"number": "1101",
"aircraft": {
"code": "320"
},
"operating": {
"carrierCode": "JN"
},
"id": "79",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-05T23:35:00.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T07:10:00.000Z"
},
"carrierCode": "AF",
"number": "442",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "80",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
}
],
"price": {
"currency": "USD",
"total": "8514.14",
"base": "8289.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": "4848.57",
"base": "4736.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": "79",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
},
{
"segmentId": "80",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
}
]
},
{
"travelerId": "2",
"fareOption": "STANDARD",
"travelerType": "CHILD",
"price": {
"currency": "USD",
"total": "3665.57",
"base": "3553.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": "79",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
},
{
"segmentId": "80",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
}
]
}
]
},
{
"type": "flight-offer",
"id": "30",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT19H35M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T10:30:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T16:05:00.000Z"
},
"carrierCode": "KL",
"number": "1703",
"aircraft": {
"code": "73J"
},
"operating": {
"carrierCode": "KL"
},
"id": "45",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT16H55M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T18:15:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-05T20:25:00.000Z"
},
"carrierCode": "AF",
"number": "1801",
"aircraft": {
"code": "320"
},
"operating": {
"carrierCode": "JN"
},
"id": "83",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-05T23:35:00.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T07:10:00.000Z"
},
"carrierCode": "AF",
"number": "442",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "84",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
}
],
"price": {
"currency": "USD",
"total": "8514.14",
"base": "8289.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": "4848.57",
"base": "4736.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": "83",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
},
{
"segmentId": "84",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
}
]
},
{
"travelerId": "2",
"fareOption": "STANDARD",
"travelerType": "CHILD",
"price": {
"currency": "USD",
"total": "3665.57",
"base": "3553.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": "83",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
},
{
"segmentId": "84",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
}
]
}
]
},
{
"type": "flight-offer",
"id": "31",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT19H35M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T11:00:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T16:05:00.000Z"
},
"carrierCode": "KL",
"number": "1703",
"aircraft": {
"code": "73J"
},
"operating": {
"carrierCode": "KL"
},
"id": "48",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT15H5M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:05:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-05T22:15:00.000Z"
},
"carrierCode": "AF",
"number": "1101",
"aircraft": {
"code": "320"
},
"operating": {
"carrierCode": "JN"
},
"id": "79",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-05T23:35:00.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T07:10:00.000Z"
},
"carrierCode": "AF",
"number": "442",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "80",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
}
],
"price": {
"currency": "USD",
"total": "8514.14",
"base": "8289.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": "4848.57",
"base": "4736.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": "79",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
},
{
"segmentId": "80",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
}
]
},
{
"travelerId": "2",
"fareOption": "STANDARD",
"travelerType": "CHILD",
"price": {
"currency": "USD",
"total": "3665.57",
"base": "3553.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": "79",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
},
{
"segmentId": "80",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
}
]
}
]
},
{
"type": "flight-offer",
"id": "32",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT19H35M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T11:00:00.000Z"
},
"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.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T16:05:00.000Z"
},
"carrierCode": "KL",
"number": "1703",
"aircraft": {
"code": "73J"
},
"operating": {
"carrierCode": "KL"
},
"id": "48",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT16H55M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T18:15:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-05T20:25:00.000Z"
},
"carrierCode": "AF",
"number": "1801",
"aircraft": {
"code": "320"
},
"operating": {
"carrierCode": "JN"
},
"id": "83",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-05T23:35:00.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T07:10:00.000Z"
},
"carrierCode": "AF",
"number": "442",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "84",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
}
],
"price": {
"currency": "USD",
"total": "8514.14",
"base": "8289.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": "4848.57",
"base": "4736.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": "83",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
},
{
"segmentId": "84",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
}
]
},
{
"travelerId": "2",
"fareOption": "STANDARD",
"travelerType": "CHILD",
"price": {
"currency": "USD",
"total": "3665.57",
"base": "3553.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": "83",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
},
{
"segmentId": "84",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
}
]
}
]
},
{
"type": "flight-offer",
"id": "33",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT19H35M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00.000Z"
},
"carrierCode": "KL",
"number": "2412",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "49",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T10:20:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T11:45:00.000Z"
},
"carrierCode": "KL",
"number": "1230",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "50",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T13:30:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T16:05:00.000Z"
},
"carrierCode": "KL",
"number": "1703",
"aircraft": {
"code": "73J"
},
"operating": {
"carrierCode": "KL"
},
"id": "51",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT15H5M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:05:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-05T22:15:00.000Z"
},
"carrierCode": "AF",
"number": "1101",
"aircraft": {
"code": "320"
},
"operating": {
"carrierCode": "JN"
},
"id": "79",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-05T23:35:00.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T07:10:00.000Z"
},
"carrierCode": "AF",
"number": "442",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "80",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
}
],
"price": {
"currency": "USD",
"total": "8514.14",
"base": "8289.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": "4848.57",
"base": "4736.00"
},
"fareDetailsBySegment": [
{
"segmentId": "49",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "50",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "51",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "79",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
},
{
"segmentId": "80",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
}
]
},
{
"travelerId": "2",
"fareOption": "STANDARD",
"travelerType": "CHILD",
"price": {
"currency": "USD",
"total": "3665.57",
"base": "3553.00"
},
"fareDetailsBySegment": [
{
"segmentId": "49",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "50",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "51",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "79",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
},
{
"segmentId": "80",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
}
]
}
]
},
{
"type": "flight-offer",
"id": "34",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT19H35M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00.000Z"
},
"carrierCode": "KL",
"number": "2412",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "49",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T10:20:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T11:45:00.000Z"
},
"carrierCode": "KL",
"number": "1230",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "50",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T13:30:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T16:05:00.000Z"
},
"carrierCode": "KL",
"number": "1703",
"aircraft": {
"code": "73J"
},
"operating": {
"carrierCode": "KL"
},
"id": "51",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT16H55M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T18:15:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-05T20:25:00.000Z"
},
"carrierCode": "AF",
"number": "1801",
"aircraft": {
"code": "320"
},
"operating": {
"carrierCode": "JN"
},
"id": "83",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-05T23:35:00.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T07:10:00.000Z"
},
"carrierCode": "AF",
"number": "442",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "84",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
}
],
"price": {
"currency": "USD",
"total": "8514.14",
"base": "8289.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": "4848.57",
"base": "4736.00"
},
"fareDetailsBySegment": [
{
"segmentId": "49",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "50",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "51",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "83",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
},
{
"segmentId": "84",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
}
]
},
{
"travelerId": "2",
"fareOption": "STANDARD",
"travelerType": "CHILD",
"price": {
"currency": "USD",
"total": "3665.57",
"base": "3553.00"
},
"fareDetailsBySegment": [
{
"segmentId": "49",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "50",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "51",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "83",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
},
{
"segmentId": "84",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
}
]
}
]
},
{
"type": "flight-offer",
"id": "35",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT22H20M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T21:05:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T12:20:00.000Z"
},
"carrierCode": "KL",
"number": "2410",
"aircraft": {
"code": "772"
},
"operating": {
"carrierCode": "AF"
},
"id": "28",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T14:30:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T15:45:00.000Z"
},
"carrierCode": "KL",
"number": "1234",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "29",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T20:45:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T23:25:00.000Z"
},
"carrierCode": "KL",
"number": "1707",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "30",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT15H5M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:05:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-05T22:15:00.000Z"
},
"carrierCode": "AF",
"number": "1101",
"aircraft": {
"code": "320"
},
"operating": {
"carrierCode": "JN"
},
"id": "79",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-05T23:35:00.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T07:10:00.000Z"
},
"carrierCode": "AF",
"number": "442",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "80",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
}
],
"price": {
"currency": "USD",
"total": "8514.14",
"base": "8289.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": "4848.57",
"base": "4736.00"
},
"fareDetailsBySegment": [
{
"segmentId": "28",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "29",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "30",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "79",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
},
{
"segmentId": "80",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
}
]
},
{
"travelerId": "2",
"fareOption": "STANDARD",
"travelerType": "CHILD",
"price": {
"currency": "USD",
"total": "3665.57",
"base": "3553.00"
},
"fareDetailsBySegment": [
{
"segmentId": "28",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "29",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "30",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "79",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
},
{
"segmentId": "80",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
}
]
}
]
},
{
"type": "flight-offer",
"id": "36",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT22H20M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T21:05:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T12:20:00.000Z"
},
"carrierCode": "KL",
"number": "2410",
"aircraft": {
"code": "772"
},
"operating": {
"carrierCode": "AF"
},
"id": "28",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T14:30:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T15:45:00.000Z"
},
"carrierCode": "KL",
"number": "1234",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "29",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T20:45:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T23:25:00.000Z"
},
"carrierCode": "KL",
"number": "1707",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "30",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT16H55M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T18:15:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-05T20:25:00.000Z"
},
"carrierCode": "AF",
"number": "1801",
"aircraft": {
"code": "320"
},
"operating": {
"carrierCode": "JN"
},
"id": "83",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-05T23:35:00.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T07:10:00.000Z"
},
"carrierCode": "AF",
"number": "442",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "84",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
}
],
"price": {
"currency": "USD",
"total": "8514.14",
"base": "8289.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": "4848.57",
"base": "4736.00"
},
"fareDetailsBySegment": [
{
"segmentId": "28",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "29",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "30",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "83",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
},
{
"segmentId": "84",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
}
]
},
{
"travelerId": "2",
"fareOption": "STANDARD",
"travelerType": "CHILD",
"price": {
"currency": "USD",
"total": "3665.57",
"base": "3553.00"
},
"fareDetailsBySegment": [
{
"segmentId": "28",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "29",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "30",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "83",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
},
{
"segmentId": "84",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
}
]
}
]
},
{
"type": "flight-offer",
"id": "37",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT22H20M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T21:05:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T12:20:00.000Z"
},
"carrierCode": "KL",
"number": "2410",
"aircraft": {
"code": "772"
},
"operating": {
"carrierCode": "AF"
},
"id": "31",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T18:40:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T20:00:00.000Z"
},
"carrierCode": "KL",
"number": "1244",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "32",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T20:45:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T23:25:00.000Z"
},
"carrierCode": "KL",
"number": "1707",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "33",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT15H5M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:05:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-05T22:15:00.000Z"
},
"carrierCode": "AF",
"number": "1101",
"aircraft": {
"code": "320"
},
"operating": {
"carrierCode": "JN"
},
"id": "79",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-05T23:35:00.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T07:10:00.000Z"
},
"carrierCode": "AF",
"number": "442",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "80",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
}
],
"price": {
"currency": "USD",
"total": "8514.14",
"base": "8289.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": "4848.57",
"base": "4736.00"
},
"fareDetailsBySegment": [
{
"segmentId": "31",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "32",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "33",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "79",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
},
{
"segmentId": "80",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
}
]
},
{
"travelerId": "2",
"fareOption": "STANDARD",
"travelerType": "CHILD",
"price": {
"currency": "USD",
"total": "3665.57",
"base": "3553.00"
},
"fareDetailsBySegment": [
{
"segmentId": "31",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "32",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "33",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "79",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
},
{
"segmentId": "80",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
}
]
}
]
},
{
"type": "flight-offer",
"id": "38",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT22H20M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T21:05:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T12:20:00.000Z"
},
"carrierCode": "KL",
"number": "2410",
"aircraft": {
"code": "772"
},
"operating": {
"carrierCode": "AF"
},
"id": "31",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T18:40:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T20:00:00.000Z"
},
"carrierCode": "KL",
"number": "1244",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "32",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T20:45:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T23:25:00.000Z"
},
"carrierCode": "KL",
"number": "1707",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "33",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT16H55M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T18:15:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-05T20:25:00.000Z"
},
"carrierCode": "AF",
"number": "1801",
"aircraft": {
"code": "320"
},
"operating": {
"carrierCode": "JN"
},
"id": "83",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-05T23:35:00.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T07:10:00.000Z"
},
"carrierCode": "AF",
"number": "442",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "84",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
}
],
"price": {
"currency": "USD",
"total": "8514.14",
"base": "8289.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": "4848.57",
"base": "4736.00"
},
"fareDetailsBySegment": [
{
"segmentId": "31",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "32",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "33",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "83",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
},
{
"segmentId": "84",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
}
]
},
{
"travelerId": "2",
"fareOption": "STANDARD",
"travelerType": "CHILD",
"price": {
"currency": "USD",
"total": "3665.57",
"base": "3553.00"
},
"fareDetailsBySegment": [
{
"segmentId": "31",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "32",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "33",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "83",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
},
{
"segmentId": "84",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
}
]
}
]
},
{
"type": "flight-offer",
"id": "39",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT23H5M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00.000Z"
},
"carrierCode": "KL",
"number": "2412",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "1",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T10:20:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T11:45:00.000Z"
},
"carrierCode": "KL",
"number": "1230",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "2",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T17:05:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T19:35:00.000Z"
},
"carrierCode": "KL",
"number": "1705",
"aircraft": {
"code": "73J"
},
"operating": {
"carrierCode": "KL"
},
"id": "3",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT15H5M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:05:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-05T22:15:00.000Z"
},
"carrierCode": "AF",
"number": "1101",
"aircraft": {
"code": "320"
},
"operating": {
"carrierCode": "JN"
},
"id": "79",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-05T23:35:00.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T07:10:00.000Z"
},
"carrierCode": "AF",
"number": "442",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "80",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
}
],
"price": {
"currency": "USD",
"total": "8514.14",
"base": "8289.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": "4848.57",
"base": "4736.00"
},
"fareDetailsBySegment": [
{
"segmentId": "1",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "2",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "3",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "79",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
},
{
"segmentId": "80",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
}
]
},
{
"travelerId": "2",
"fareOption": "STANDARD",
"travelerType": "CHILD",
"price": {
"currency": "USD",
"total": "3665.57",
"base": "3553.00"
},
"fareDetailsBySegment": [
{
"segmentId": "1",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "2",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "3",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "79",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
},
{
"segmentId": "80",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
}
]
}
]
},
{
"type": "flight-offer",
"id": "40",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT23H5M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00.000Z"
},
"carrierCode": "KL",
"number": "2412",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "1",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T10:20:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T11:45:00.000Z"
},
"carrierCode": "KL",
"number": "1230",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "2",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T17:05:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T19:35:00.000Z"
},
"carrierCode": "KL",
"number": "1705",
"aircraft": {
"code": "73J"
},
"operating": {
"carrierCode": "KL"
},
"id": "3",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT16H55M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T18:15:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-05T20:25:00.000Z"
},
"carrierCode": "AF",
"number": "1801",
"aircraft": {
"code": "320"
},
"operating": {
"carrierCode": "JN"
},
"id": "83",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-05T23:35:00.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T07:10:00.000Z"
},
"carrierCode": "AF",
"number": "442",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "84",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
}
],
"price": {
"currency": "USD",
"total": "8514.14",
"base": "8289.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": "4848.57",
"base": "4736.00"
},
"fareDetailsBySegment": [
{
"segmentId": "1",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "2",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "3",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "83",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
},
{
"segmentId": "84",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
}
]
},
{
"travelerId": "2",
"fareOption": "STANDARD",
"travelerType": "CHILD",
"price": {
"currency": "USD",
"total": "3665.57",
"base": "3553.00"
},
"fareDetailsBySegment": [
{
"segmentId": "1",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "2",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "3",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "83",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
},
{
"segmentId": "84",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
}
]
}
]
},
{
"type": "flight-offer",
"id": "41",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT23H5M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00.000Z"
},
"carrierCode": "KL",
"number": "2412",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "4",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T09:05:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T10:30:00.000Z"
},
"carrierCode": "KL",
"number": "1224",
"aircraft": {
"code": "73W"
},
"operating": {
"carrierCode": "KL"
},
"id": "5",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T17:05:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T19:35:00.000Z"
},
"carrierCode": "KL",
"number": "1705",
"aircraft": {
"code": "73J"
},
"operating": {
"carrierCode": "KL"
},
"id": "6",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT15H5M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:05:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-05T22:15:00.000Z"
},
"carrierCode": "AF",
"number": "1101",
"aircraft": {
"code": "320"
},
"operating": {
"carrierCode": "JN"
},
"id": "79",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-05T23:35:00.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T07:10:00.000Z"
},
"carrierCode": "AF",
"number": "442",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "80",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
}
],
"price": {
"currency": "USD",
"total": "8514.14",
"base": "8289.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": "4848.57",
"base": "4736.00"
},
"fareDetailsBySegment": [
{
"segmentId": "4",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "5",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "6",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "79",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
},
{
"segmentId": "80",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
}
]
},
{
"travelerId": "2",
"fareOption": "STANDARD",
"travelerType": "CHILD",
"price": {
"currency": "USD",
"total": "3665.57",
"base": "3553.00"
},
"fareDetailsBySegment": [
{
"segmentId": "4",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "5",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "6",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "79",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
},
{
"segmentId": "80",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
}
]
}
]
},
{
"type": "flight-offer",
"id": "42",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT23H5M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00.000Z"
},
"carrierCode": "KL",
"number": "2412",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "4",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T09:05:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T10:30:00.000Z"
},
"carrierCode": "KL",
"number": "1224",
"aircraft": {
"code": "73W"
},
"operating": {
"carrierCode": "KL"
},
"id": "5",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T17:05:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T19:35:00.000Z"
},
"carrierCode": "KL",
"number": "1705",
"aircraft": {
"code": "73J"
},
"operating": {
"carrierCode": "KL"
},
"id": "6",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT16H55M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T18:15:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-05T20:25:00.000Z"
},
"carrierCode": "AF",
"number": "1801",
"aircraft": {
"code": "320"
},
"operating": {
"carrierCode": "JN"
},
"id": "83",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-05T23:35:00.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T07:10:00.000Z"
},
"carrierCode": "AF",
"number": "442",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "84",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
}
],
"price": {
"currency": "USD",
"total": "8514.14",
"base": "8289.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": "4848.57",
"base": "4736.00"
},
"fareDetailsBySegment": [
{
"segmentId": "4",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "5",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "6",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "83",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
},
{
"segmentId": "84",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
}
]
},
{
"travelerId": "2",
"fareOption": "STANDARD",
"travelerType": "CHILD",
"price": {
"currency": "USD",
"total": "3665.57",
"base": "3553.00"
},
"fareDetailsBySegment": [
{
"segmentId": "4",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "5",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "6",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "83",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
},
{
"segmentId": "84",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
}
]
}
]
},
{
"type": "flight-offer",
"id": "43",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT23H5M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00.000Z"
},
"carrierCode": "KL",
"number": "2412",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "7",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T09:35:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T11:00:00.000Z"
},
"carrierCode": "KL",
"number": "1228",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "8",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T17:05:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T19:35:00.000Z"
},
"carrierCode": "KL",
"number": "1705",
"aircraft": {
"code": "73J"
},
"operating": {
"carrierCode": "KL"
},
"id": "9",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT15H5M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:05:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-05T22:15:00.000Z"
},
"carrierCode": "AF",
"number": "1101",
"aircraft": {
"code": "320"
},
"operating": {
"carrierCode": "JN"
},
"id": "79",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-05T23:35:00.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T07:10:00.000Z"
},
"carrierCode": "AF",
"number": "442",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "80",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
}
],
"price": {
"currency": "USD",
"total": "8514.14",
"base": "8289.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": "4848.57",
"base": "4736.00"
},
"fareDetailsBySegment": [
{
"segmentId": "7",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "8",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "9",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "79",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
},
{
"segmentId": "80",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
}
]
},
{
"travelerId": "2",
"fareOption": "STANDARD",
"travelerType": "CHILD",
"price": {
"currency": "USD",
"total": "3665.57",
"base": "3553.00"
},
"fareDetailsBySegment": [
{
"segmentId": "7",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "8",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "9",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "79",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
},
{
"segmentId": "80",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
}
]
}
]
},
{
"type": "flight-offer",
"id": "44",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT23H5M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00.000Z"
},
"carrierCode": "KL",
"number": "2412",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "7",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T09:35:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T11:00:00.000Z"
},
"carrierCode": "KL",
"number": "1228",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "8",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T17:05:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T19:35:00.000Z"
},
"carrierCode": "KL",
"number": "1705",
"aircraft": {
"code": "73J"
},
"operating": {
"carrierCode": "KL"
},
"id": "9",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT16H55M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T18:15:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-05T20:25:00.000Z"
},
"carrierCode": "AF",
"number": "1801",
"aircraft": {
"code": "320"
},
"operating": {
"carrierCode": "JN"
},
"id": "83",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-05T23:35:00.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T07:10:00.000Z"
},
"carrierCode": "AF",
"number": "442",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "84",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
}
],
"price": {
"currency": "USD",
"total": "8514.14",
"base": "8289.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": "4848.57",
"base": "4736.00"
},
"fareDetailsBySegment": [
{
"segmentId": "7",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "8",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "9",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "83",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
},
{
"segmentId": "84",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
}
]
},
{
"travelerId": "2",
"fareOption": "STANDARD",
"travelerType": "CHILD",
"price": {
"currency": "USD",
"total": "3665.57",
"base": "3553.00"
},
"fareDetailsBySegment": [
{
"segmentId": "7",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "8",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "9",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "83",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
},
{
"segmentId": "84",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
}
]
}
]
},
{
"type": "flight-offer",
"id": "45",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT23H5M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00.000Z"
},
"carrierCode": "KL",
"number": "2412",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "10",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T14:30:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T15:45:00.000Z"
},
"carrierCode": "KL",
"number": "1234",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "11",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T17:05:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T19:35:00.000Z"
},
"carrierCode": "KL",
"number": "1705",
"aircraft": {
"code": "73J"
},
"operating": {
"carrierCode": "KL"
},
"id": "12",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT15H5M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:05:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-05T22:15:00.000Z"
},
"carrierCode": "AF",
"number": "1101",
"aircraft": {
"code": "320"
},
"operating": {
"carrierCode": "JN"
},
"id": "79",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-05T23:35:00.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T07:10:00.000Z"
},
"carrierCode": "AF",
"number": "442",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "80",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
}
],
"price": {
"currency": "USD",
"total": "8514.14",
"base": "8289.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": "4848.57",
"base": "4736.00"
},
"fareDetailsBySegment": [
{
"segmentId": "10",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "11",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "12",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "79",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
},
{
"segmentId": "80",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
}
]
},
{
"travelerId": "2",
"fareOption": "STANDARD",
"travelerType": "CHILD",
"price": {
"currency": "USD",
"total": "3665.57",
"base": "3553.00"
},
"fareDetailsBySegment": [
{
"segmentId": "10",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "11",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "12",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "79",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
},
{
"segmentId": "80",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
}
]
}
]
},
{
"type": "flight-offer",
"id": "46",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT23H5M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00.000Z"
},
"carrierCode": "KL",
"number": "2412",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "10",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T14:30:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T15:45:00.000Z"
},
"carrierCode": "KL",
"number": "1234",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "11",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T17:05:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T19:35:00.000Z"
},
"carrierCode": "KL",
"number": "1705",
"aircraft": {
"code": "73J"
},
"operating": {
"carrierCode": "KL"
},
"id": "12",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT16H55M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T18:15:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-05T20:25:00.000Z"
},
"carrierCode": "AF",
"number": "1801",
"aircraft": {
"code": "320"
},
"operating": {
"carrierCode": "JN"
},
"id": "83",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-05T23:35:00.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T07:10:00.000Z"
},
"carrierCode": "AF",
"number": "442",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "84",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
}
],
"price": {
"currency": "USD",
"total": "8514.14",
"base": "8289.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": "4848.57",
"base": "4736.00"
},
"fareDetailsBySegment": [
{
"segmentId": "10",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "11",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "12",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "83",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
},
{
"segmentId": "84",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
}
]
},
{
"travelerId": "2",
"fareOption": "STANDARD",
"travelerType": "CHILD",
"price": {
"currency": "USD",
"total": "3665.57",
"base": "3553.00"
},
"fareDetailsBySegment": [
{
"segmentId": "10",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "11",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "12",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "83",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
},
{
"segmentId": "84",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
}
]
}
]
},
{
"type": "flight-offer",
"id": "47",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT26H55M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00.000Z"
},
"carrierCode": "KL",
"number": "2412",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "52",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T09:05:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T10:30:00.000Z"
},
"carrierCode": "KL",
"number": "1224",
"aircraft": {
"code": "73W"
},
"operating": {
"carrierCode": "KL"
},
"id": "53",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T20:45:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T23:25:00.000Z"
},
"carrierCode": "KL",
"number": "1707",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "54",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT15H5M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:05:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-05T22:15:00.000Z"
},
"carrierCode": "AF",
"number": "1101",
"aircraft": {
"code": "320"
},
"operating": {
"carrierCode": "JN"
},
"id": "79",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-05T23:35:00.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T07:10:00.000Z"
},
"carrierCode": "AF",
"number": "442",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "80",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
}
],
"price": {
"currency": "USD",
"total": "8514.14",
"base": "8289.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": "4848.57",
"base": "4736.00"
},
"fareDetailsBySegment": [
{
"segmentId": "52",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "53",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "54",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "79",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
},
{
"segmentId": "80",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
}
]
},
{
"travelerId": "2",
"fareOption": "STANDARD",
"travelerType": "CHILD",
"price": {
"currency": "USD",
"total": "3665.57",
"base": "3553.00"
},
"fareDetailsBySegment": [
{
"segmentId": "52",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "53",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "54",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "79",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
},
{
"segmentId": "80",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
}
]
}
]
},
{
"type": "flight-offer",
"id": "48",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT26H55M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00.000Z"
},
"carrierCode": "KL",
"number": "2412",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "52",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T09:05:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T10:30:00.000Z"
},
"carrierCode": "KL",
"number": "1224",
"aircraft": {
"code": "73W"
},
"operating": {
"carrierCode": "KL"
},
"id": "53",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T20:45:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T23:25:00.000Z"
},
"carrierCode": "KL",
"number": "1707",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "54",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT16H55M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T18:15:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-05T20:25:00.000Z"
},
"carrierCode": "AF",
"number": "1801",
"aircraft": {
"code": "320"
},
"operating": {
"carrierCode": "JN"
},
"id": "83",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-05T23:35:00.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T07:10:00.000Z"
},
"carrierCode": "AF",
"number": "442",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "84",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
}
],
"price": {
"currency": "USD",
"total": "8514.14",
"base": "8289.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": "4848.57",
"base": "4736.00"
},
"fareDetailsBySegment": [
{
"segmentId": "52",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "53",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "54",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "83",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
},
{
"segmentId": "84",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
}
]
},
{
"travelerId": "2",
"fareOption": "STANDARD",
"travelerType": "CHILD",
"price": {
"currency": "USD",
"total": "3665.57",
"base": "3553.00"
},
"fareDetailsBySegment": [
{
"segmentId": "52",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "53",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "54",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "83",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
},
{
"segmentId": "84",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
}
]
}
]
},
{
"type": "flight-offer",
"id": "49",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT26H55M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00.000Z"
},
"carrierCode": "KL",
"number": "2412",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "55",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T09:35:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T11:00:00.000Z"
},
"carrierCode": "KL",
"number": "1228",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "56",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T20:45:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T23:25:00.000Z"
},
"carrierCode": "KL",
"number": "1707",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "57",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT15H5M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T20:05:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-05T22:15:00.000Z"
},
"carrierCode": "AF",
"number": "1101",
"aircraft": {
"code": "320"
},
"operating": {
"carrierCode": "JN"
},
"id": "79",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-05T23:35:00.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T07:10:00.000Z"
},
"carrierCode": "AF",
"number": "442",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "80",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
}
],
"price": {
"currency": "USD",
"total": "8514.14",
"base": "8289.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": "4848.57",
"base": "4736.00"
},
"fareDetailsBySegment": [
{
"segmentId": "55",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "56",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "57",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "79",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
},
{
"segmentId": "80",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
}
]
},
{
"travelerId": "2",
"fareOption": "STANDARD",
"travelerType": "CHILD",
"price": {
"currency": "USD",
"total": "3665.57",
"base": "3553.00"
},
"fareDetailsBySegment": [
{
"segmentId": "55",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "56",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "57",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "79",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
},
{
"segmentId": "80",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
}
]
}
]
},
{
"type": "flight-offer",
"id": "50",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-03-01T00:00:00.000Z",
"numberOfBookableSeats": 9,
"itineraries": [
{
"duration": "PT26H55M",
"segments": [
{
"departure": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-01T16:30:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-02T07:35:00.000Z"
},
"carrierCode": "KL",
"number": "2412",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "55",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-02T09:35:00.000Z"
},
"arrival": {
"iataCode": "AMS",
"at": "2020-03-02T11:00:00.000Z"
},
"carrierCode": "KL",
"number": "1228",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "56",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "AMS",
"at": "2020-03-02T20:45:00.000Z"
},
"arrival": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-02T23:25:00.000Z"
},
"carrierCode": "KL",
"number": "1707",
"aircraft": {
"code": "73H"
},
"operating": {
"carrierCode": "KL"
},
"id": "57",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT16H55M",
"segments": [
{
"departure": {
"iataCode": "MAD",
"terminal": "2",
"at": "2020-03-05T18:15:00.000Z"
},
"arrival": {
"iataCode": "CDG",
"terminal": "2F",
"at": "2020-03-05T20:25:00.000Z"
},
"carrierCode": "AF",
"number": "1801",
"aircraft": {
"code": "320"
},
"operating": {
"carrierCode": "JN"
},
"id": "83",
"numberOfStops": 0,
"blacklistedInEU": false
},
{
"departure": {
"iataCode": "CDG",
"terminal": "2E",
"at": "2020-03-05T23:35:00.000Z"
},
"arrival": {
"iataCode": "GIG",
"terminal": "2",
"at": "2020-03-06T07:10:00.000Z"
},
"carrierCode": "AF",
"number": "442",
"aircraft": {
"code": "77W"
},
"operating": {
"carrierCode": "AF"
},
"id": "84",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
}
],
"price": {
"currency": "USD",
"total": "8514.14",
"base": "8289.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": "4848.57",
"base": "4736.00"
},
"fareDetailsBySegment": [
{
"segmentId": "55",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "56",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "57",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J",
"includedCheckedBags": {
"quantity": 2
}
},
{
"segmentId": "83",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
},
{
"segmentId": "84",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y",
"includedCheckedBags": {
"quantity": 1
}
}
]
},
{
"travelerId": "2",
"fareOption": "STANDARD",
"travelerType": "CHILD",
"price": {
"currency": "USD",
"total": "3665.57",
"base": "3553.00"
},
"fareDetailsBySegment": [
{
"segmentId": "55",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "C"
},
{
"segmentId": "56",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "57",
"cabin": "BUSINESS",
"fareBasis": "CFFBR",
"class": "J"
},
{
"segmentId": "83",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
},
{
"segmentId": "84",
"cabin": "ECONOMY",
"fareBasis": "YFFBR",
"class": "Y"
}
]
}
]
}
],
"dictionaries": {
"locations": {
"MAD": {
"cityCode": "MAD",
"countryCode": "ES"
},
"GIG": {
"cityCode": "RIO",
"countryCode": "BR"
},
"CDG": {
"cityCode": "PAR",
"countryCode": "FR"
},
"AMS": {
"cityCode": "AMS",
"countryCode": "NL"
}
}
}
}
}
}
}
},
"GETAirOffersReply": {
"description": "Successful Operation",
"content": {
"application/vnd.amadeus+json": {
"schema": {
"title": "Success",
"required": [
"data"
],
"type": "object",
"properties": {
"warnings": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Issue"
}
},
"meta": {
"$ref": "#/components/schemas/Collection_Meta_Link"
},
"data": {
"type": "array",
"items": {
"$ref": "#/components/schemas/FlightOffer"
}
},
"dictionaries": {
"$ref": "#/components/schemas/Dictionaries"
}
},
"example": {
"meta": {
"count": 1,
"links": {
"self": "https://test.api.amadeus.com/v1/shopping/flight-offers?originLocationCode=SYD&destinationLocationCode=BKK&departureDate=2020-01-01&returnDate=2020-01-05&adults=2¤cyCode=AUD&includedAirlineCodes=TG&max=1"
}
},
"data": [
{
"type": "flight-offer",
"id": "1",
"source": "GDS",
"instantTicketingRequired": false,
"nonHomogeneous": false,
"oneWay": false,
"lastTicketingDate": "2020-01-01T00:00:00.000Z",
"numberOfBookableSeats": 4,
"itineraries": [
{
"duration": "PT9H25M",
"segments": [
{
"departure": {
"iataCode": "SYD",
"terminal": "1",
"at": "2020-01-01T10:00:00.000Z"
},
"arrival": {
"iataCode": "BKK",
"at": "2020-01-01T15:25:00.000Z"
},
"carrierCode": "TG",
"number": "476",
"aircraft": {
"code": "747"
},
"operating": {
"carrierCode": "TG"
},
"id": "1",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
},
{
"duration": "PT9H20M",
"segments": [
{
"departure": {
"iataCode": "BKK",
"at": "2020-01-05T17:50:00.000Z"
},
"arrival": {
"iataCode": "SYD",
"terminal": "1",
"at": "2020-01-06T07:10:00.000Z"
},
"carrierCode": "TG",
"number": "475",
"aircraft": {
"code": "747"
},
"operating": {
"carrierCode": "TG"
},
"id": "2",
"numberOfStops": 0,
"blacklistedInEU": false
}
]
}
],
"price": {
"currency": "AUD",
"total": "1324.86",
"base": "1165.00",
"fees": [
{
"amount": "0.00",
"type": "SUPPLIER"
},
{
"amount": "0.00",
"type": "TICKETING"
}
]
},
"pricingOptions": {
"fareType": [
"PUBLISHED"
],
"includedCheckedBagsOnly": true
},
"validatingAirlineCodes": [
"TG"
],
"travelerPricings": [
{
"travelerId": "1",
"fareOption": "STANDARD",
"travelerType": "ADULT",
"price": {
"currency": "AUD",
"total": "1324.86",
"base": "1165.00"
},
"fareDetailsBySegment": [
{
"segmentId": "1",
"cabin": "ECONOMY",
"fareBasis": "W1MRTG",
"class": "W",
"includedCheckedBags": {
"weight": 20,
"weightUnit": "KG"
}
},
{
"segmentId": "2",
"cabin": "ECONOMY",
"fareBasis": "W1MRTG",
"class": "W",
"includedCheckedBags": {
"weight": 20,
"weightUnit": "KG"
}
}
]
}
]
}
],
"dictionaries": {
"locations": {
"BKK": {
"cityCode": "BKK",
"countryCode": "TH"
},
"SYD": {
"cityCode": "SYD",
"countryCode": "AU"
}
},
"aircraft": {
"747": "BOEING 747 ALL SERIES PASSENGER"
},
"currencies": {
"EUR": "EURO"
},
"carriers": {
"TG": "THAI AIRWAYS INTERNATIONAL"
}
}
}
}
}
}
},
"400_Search": {
"description": "code | title \n------- | ------------------------------------- \n425 | INVALID DATE\n477 | INVALID FORMAT\n572 | INVALID OPTION\n2668 | PARAMETER COMBINATION INVALID/RESTRICTED\n2781 | INVALID LENGTH\n4926 | INVALID DATA RECEIVED\n9880 | SELECTED DATE IS TOO FAR IN THE FUTURE\n10661 | MAXIMUM NUMBER OF OCCURRENCES EXCEEDED \n32171 | MANDATORY DATA MISSING\n",
"content": {
"application/vnd.amadeus+json": {
"schema": {
"$ref": "#/components/schemas/Error_400"
}
}
}
}
},
"parameters": {
"getOverride": {
"name": "X-HTTP-Method-Override",
"in": "header",
"description": "the HTTP method to apply",
"required": true,
"schema": {
"type": "string",
"default": "GET"
}
},
"flight-orderId": {
"name": "flight-orderId",
"in": "path",
"description": "identifier of the flight order",
"required": true,
"schema": {
"type": "string"
}
}
}
},
"x-generatedAt": "2023-11-21T10:57:34.303Z",
"x-original-swagger-version": "2.0"
}