-
Notifications
You must be signed in to change notification settings - Fork 30
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
Some of the AirPricingInfos are not associated with requested AirReservation #209
Comments
Hi salmanelahi93, Please share the below xmls to analyze the problem. Thanks.
|
We are using LowFareSearch instead of AirPrice. Please find all 4 XMLs in the attachment: LowFareSearchReq.txt |
Hi salmanelahi93, Could you please add PlatingCarrier in the AirPricingInfo on the AirCreateReservationReq and give it a try. Thanks. |
Still same issue after adding PlatingCarrier. Please find the req xml (with PlatingCarrier) below:
|
Hi salmanelahi93, Could you please share the full flow again. Thanks.
|
I already shared full flow. |
Hi salmanelahi93, I have not seen the TicketingRsp. Please share the same. Thanks. |
Im not able to receive TicketingRsp due to following exception: Some of the AirPricingInfos are not associated with requested AirReservation |
Hi salmanelahi93, Based on the reservation rsp you have shared the ticketing request should be like below. Thanks. <AirTicketingReq xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" TargetBranch="PXXXXXX">
<BillingPointOfSaleInfo OriginApplication="UAPI" xmlns="http://www.travelport.com/schema/common_v49_0" />
<AirReservationLocatorCode xmlns="http://www.travelport.com/schema/air_v49_0">AZJ7MZ</AirReservationLocatorCode>
<AirPricingInfoRef Key="OHo5yWmJ0BKAzU8PCDAAAA==" xmlns="http://www.travelport.com/schema/air_v49_0" />
<AirPricingInfoRef Key="OHo5yWmJ0BKA0U8PCDAAAA==" xmlns="http://www.travelport.com/schema/air_v49_0" />
<AirTicketingModifiers xmlns="http://www.travelport.com/schema/air_v49_0">
<FormOfPayment Type="MiscFormOfPayment" xmlns="http://www.travelport.com/schema/common_v49_0">
<MiscFormOfPayment Category="Text" />
</FormOfPayment>
</AirTicketingModifiers>
</AirTicketingReq> |
Have you verified the keys in LowFareSearchRsp, AirCreateReservationReq and AirCreateReservationRsp ? It seems that AirPricingInfokeys are wrong in AirCreateReservationRsp. Can you check (if you previously not verified) ? |
Hi salman-elahi, The AirPriceInfoKeys changes in the response and it is working as expected. You have to take the kesy from response and apply it in in next request. Thanks. |
Hi Vivek, I have got the error "One or more errors occurred. (*** INVALID FORMAT *** | *** INVALID FORMAT ***)" for AirCreateReservation. Can you please check the request xml of AirCreateReservation? I am not able to find what I am doing wrong. User Id - Universal API/uAPI8968938106-bec96be5
|
Hi Vivek,
"Some of the AirPricingInfos are not associated with requested AirReservation"
We found the above error while ticketing of adult with child/infant (Reservation successful in this case).
If we do ticketing only for adult, it succeeded.
I'm sharing Reservation and Ticketing request xml.
Reservation request XML:
Ticketing request XML:
The text was updated successfully, but these errors were encountered: