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

NEED TICKETING ARRANGEMENT and NEED RECEIVED FROM error while CommitPNRRQ #419

Open
MA-Rineesh-Narayanan opened this issue Oct 20, 2020 · 1 comment

Comments

@MA-Rineesh-Narayanan
Copy link

I am getting the below error while doing the commitPNR request. All the xml request and response are attached. The error details is available in the 19-Oct-2020__CommitPNRRS.txt

ERROR AT END OF TRANSACTION TIME
ERROR AT EOT TIME
NEED RECEIVED FROM
NEED TICKETING ARRANGEMENT

19-Oct-2020__Fare_MasterPricerTravelBoardSearchTimeStamp.txt
19-Oct-2020__FarePricePNRWithBookingClassRQ.txt
19-Oct-2020__FarePricePNRWithBookingClassRS.txt
19-Oct-2020__FarePricePNRWithBookingClassTimeStamp.txt
19-Oct-2020__FMiniRule_GetFromRecRQ.txt
19-Oct-2020__FMiniRule_GetFromRecRS.txt
19-Oct-2020__PNRAddMultiElementsRQ.txt
19-Oct-2020__PNRAddMultiElementsRS.txt
19-Oct-2020__PNRAddMultiElementsTimeStamp.txt
19-Oct-2020__Security_SignOutRQ.txt
19-Oct-2020__Security_SignOutRS.txt
19-Oct-2020__TicketCreateTSTRQ.txt
19-Oct-2020__TicketCreateTSTRS.txt
19-Oct-2020__TicketCreateTSTTimeStamp.txt

19-Oct-2020__Fare_InformativeBestPricingWithoutPNRTimeStamp.txt
19-Oct-2020__Fare_MasterPricerTravelBoardSearchRQ.txt
19-Oct-2020__Fare_MasterPricerTravelBoardSearchRS.txt

19-Oct-2020__Air_SellFromRecommendationRQ.txt
19-Oct-2020__Air_SellFromRecommendationRS.txt
19-Oct-2020__Air_SellFromRecommendationTimeStamp.txt
19-Oct-2020__CommitPNRRQ.txt
19-Oct-2020__CommitPNRRS.txt
19-Oct-2020__CommitPNRTimeStamp.txt
19-Oct-2020__Fare_CheckRulesRQ.txt
19-Oct-2020__Fare_CheckRulesRS.txt
19-Oct-2020__Fare_InformativeBestPricingWithoutPNRRQ.txt
19-Oct-2020__Fare_InformativeBestPricingWithoutPNRRS.txt

@DerMika
Copy link
Collaborator

DerMika commented Feb 12, 2021

This is way too late to respond to, sorry, but the error is there:

NEED RECEIVED FROM
NEED TICKETING ARRANGEMENT

When you create a PNR, these elements should be present before you can save a PNR.

See the samples here: https://github.com/amabnl/amadeus-ws-client/blob/master/docs/samples.rst#pnr-addmultielements

Received From: a Amadeus\Client\RequestOptions\Pnr\Element\ReceivedFrom element. (should not be needed, the library auto-adds that element on pnr creation or modification.. ??)

Ticketing arrangement: an Amadeus\Client\RequestOptions\Pnr\Element\Ticketing element. https://github.com/amabnl/amadeus-ws-client/blob/master/docs/samples/pnr-create-modify.rst#ticketing-element-tk

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

No branches or pull requests

2 participants