97699513/amadeus_flightOffers.req.json

{
    "currencyCode": "EUR",
    "originDestinations": [
        {
            "id": "1",
            "originLocationCode": "CLJ",
            "destinationLocationCode": "IST",
            "departureDateTimeRange": {
                "date": "2026-03-24"
            }
        },
        {
            "id": "2",
            "originLocationCode": "IST",
            "destinationLocationCode": "CLJ",
            "departureDateTimeRange": {
                "date": "2026-03-29"
            }
        }
    ],
    "travelers": [
        {
            "id": 1,
            "travelerType": "ADULT",
            "fareOptions": [
                "STANDARD"
            ]
        },
        {
            "id": 2,
            "travelerType": "ADULT",
            "fareOptions": [
                "STANDARD"
            ]
        }
    ],
    "sources": [
        "PYTON",
        "GDS",
        "NDC"
    ],
    "searchCriteria": {
        "maxFlightOffers": 250,
        "additionalInformation": {
            "chargeableCheckedBags": false,
            "brandedFares": true
        },
        "pricingOptions": {
            "fareType": [
                "PUBLISHED",
                "NEGOTIATED"
            ],
            "includedCheckedBagsOnly": true
        },
        "flightFilters": {
            "connectionRestriction": {
                "maxNumberOfConnections": 0,
                "nonStopPreferred": true
            },
            "carrierRestrictions": {
                "includedCarrierCodes": [
                    "TK"
                ]
            }
        }
    }
}