...
Expand |
---|
title | OrderRetrieveRQ Market Peru UC04 example 2024 |
---|
|
Code Block |
---|
| <Location>
<CountryCode>PE</CountryCode>
</Location> |
|
Expand |
---|
title | OrderRetrieveRQ Reprice UC08 example 2024 |
---|
|
Code Block |
---|
| <Query>
<Filters>
<OrderID Owner="IB">IB0a88e0b496d7465286620feb1a282412OC</OrderID>
</Filters>
</Query> |
|
Expand |
---|
title | OrderRetrieveRQ IATA Delegation UC08 example 2024 |
---|
|
Code Block |
---|
| <Sender>
<TravelAgencySender>
<Name>AgencyName</Name>
<Contacts>
<Contact>
<EmailContact>
<Address>agency@agencyemail.com</Address>
</EmailContact>
<PhoneContact>
<Application>MOBILE</Application>
<Number>+666666666</Number>
</PhoneContact>
<Name>
<Surname>Perez</Surname>
<Given>Pepe</Given>
</Name>
</Contact>
</Contacts>
<IATA_Number>11111111</IATA_Number>
<AgencyID>First Agency</AgencyID>
</TravelAgencySender>
</Sender>
<Participant>
<TravelAgencyParticipant SequenceNumber="1">
<Name>AgencyName</Name>
<Contacts>
<Contact>
<EmailContact>
<Address>xxxxxx.xxxxx@xxxxx.es</Address>
</EmailContact>
<PhoneContact>
<Application>BUSINESS</Application>
<Number>+34666666555</Number>
</PhoneContact>
<Name>
<Surname>MartÃnez</Surname>
<Given>Pepe</Given>
</Name>
</Contact>
</Contacts>
<IATA_Number>22222222</IATA_Number>
<AgencyID>Second Agency</AgencyID>
</TravelAgencyParticipant>
</Participant> |
|
Expand |
---|
title | OrderRetrieveRQ Contact Agent UC09 example 2024 |
---|
|
Code Block |
---|
| <Sender>
<TravelAgencySender>
<Name>AgencyName</Name>
<Contacts>
<Contact>
<EmailContact>
<Address>agency@agencyemail.com</Address>
</EmailContact>
<PhoneContact>
<Application>MOBILE</Application>
<Number>+34666666666</Number>
</PhoneContact>
<Name>
<Surname>Perez</Surname>
<Given>Pepe</Given>
</Name>
</Contact>
</Contacts>
<IATA_Number>11112220</IATA_Number>
<AgencyID>First Agency</AgencyID>
</TravelAgencySender>
</Sender> |
|
Expand |
---|
title | OrderRetrieveRQ Market UC10 example 2024 |
---|
|
Code Block |
---|
| <PointOfSale>
<Location>
<CountryCode>CL</CountryCode>
</Location>
</PointOfSale> |
|
Response Body
OrderViewRS
Examples of messages with complete flows can be downloaded from here.
Error messages
For further information about all kind of error messages, please go to the following link:
...