-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Air ticket booking request shows warnings ? #247
Comments
Hi Arehmans, Each of the warnings are based on the fare and are valid in this scenario. If at the time of booking the fare is not valid anymore, the warning 'NO VALID FARE FOR INPUT CRITERIA'/'NO FARES' will show. Please run the Search and Price step again to get the correct fare in this case. Also, please try at least 3 months departureDate from now to get proper fares in PreProduction system. Thanks. |
least 3 months departure date from now to get proper fares in the PreProduction system." is this mandatory in a live system or just for production system. |
Hi Arehmans, Only in Test/PrePropduction system due to limited testing data. Thanks. |
ok, let me try your instructions and ping u if any issue. |
Hi @vivekjyotipramanik i changed the time now it is giving me some thing else error . Morever in air price infor already set ? air:FareCalcLON QF MEL 131.15QDEAL GB131.15END</air:FareCalc> |
Hi Arehmans, Could you please share the complete end to end flow xmls. Please share ariAvailReq/Rsp, AirPriceReq/Rsp as well. Thanks. |
@vivekjyotipramanik sure |
@vivekjyotipramanik please cehck this |
@vivekjyotipramanik for air avialblity |
Hi Arehmans, Still missing the AirPriceReq/Rsp files. AirPriceReq/Rsp creates the Pricing information which is being passed to BookingReq/Rsp. Could you please share those files. Thanks. |
hi, @vivekjyotipramanik All prices are defined in air creating code. what I understand about that code I am not creating another request for Air price. What I am doing first to search the availability and then start booking.However, i made some more changes and these changes given me some other error that is I think now entertainable can you plz check attached files for that specfic error |
Hi Arehmans, Looks like you are missing the process. You have to first do AirAvailabilityReq/Rsp or LowFareSearchReq/Rsp. Then you have to run AirPriceReq/Rsp with the itinerary you are selecting anf the AirPriceRsp will confirm the price and then you can take the price and go to the booking step. Please find below the link with the step by step process. https://support.travelport.com/webhelp/uapi/uapi.htm#SampleWeb/Air.htm%3FTocPath%3DSamples%7C_____2 The error air:ErrorMessageUNABLE - CLASS DOES NOT EXIST FOR THIS FLIGHT</air:ErrorMessage> , you are getting cause the ClassOfService 'O' is not available for this flight. You will get the proper ClassOfService in the AirAvailabilityRsp/LowFareRsp and you have to confirm the price using the AirPriceReq/Rsp. Thanks. |
Hi @vivekjyotipramanik can you please send me a demo code that contains all these steps. |
Hi Arehmans, The below code base all the sample code containing the steps. Thanks. |
HI @vivekjyotipramanik |
Hi Arehmans, I believe you have shared the request xml only. Could you please share the response xml as well. Thanks. |
HI @vivekjyotipramanik |
Hi Arehmans, You have again shared the bokingReq/Rsp. I need the PriceReq/Rsp to analyze the issue. Could you please share it. Thanks. |
Hi @vivekjyotipramanik |
Hi Arehmans, The price rsp you have shared, I am not seeing any issues with it and it looks absolutely fine. You have to use the the AirPricingSolution from the PriceRsp in the BookingReq. Thanks. |
Hi @vivekjyotipramanik let me try this in next step booking request |
Hi @vivekjyotipramanik i have tested that in my booking and I found following response |
Hi Arehmans, You are using <air:AirSegmentRef Key="K4YIQM8Q2BKARdGSCAAAAA=="/> which will not work, you havee use the complete AirSegment. You can get the complete AirSegment element instead fro =m the AirPriceRsp as well. Please find below the link to end to end flow samples. Thanks. |
HI attached my request for booking a ticket as well response. Can you please check the issue /warnings are coming .?
SMART.zip
The text was updated successfully, but these errors were encountered: