Skip to content
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

Repricing a booked flight #251

Open
MasoodRehman opened this issue Jul 27, 2020 · 2 comments
Open

Repricing a booked flight #251

MasoodRehman opened this issue Jul 27, 2020 · 2 comments

Comments

@MasoodRehman
Copy link

I am doing Repricing a booked flight by following the steps mentioned in the below link.
https://support.travelport.com/webhelp/uapi/Content/Booking/Modify/Modifying_Air_Bookings.htm#StorePrice

At AirPriceReq I am getting the following response

{
    "ResponseStatus": "fail",
    "ResponseMessage": "INVALID ENTRY-PRICE ALREADY EXISTS FOR FOLLOWING SEGMENTS/PTCS\n"
}

Yes, I know the AirPricingInfo already exists but that data no more valid after adding the second segment in AirReservation.

Before doing AirPriceReq, I had followed the below step for creating and modifying the AirReservation.

Created an AirReservation form (LHE -> KHI) by AirCreatReservationReq and then add another segment (KHI -> ISB) by UniversalCommand AirAdd. In AirAdd response I got a warning message (The reservation returned by the host changed. The segment information is now updated and the pricing data has not changed.) which is a valid message and PricingMethod in AirPricingInfo element become Reprice and PricingType remain StoredFare.

Note: I tried to drop the AirPricingInfo so I can get success response from AirPriceReq but upon dropping got fail response with a message (00000 INVALID TR NUMBER)

@vivekjyotipramanik

Thanks

@vivekjyotipramanik
Copy link
Contributor

Hi MasoodRehman,

Please share the full flow xml request and responses to analyze the issue. Thanks.

@RDGray
Copy link

RDGray commented Mar 9, 2023

Hi @MasoodRehman,

Did you found a solution to this problem ? Trying to figure out this issue too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants