...
The following is an example of an OCN message* generated by Iberia:
*The IATA 17.2 schema makes the OrderItems obligatory, however we do not include them.
Expand |
---|
title | OCN OrderChangeNotification Involuntary Cancel UC09 example 2024 |
---|
|
Code Block |
---|
<OrderChangeNotif Versionxmlns="5.000http://www.iata.org/IATA/EDIST/2017.2" xmlns:ns2="http://www.iataiberia.orgcom/IATA/EDISTNDC/SecurePayment/2017.2" Version="5.000">
<Document>
<ReferenceVersion>5.000</ReferenceVersion>
</Document>
<Party>
<Sender>
<!--Offer Responsible Airline-->
<TravelAgencySender>
<ORA_Sender><Name>AgencyName</Name>
<AirlineID>IB</AirlineID><Contacts>
<Name>Iberia</Name> <Contact>
</ORA_Sender>
</Sender>
<Participants><EmailContact>
<Participant>
<AggregatorParticipant SequenceNumber="1">
<Address>agency@agencyemail.com</Address>
<Name>AggregatorName<</Name>EmailContact>
<AggregatorID>00000000</AggregatorID><PhoneContact>
</AggregatorParticipant>
<<Application>MOBILE</Participant>Application>
</Participants>
<Recipient>
<TravelAgencyRecipient><Number>+34666666666</Number>
<Name>TravelAgencyName< </Name>PhoneContact>
<IATA_Number>XXXXXXXX</IATA_Number> <Name>
<AgencyID>77777777</AgencyID> <Surname>Perez</Surname>
</TravelAgencyRecipient>
</Recipient>
<<Given>Pepe</Party>Given>
<Query>
<Order OrderID="IB6dff0c0b748b48b29fe00d3d4711debdOP" Owner="IB">
<BookingReferences></Name>
<BookingReference> </Contact>
<ID>A1B2C<</ID>Contacts>
<AirlineID>IB</AirlineID><IATA_Number>11111111</IATA_Number>
<<AgencyID>First Agency</BookingReference>AgencyID>
</BookingReferences>TravelAgencySender>
</Order>Sender>
<Amendments><Participants>
<Amendment><Participant>
<ActionType<AggregatorParticipant ContextSequenceNumber="1">Update</ActionType>>
<Remarks>
<Remark>Flight Number Change</Remark> <AggregatorID>00000022</AggregatorID>
</Remarks>AggregatorParticipant>
</Amendment>Participant>
</Amendments>Participants>
</Query>
</OrderChangeNotif> |
|
*The IATA 17.2 schema makes the OrderItems obligatory, however we do not include them.
Example OrderChangeNotification 2024:
Expand |
---|
title | OrderChangeNotification Involuntary Cancel UC09 example 2024 |
---|
|
Code Block |
---|
Party>
<Query>
<Order OrderID="IBb50e394186454af88abe7e29bf6169adOC" Owner="IB">
<BookingReferences>
<BookingReference>
<ID>LEWS1</ID>
<AirlineID>IB</AirlineID>
</BookingReference>
</BookingReferences>
</Order>
<Amendments>
<Amendment>
<ActionType Context="3">CANCEL</ActionType>
<Remarks>
<Remark>0423</Remark>
</Remarks>
</Amendment>
</Amendments>
</Query>
</OrderChangeNotif> |
|
Examples of messages with complete flows can be downloaded from here.
...