-
Notifications
You must be signed in to change notification settings - Fork 191
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
Adding manual commission (FM) with PNR_AddMultiElements #45
Comments
Hi, (Besides using the message FOP_CreateFormOfPayment) there are 2 samples to add an FP to the PNR with PNR_AddMultiElements here: https://github.com/amabnl/amadeus-ws-client/blob/master/docs/samples/pnr-create-modify.rst#form-of-payment-fp They are an The library doesn't support FM elements just yet, but I can add it. |
Sorry, typo. I mean FM. |
Can you please check the functional docs of |
I think that example is enough. Amadeus support provided me this sample code. <dataElementsIndiv>
<elementManagementData>
<reference>
<qualifier>OT</qualifier>
<number>2</number>
</reference>
<segmentName>FM</segmentName>
</elementManagementData>
<commission>
<passengerType>PAX</passengerType>
<indicator>FM</indicator>
<commissionInfo>
<percentage>0</percentage>
</commissionInfo>
</commission>
</dataElementsIndiv>
|
Support for Check the docs for a sample: https://github.com/amabnl/amadeus-ws-client/blob/master/docs/samples/pnr-create-modify.rst#manual-commission-fm Don't hesitate to reopen this issue if it's not working for you! |
Thanks for the quick implementation. <Fare_MasterPricerTravelBoardSearchReply xmlns="http://xml.amadeus.com/FMPTBR_14_3_1A">
<errorMessage>
<applicationError>
<applicationErrorDetail>
<error>118</error>
</applicationErrorDetail>
</applicationError>
<errorMessageText>
<freeTextQualification>
<textSubjectQualifier>3</textSubjectQualifier>
</freeTextQualification>
<description>Transaction unable to process : AVL (712 / 301)</description>
</errorMessageText>
</errorMessage>
</Fare_MasterPricerTravelBoardSearchReply> I'm not sure if it is related with the latest commit. I was at v1.1.1 and then upgraded to 1.2.1 with FM implementation. Kindly advice. |
I've just tested 1.2.1 with a few MasterPricer calls, and they work fine here. Perhaps a temporary issue? So... I can't reproduce this with the information I have now. Can you open a separate issue with the MasterPricer call you're trying to perform so I can try to reproduce? |
It seems that it is a temporary issue. Works fine now. Thank you! |
Also, FM element support is not included in 1.2.1, it will be in 1.3.0. you'll need to switch your composer to 'dev-master' to test it. |
…AN-829-add-luggage-information-on-flight to master * commit 'c0fd68499d154cc7be18d2ba2a5d1ca21dd8931b': VAN-829 add luggage information on flight details in offer list (front & backend)
@fayax PLAEASE can you help me with this : i having this response : <s:Body> when im trying to search with business cabin class <s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> |
Hello,
How do I add FM with PNR_AddMultiElements to PNR?
I think it is already implemented. Any example will be appreciated.
Thanks
The text was updated successfully, but these errors were encountered: