Travelport / travelport-uapi-tutorial

The travelport-uapi-tutorial is a Java project for Universal API that will help you connect and code a standard workflow including Air and Hotel.
45 stars 34 forks source link

Urgent Issue... Booking with combination of Adult is not displaying proper fare #788

Open prajapati-ritesh opened 3 years ago

prajapati-ritesh commented 3 years ago

HI,

I am trying to book a ticket with combination of Adult. Like 1Adult, 1Infant. 1Adult, 1Child, 1Infant etc. Sometimes PNR generates sometines not. When I checked with generated PNR it is not showing exact amount in TravelPort site. It is showing some different amount. Also if I select flight with 1Stop it is not displaying proper booking information. Also it is showing different price when we check generated PNR with Travelport site.

I am creating application in MVC C#.

Please help me to resolve the issue asap.

Thanks.

RicOsiro commented 3 years ago

Hi,

you are facing many issues that have many possibilities reason, most of them is related to the request, missing attributes or elements, some combination of values, sometimes environment restrictions, etc. For example, fare/amount has many business logic and rules, so the reason the basic workflow should be followed.

https://support.travelport.com/webhelp/uapi/uAPI.htm#Getting_Started/High_Level_Workflows/Air_HL_Workflow.htm?TocPath=Getting%2520Started%257CHigh-Level%2520Workflows%257C_____1

My suggestion is, for each case open a issue and attach the xml request and response for the specific scenario to be analyzed. Or if you have already the official support you can also open a ticket.

Regards