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

Adding the SR DOCS element with more than one passenger (Passenger ID issue with TYPE_PASSENGER_TATTOO) #58

Closed
zakch17 opened this issue Mar 31, 2017 · 2 comments

Comments

@zakch17
Copy link

zakch17 commented Mar 31, 2017

Hi,

I have a clear issue.

When we have more than one traveller, and we require to add the SR DOCS with the identifier of each traveller (TYPE_PASSENGER_TATTOO). The ID's first traveller does start from 2 and not 1. Thus when adding the SR Docs information we have to consider that traveller 1 has ID=2 and traveller 2 Has ID=3 and so on...
In this way, it works normally. Check the attached screen which depicts the creation of two travellers.

capture

@DerMika
Copy link
Collaborator

DerMika commented Mar 31, 2017

Is this 1 PNR_AddMultiElements where you are adding passengers as well as SRDOCS? Or are you adding SRDOCS to a previously created PNR?

If it's the first, you need to use TYPE_PASSENGER_REQUEST instead of TYPE_PASSENGER_TATTOO which means: "use the ID I've provided for this passenger". See previous issue here

@zakch17
Copy link
Author

zakch17 commented Mar 31, 2017

I do confirm it's working perfectly the way you described.

@zakch17 zakch17 closed this as completed Mar 31, 2017
atomy pushed a commit to mlamm/amadeus-ws-client that referenced this issue Nov 26, 2018
…A-3020 to master

* commit '0101378e10de34d9ac480bf3a568dc7b2bfe8222':
  FA-3020 review anmerkungen
  FA-3020 review anmerkungen
  FA-3020 review anmerkungen
  FA-3020
  FA-3020
  FA-3020
  FA-3020
  FA-3020
  FA-3020
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