Code Block |
---|
| <Party>
<Sender>
<TravelAgencySender>
<Name>TEST TRAVEL AGENCY</Name>
<Contacts>
<Contact>
<EmailContact>
<Address>agencia@prueba.com</Address>
</EmailContact>
<PhoneContact>
<Application>MOBILE</Application>
<Number>+34#########</Number>
</PhoneContact>
<Name>
<Surname>Perez-Nieto</Surname>
<Given>Pepe</Given>
</Name>
</Contact>
</Contacts>
<IATA_Number>########</IATA_Number>
<AgencyID>TESTTRAVELAGENCY</AgencyID>
</TravelAgencySender>
</Sender>
<Participants>
<Participant>
<TravelAgencyParticipant SequenceNumber="2">
<IATA_Number>78298065</IATA_Number>
<AgencyID>Barceló</AgencyID>
</TravelAgencyParticipant>
</Participant>
<Participant>
<AggregatorParticipant SequenceNumber="3">
<AggregatorID>00010113</AggregatorID>
</AggregatorParticipant>
</Participant>
</Participants>
</Party> |
REMEMBER - - When using IATA Delegation, the Sender is always the Servicing IATA and the TravelAgencyParticipant is always the Responsible IATA. Therefore, no Type element is necessary to identify the role each is playing. |