Endpoint URL:
https://api.platform.sabre.com/v6.1.0/shop/altdates/flights?mode=live


OTA_AirLowFareSearchRQ :
====================================
{
    "OTA_AirLowFareSearchRQ": {
        "Version": "6.1.0",
        "POS": {
            "Source": [
                {
                    "PseudoCityCode": "W76J",
                    "RequestorID": {
                        "Type": "1",
                        "ID": "1",
                        "CompanyName": {
                            "Code": "TN",
                            "content": "TN"
                        }
                    }
                }
            ]
        },
        "OriginDestinationInformation": [
            {
                "RPH": "1",
                "DepartureDateTime": "2024-09-10T11:00:00",
                "OriginLocation": {
                    "LocationCode": "MXP"
                },
                "DestinationLocation": {
                    "LocationCode": "DEL"
                }
            },
            {
                "RPH": "2",
                "DepartureDateTime": "2024-09-30T11:00:00",
                "OriginLocation": {
                    "LocationCode": "DEL"
                },
                "DestinationLocation": {
                    "LocationCode": "MXP"
                }
            }
        ],
        "TravelPreferences": {
            "ValidInterlineTicket": true
        },
        "TravelerInfoSummary": {
            "SeatsRequested": [
                1
            ],
            "AirTravelerAvail": [
                {
                    "PassengerTypeQuantity": [
                        {
                            "Code": "VFR",
                            "Quantity": 1
                        }
                    ]
                }
            ]
        },
        "TPA_Extensions": {
            "IntelliSellTransaction": {
                "RequestType": {
                    "Name": "AD3"
                }
            }
        }
    }
}


groupedItineraryResponse :
====================================
{
    "groupedItineraryResponse": {
        "version": "6.1.0",
        "messages": [
            {
                "severity": "Info",
                "type": "SERVER",
                "code": "GCC15-ISELL-TN-00-2025-02-00-DM57",
                "text": "27131"
            },
            {
                "severity": "Info",
                "type": "WORKERTHREAD",
                "code": "TRANSACTIONID",
                "text": "6985793079825676898"
            },
            {
                "severity": "Info",
                "type": "DRE",
                "code": "RULEID",
                "text": "22440"
            },
            {
                "severity": "Info",
                "type": "DEFAULT",
                "code": "RULEID",
                "text": "23705"
            },
            {
                "severity": "Info",
                "type": "SCHEDULES",
                "code": "MSG",
                "text": "NO FLIGHT SCHEDULES FOR QUALIFIERS USED"
            },
            {
                "severity": "Error",
                "type": "IF2",
                "code": "PROCESS",
                "text": "No complete journey can be built in IF2\/ADMF1."
            },
            {
                "severity": "Error",
                "type": "ERR",
                "code": "ERR",
                "text": "Error during Processing"
            }
        ],
        "statistics": {
            "itineraryCount": 0
        }
    }
}