{
"excludeAllotments": false,
"addOneWayOffers": true,
"maxFlightOffers": 250,
"maxPrice": 100,
"allowAlternativeFareOptions": true,
"oneFlightOfferPerDay": true,
"additionalInformation": {
"chargeableCheckedBags": true,
"brandedFares": true
},
"pricingOptions": {
"includedCheckedBagsOnly": true,
"refundableFare": true,
"noRestrictionFare": true,
"noPenaltyFare": true
},
"flightFilters": {
"crossBorderAllowed": false,
"moreOvernightsAllowed": false,
"returnToDepartureAirport": false,
"railSegmentAllowed": true,
"busSegmentAllowed": true,
"maxFlightTime": 200,
"carrierRestrictions": {
"blacklistedInEUAllowed": false,
"excludedCarrierCodes": [
"string"
],
"includedCarrierCodes": [
"string"
]
},
"cabinRestrictions": [
{
"cabin": "ECONOMY",
"originDestinationIds": [
1,
2
],
"coverage": "MOST_SEGMENTS"
}
],
"connectionRestriction": {
"maxNumberOfConnections": 2,
"nonStopPreferred": false,
"airportChangeAllowed": false,
"technicalStopsAllowed": true
}
}
}