Bug #29392
openTask#7584- nexusKite Mobile App: Implementation of FG user flow. - Amadeus - We are getting Basic Fare on LFS page , If we select Premium Economy Cabin Class on Search Page.
0%
Description
We are getting Basic Fare on LFS page , If we select Premium Economy Cabin Class on Search Page.
PFA,
Login to mobile app with FG User.
Click on Flight Module.
Click on one Way.
Search yul-yvr(28 May) One way.
Search Flight.
Click on Westjet Flight.
Check Branded Fare.
Files
Updated by sachin rana 1 day ago
- Assignee changed from Sachin Rana to sudheer kumar
Updated by alok Dubey 1 day ago
As discussed on the call, when we send the following request for a Premium Economy search, we receive only Economy class flight results. This functionality works correctly with Sabre and on the website, but the issue occurs specifically when using Amadeus.
End Point: https://a.uat.w.farenexushub.com/nexusapi/search
Request:
{
"language": "FR",
"ndcPromo": "",
"flight": [
{
"sequence": 1,
"departureAirport": "FLL",
"arrivalAirport": "ORD",
"departureDate": "2025-06-18"
},
{
"sequence": 2,
"departureAirport": "ORD",
"arrivalAirport": "FLL",
"departureDate": "2025-06-23"
}
],
"passenger": [
{
"type": "ADT",
"quantity": 1
}
],
"tripType": "RT",
"travelClass": "PCO",
"isDirectFlight": false,
"apiSource": "AMADEUS",
"agencyKey": "7698031553",
"clientId": "7699614374",
"username": "profile-user@farenexus.com",
"airline": "",
"pos": "ca",
"preferredAirlines": "",
"searchByTime": true,
"maxStops": "4",
"inclusiveFlights": [
"CB_GDS"
],
"snapCodes": [],
"regionId": null
}
Updated by alok Dubey 1 day ago
- Assignee changed from sudheer kumar to Abhay Kumar
Updated by Abhay Kumar 1 day ago
- Assignee changed from Abhay Kumar to alok Dubey
Hi Sir,
Pleaes add "travelClass": "PCO", parameter in both sequence 1, 2, and I have attached the correct xml structure for your reference.
{
"clientId": "9155493332",
"agencyKey": "9155244651",
"flight": [{
"sequence": 1,
"departureAirport": "YUL",
"arrivalAirport": "YYZ",
"departureDate": "2025-06-18",
"travelClass": "PCO"
}, {
"sequence": 2,
"departureAirport": "YYZ",
"arrivalAirport": "YUL",
"departureDate": "2025-06-26",
"travelClass": "PCO"
}],
"passenger": [{
"quantity": 1
}],
"tripType": "RT",
"travelClass": "PCO",
"inclusiveFlights": ["CB_GDS"],
"travelAgencyId": "1",
"apiSource": "NDCEXCHANGE",
"maxStops": "4",
"airline": "AC",
"searchByTime": true,
"username": "abhishek@farenexus.com",
"snapCodes": [{
}],
"regionId": "8"
}
Updated by alok Dubey 1 day ago
- Assignee changed from alok Dubey to abhishek sharma