Bug #29353
closedTask#7584- nexusKite Mobile App: Implementation of FG user flow. - Amadeus - When searching for the same Hotel scenario on both the mobile app and the web, we are getting results on web but not on Mobile app.
0%
Description
When searching for the same Hotel scenario on both the mobile app and the web, we are getting results on web but not on Mobile app.
PFA,
Login with FG user.
Search YUL, 19-30 MAY , 1 room and 2 guest.
Search.
Files
Updated by vanshaj vanshaj about 1 month ago
API : https://a.uat.w.farenexushub.com/nexusapi/hotelSearch
Request Body :
{
"clientId": "7699614374",
"agencyKey": "7698031553",
"hotelStay": {
"checkinDate": "2025-05-28",
"checkoutDate": "2025-05-30"
},
"roomWiseTraveler": [
{
"adultCount": "2",
"roomNo": "1"
}
],
"hotelSearchLocation": [
{
"cityCode": "YUL",
"cityName": "Montreal Pierre E.Trudeau Intl",
"hotelName": "",
"distance": {
"units": "KM",
"value": "20"
}
}
],
"hotelSearchModifier": {
"noOfRooms": "1",
"guestCount": "2",
"requestedCurrency": "CAD"
},
"apiSource": "AMADEUS",
"credPos": null,
"username": "neha.changotra@farenexus.com",
"corporateName": null,
"regionId": "0",
"hotelConfiguration": {
"hotelProperty": [],
"consortium": []
}
}
Response :
{
"error": {
"errorCode": "521",
"errorMessage": [
"Hotel Not Found"
]
}
}
Updated by vanshaj vanshaj about 1 month ago
API : https://a.uat.w.farenexushub.com/nexusapi/hotelSearch
Request Body :
{
"clientId": "7699614374",
"agencyKey": "7698031553",
"hotelStay": {
"checkinDate": "2025-05-28",
"checkoutDate": "2025-05-30"
},
"roomWiseTraveler": [
{
"adultCount": "2",
"roomNo": "1"
}
],
"hotelSearchLocation": [
{
"cityCode": "YUL",
"cityName": "Montreal Pierre E.Trudeau Intl",
"hotelName": "",
"distance": {
"units": "KM",
"value": "20"
}
}
],
"hotelSearchModifier": {
"noOfRooms": "1",
"guestCount": "2",
"requestedCurrency": "CAD"
},
"apiSource": "AMADEUS",
"credPos": "CA",
"username": "neha.changotra@farenexus.com",
"corporateName": null,
"regionId": "0",
"hotelConfiguration": {
"hotelProperty": [],
"consortium": []
}
}
Response :
{
"error": {
"errorCode": "521",
"errorMessage": [
"Hotel Not Found"
]
}
}
Updated by Anonymous about 1 month ago
- Assignee changed from Sachin Rana to vanshaj vanshaj
Updated by vanshaj vanshaj about 1 month ago
- Assignee changed from vanshaj vanshaj to Abhay Kumar
Updated by Abhay Kumar about 1 month ago
- Status changed from New to Resolved
- Assignee changed from Abhay Kumar to vanshaj vanshaj
Hi sir, I have checked the request and found that you are not sending two parameter in hotel req
"countryCode": "CA",
"referencePoint": "AIRPORT",
and I have attached the full req for your reference.
{
"clientId": "9159730681",
"agencyKey": "9155244651",
"hotelStay": {
"checkinDate": "2025-05-19",
"checkoutDate": "2025-05-30"
},
"roomWiseTraveler": [{
"adultCount": "1",
"roomNo": "1"
}],
"hotelSearchLocation": [{
"cityCode": "YUL",
"cityName": "Montreal Pierre E.Trudeau Intl",
"countryCode": "CA",
"referencePoint": "AIRPORT",
"distance": {
"units": "KM",
"value": "20"
}
}],
"hotelSearchModifier": {
"noOfRooms": "1",
"guestCount": "1",
"requestedCurrency": "CAD"
},
"apiSource": "AMADEUS",
"credPos": "CA",
"username": "arranger.india@yopmail.com",
"corporateName": "AIR INDIA",
"regionId": "8",
"projectSource": "NEXUSKITE"
}
Updated by sudheer kumar about 1 month ago
- Assignee changed from vanshaj vanshaj to smriti sharma
Updated by smriti sharma about 1 month ago
- File clipboard-202505191534-a1nio.png clipboard-202505191534-a1nio.png added
- Status changed from Resolved to Closed
Issue closed.