Query - Flight Offers Search

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

{

"originDestinations": [
{
"id": "1",
"originLocationCode": "CMN",
"destinationLocationCode": "AMS",
"departureDateTimeRange": {
"date": "2022-07-15"
}
},
{
"id": "2",
"originLocationCode": "AMS",
"destinationLocationCode": "CMN",
"departureDateTimeRange": {
"date": "2022-07-16"
}
}
],
"travelers": [
{
"id": "1",
"travelerType": "ADULT"
}
],
"sources": [
"GDS"
],
"searchCriteria": {
"maxFlightOffers": 15,
"addOneWayOffers": false,
"allowAlternativeFareOptions": false,
"additionalInformation": {
"chargeableCheckedBags": true,
"brandedFares": true,
"fareRules": false
},
"pricingOptions": {
"includedCheckedBagsOnly": false,
"refundableFare": false,
"noRestrictionFare": false,
"noPenaltyFare": false
},
"flightFilters": {
"connectionRestriction": {
"technicalStopsAllowed": false,
"airportChangeAllowed": false
},
"moreOvernightsAllowed": false
}
}
}

You might also like