OrderChangeNotification 19.2

Attachments:

Introduction

Order Change Notifications provide with the ability to send messages to inform Travel Agents on involuntary changes to reservations made in NDC channel such as schedule changes. UIA will send the OrderChangeNotif message to Travel Agents who have subscribed to receive these messages. OrderChangeNotificationRQ message contains data from PNR available in Amadeus queue (Q) 7. After success message delivery to the Travel Agent dedicated PNR removed from Q7. The OrderChangeNotificationRQ message also returns the information which flight has been changed. The information is available in <OperatingCarrierInfo> => <StatusCode> and <Warning> sections. In case OrderChangeNotif message delivery confirmation is not received the system will send an additional message and such PNR is not removed from Q7 until success delivery confirmation is received.

OrderChangeNotification Webservice

Limitations (This list is not exhaustive):

  • The service sends notification only for involuntarily changed flights;

  • The OrderChangeNotif message is sent to the endpoints provided by the Travel Agent;

  • Changes to such reservations cannot be done through NDC services.

  • Message structure: <soapenv:Envelope><soapenv:Body> Message... </soapenv:Body></soapenv:Envelope>

The output data this service returns include:

  • PNR change time;
  • Passenger contact details;
  • Flights details with a segment status;
  • Passenger first and last name;
  • PNR locator;
  • OrderID;
  • References between flights segments and passengers;
  • Warning section.

How do I subscribe for OrderChangeNotif?

In order to connect OrderChangeNotification service, contact your UIA manager at international.sales@flyuia.com or the UIA Help Desk at pshelpdesk@flyuia.com

Provide Live and Test endpoints parameters:

  • Travel Agent's system EndPoint Url;
  • API UserID;
  • API Password;
  • Agent Name;
  • List of OiDs where Q7 should be checked.

OrderChangeNotificationRQ structure

OrderChangeNotificationRQ
<IATA_OrderChangeNotifRQ xmlns="http://www.iata.org/IATA/2015/00/2019.2/IATA_OrderChangeNotifRQ" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.iata.org/IATA/2015/00/2019.2/IATA_OrderChangeNotifRQ ../NDC/19_2_schemas/IATA_OrderChangeNotifRQ.xsd">
<Notification>
        <ChangeGroup>
            <ChangeOperationGroup>
                <ChangeOperation>
                    <ChangeDateTime>2020-12-04T19:57:00.000</ChangeDateTime>
                    <ChangeTypeCode>S</ChangeTypeCode>
                    <New>
                        <DataLists>
                            <ContactInfoList>
                                <ContactInfo>
                                    <ContactInfoID>ContactInfo-PAX</ContactInfoID>
                                    <EmailAddress>
                                        <EmailAddressText>YF.NEWCUSTOMS@GMAIL.COM</EmailAddressText>
                                    </EmailAddress>
                                    <Phone/>
                                </ContactInfo>
                            </ContactInfoList>
                            <OriginDestList>
                                <OriginDest>
                                    <DestCode>WAW</DestCode>
                                    <OriginCode>LWO</OriginCode>
                                    <OriginDestID>OD1</OriginDestID>
                                    <PaxJourneyRefID>FL1</PaxJourneyRefID>
                                </OriginDest>
                                <OriginDest>
                                    <DestCode>LWO</DestCode>
                                    <OriginCode>WAW</OriginCode>
                                    <OriginDestID>OD2</OriginDestID>
                                    <PaxJourneyRefID>FL2</PaxJourneyRefID>
                                </OriginDest>
                            </OriginDestList>
                            <PaxJourneyList>
                                <PaxJourney>
                                    <PaxJourneyID>FL1</PaxJourneyID>
                                    <PaxSegmentRefID>SEG1</PaxSegmentRefID>
                                    <PaxSegmentRefID>SEG2</PaxSegmentRefID>
                                </PaxJourney>
                                <PaxJourney>
                                    <PaxJourneyID>FL2</PaxJourneyID>
                                    <PaxSegmentRefID>SEG3</PaxSegmentRefID>
                                    <PaxSegmentRefID>SEG4</PaxSegmentRefID>
                                </PaxJourney>
                            </PaxJourneyList>
                            <PaxList>
                                <Pax>
                                    <ContactInfoRefID>ContactInfo-PAX</ContactInfoRefID>
                                    <IdentityDoc>
                                        <CitizenshipCountryCode>UA</CitizenshipCountryCode>
                                        <ExpiryDate>2021-11-07</ExpiryDate>
                                        <IdentityDocID>ABC7890</IdentityDocID>
                                        <IdentityDocTypeCode>PT</IdentityDocTypeCode>
                                        <IssuingCountryCode>UA</IssuingCountryCode>
                                    </IdentityDoc>
                                    <Individual>
                                        <GenderCode>M</GenderCode>
                                        <GivenName>ZERO</GivenName>
                                        <Surname>TRAVELLER</Surname>
                                    </Individual>
                                    <LoyaltyProgramAccount>
                                        <AccountNumber>2342342342ADT</AccountNumber>
                                        <LoyaltyProgram>
                                            <ProgramCode>PC</ProgramCode>
                                        </LoyaltyProgram>
                                    </LoyaltyProgramAccount>
                                    <LoyaltyProgramAccount>
                                        <AccountNumber>4565475676ADT</AccountNumber>
                                        <LoyaltyProgram>
                                            <ProgramCode>PCC</ProgramCode>
                                        </LoyaltyProgram>
                                    </LoyaltyProgramAccount>
                                    <PaxID>PAX1</PaxID>
                                    <PTC>ADT</PTC>
                                </Pax>
                                <Pax>
                                    <ContactInfoRefID>ContactInfo-PAX</ContactInfoRefID>
                                    <IdentityDoc>
                                        <CitizenshipCountryCode>UA</CitizenshipCountryCode>
                                        <ExpiryDate>2021-11-07</ExpiryDate>
                                        <IdentityDocID>ABC7891</IdentityDocID>
                                        <IdentityDocTypeCode>PT</IdentityDocTypeCode>
                                        <IssuingCountryCode>UA</IssuingCountryCode>
                                    </IdentityDoc>
                                    <Individual>
                                        <GenderCode>M</GenderCode>
                                        <GivenName>ONE</GivenName>
                                        <Surname>TRAVELLER</Surname>
                                    </Individual>
                                    <LoyaltyProgramAccount>
                                        <AccountNumber>2342342342ADT</AccountNumber>
                                        <LoyaltyProgram>
                                            <ProgramCode>PCC</ProgramCode>
                                        </LoyaltyProgram>
                                    </LoyaltyProgramAccount>
                                    <PaxID>PAX2</PaxID>
                                    <PTC>ADT</PTC>
                                </Pax>
                            </PaxList>
                            <PaxSegmentList>
                                <PaxSegment>
                                    <Arrival>
                                        <AircraftScheduledDateTime>2021-06-01T08:10:00.000</AircraftScheduledDateTime>
                                        <IATA_LocationCode>KBP</IATA_LocationCode>
                                        <TerminalName>D</TerminalName>
                                    </Arrival>
                                    <DatedOperatingLeg>
                                        <Arrival>
                                            <IATA_LocationCode>KBP</IATA_LocationCode>
                                        </Arrival>
                                        <CarrierAircraftType>
                                            <CarrierAircraftTypeCode>737</CarrierAircraftTypeCode>
                                        </CarrierAircraftType>
                                        <DatedOperatingLegID>LG1</DatedOperatingLegID>
                                        <Dep>
                                            <IATA_LocationCode>LWO</IATA_LocationCode>
                                        </Dep>
                                    </DatedOperatingLeg>
                                    <Dep>
                                        <AircraftScheduledDateTime>2021-06-01T07:05:00.000</AircraftScheduledDateTime>
                                        <IATA_LocationCode>LWO</IATA_LocationCode>
                                    </Dep>
                                    <MarketingCarrierInfo>
                                        <CarrierDesigCode>PS</CarrierDesigCode>
                                        <MarketingCarrierFlightNumberText>34</MarketingCarrierFlightNumberText>
                                    </MarketingCarrierInfo>
                                    <OperatingCarrierInfo>
                                        <CarrierDesigCode>PS</CarrierDesigCode>
                                        <OperatingCarrierFlightNumberText>34</OperatingCarrierFlightNumberText>
                                        <StatusCode>TK</StatusCode>
                                    </OperatingCarrierInfo>
                                    <PaxSegmentID>SEG1</PaxSegmentID>
                                </PaxSegment>
                                <PaxSegment>
                                    <Arrival>
                                        <AircraftScheduledDateTime>2021-06-01T15:25:00.000</AircraftScheduledDateTime>
                                        <IATA_LocationCode>WAW</IATA_LocationCode>
                                    </Arrival>
                                    <DatedOperatingLeg>
                                        <Arrival>
                                            <IATA_LocationCode>WAW</IATA_LocationCode>
                                        </Arrival>
                                        <CarrierAircraftType>
                                            <CarrierAircraftTypeCode>737</CarrierAircraftTypeCode>
                                        </CarrierAircraftType>
                                        <DatedOperatingLegID>LG2</DatedOperatingLegID>
                                        <Dep>
                                            <IATA_LocationCode>KBP</IATA_LocationCode>
                                        </Dep>
                                    </DatedOperatingLeg>
                                    <Dep>
                                        <AircraftScheduledDateTime>2021-06-01T14:50:00.000</AircraftScheduledDateTime>
                                        <IATA_LocationCode>KBP</IATA_LocationCode>
                                        <TerminalName>D</TerminalName>
                                    </Dep>
                                    <MarketingCarrierInfo>
                                        <CarrierDesigCode>PS</CarrierDesigCode>
                                        <MarketingCarrierFlightNumberText>801</MarketingCarrierFlightNumberText>
                                    </MarketingCarrierInfo>
                                    <OperatingCarrierInfo>
                                        <CarrierDesigCode>PS</CarrierDesigCode>
                                        <OperatingCarrierFlightNumberText>801</OperatingCarrierFlightNumberText>
                                        <StatusCode>HK</StatusCode>
                                    </OperatingCarrierInfo>
                                    <PaxSegmentID>SEG2</PaxSegmentID>
                                </PaxSegment>
                                <PaxSegment>
                                    <Arrival>
                                        <AircraftScheduledDateTime>2021-06-10T13:15:00.000</AircraftScheduledDateTime>
                                        <IATA_LocationCode>KBP</IATA_LocationCode>
                                        <TerminalName>D</TerminalName>
                                    </Arrival>
                                    <DatedOperatingLeg>
                                        <Arrival>
                                            <IATA_LocationCode>KBP</IATA_LocationCode>
                                        </Arrival>
                                        <CarrierAircraftType>
                                            <CarrierAircraftTypeCode>737</CarrierAircraftTypeCode>
                                        </CarrierAircraftType>
                                        <DatedOperatingLegID>LG3</DatedOperatingLegID>
                                        <Dep>
                                            <IATA_LocationCode>WAW</IATA_LocationCode>
                                        </Dep>
                                    </DatedOperatingLeg>
                                    <Dep>
                                        <AircraftScheduledDateTime>2021-06-10T10:45:00.000</AircraftScheduledDateTime>
                                        <IATA_LocationCode>WAW</IATA_LocationCode>
                                    </Dep>
                                    <MarketingCarrierInfo>
                                        <CarrierDesigCode>PS</CarrierDesigCode>
                                        <MarketingCarrierFlightNumberText>802</MarketingCarrierFlightNumberText>
                                    </MarketingCarrierInfo>
                                    <OperatingCarrierInfo>
                                        <CarrierDesigCode>PS</CarrierDesigCode>
                                        <OperatingCarrierFlightNumberText>802</OperatingCarrierFlightNumberText>
                                        <StatusCode>UC</StatusCode>
                                    </OperatingCarrierInfo>
                                    <PaxSegmentID>SEG3</PaxSegmentID>
                                </PaxSegment>
                                <PaxSegment>
                                    <Arrival>
                                        <AircraftScheduledDateTime>2021-06-10T21:00:00.000</AircraftScheduledDateTime>
                                        <IATA_LocationCode>LWO</IATA_LocationCode>
                                    </Arrival>
                                    <DatedOperatingLeg>
                                        <Arrival>
                                            <IATA_LocationCode>LWO</IATA_LocationCode>
                                        </Arrival>
                                        <CarrierAircraftType>
                                            <CarrierAircraftTypeCode>737</CarrierAircraftTypeCode>
                                        </CarrierAircraftType>
                                        <DatedOperatingLegID>LG4</DatedOperatingLegID>
                                        <Dep>
                                            <IATA_LocationCode>KBP</IATA_LocationCode>
                                        </Dep>
                                    </DatedOperatingLeg>
                                    <Dep>
                                        <AircraftScheduledDateTime>2021-06-10T19:55:00.000</AircraftScheduledDateTime>
                                        <IATA_LocationCode>KBP</IATA_LocationCode>
                                        <TerminalName>D</TerminalName>
                                    </Dep>
                                    <MarketingCarrierInfo>
                                        <CarrierDesigCode>PS</CarrierDesigCode>
                                        <MarketingCarrierFlightNumberText>33</MarketingCarrierFlightNumberText>
                                    </MarketingCarrierInfo>
                                    <OperatingCarrierInfo>
                                        <CarrierDesigCode>PS</CarrierDesigCode>
                                        <OperatingCarrierFlightNumberText>33</OperatingCarrierFlightNumberText>
                                        <StatusCode>HK</StatusCode>
                                    </OperatingCarrierInfo>
                                    <PaxSegmentID>SEG4</PaxSegmentID>
                                </PaxSegment>
                            </PaxSegmentList>
                        </DataLists>
                        <Order>
                            <BookingRef>
                                <BookingEntity>
                                    <Carrier>
                                        <AirlineDesigCode>PS</AirlineDesigCode>
                                    </Carrier>
                                </BookingEntity>
                                <BookingID>WUUFL2</BookingID>
                            </BookingRef>
                            <OrderID>14afbbbd-035d-4386-a44d-0aabbe1aa703</OrderID>
                            <OrderItem>
                                <OrderItemID>OD-PAX1</OrderItemID>
                                <Service>
                                    <PaxRefID>PAX1</PaxRefID>
                                    <ServiceAssociations>
                                        <PaxSegmentRefID>SEG1</PaxSegmentRefID>
                                    </ServiceAssociations>
                                    <ServiceID>PAX1_SEG1</ServiceID>
                                </Service>
                                <Service>
                                    <PaxRefID>PAX1</PaxRefID>
                                    <ServiceAssociations>
                                        <PaxSegmentRefID>SEG2</PaxSegmentRefID>
                                    </ServiceAssociations>
                                    <ServiceID>PAX1_SEG2</ServiceID>
                                </Service>
                                <Service>
                                    <PaxRefID>PAX1</PaxRefID>
                                    <ServiceAssociations>
                                        <PaxSegmentRefID>SEG3</PaxSegmentRefID>
                                    </ServiceAssociations>
                                    <ServiceID>PAX1_SEG3</ServiceID>
                                </Service>
                                <Service>
                                    <PaxRefID>PAX1</PaxRefID>
                                    <ServiceAssociations>
                                        <PaxSegmentRefID>SEG4</PaxSegmentRefID>
                                    </ServiceAssociations>
                                    <ServiceID>PAX1_SEG4</ServiceID>
                                </Service>
                            </OrderItem>
                            <OrderItem>
                                <OrderItemID>OD-PAX2</OrderItemID>
                                <Service>
                                    <PaxRefID>PAX2</PaxRefID>
                                    <ServiceAssociations>
                                        <PaxSegmentRefID>SEG1</PaxSegmentRefID>
                                    </ServiceAssociations>
                                    <ServiceID>PAX2_SEG1</ServiceID>
                                </Service>
                                <Service>
                                    <PaxRefID>PAX2</PaxRefID>
                                    <ServiceAssociations>
                                        <PaxSegmentRefID>SEG2</PaxSegmentRefID>
                                    </ServiceAssociations>
                                    <ServiceID>PAX2_SEG2</ServiceID>
                                </Service>
                                <Service>
                                    <PaxRefID>PAX2</PaxRefID>
                                    <ServiceAssociations>
                                        <PaxSegmentRefID>SEG3</PaxSegmentRefID>
                                    </ServiceAssociations>
                                    <ServiceID>PAX2_SEG3</ServiceID>
                                </Service>
                                <Service>
                                    <PaxRefID>PAX2</PaxRefID>
                                    <ServiceAssociations>
                                        <PaxSegmentRefID>SEG4</PaxSegmentRefID>
                                    </ServiceAssociations>
                                    <ServiceID>PAX2_SEG4</ServiceID>
                                </Service>
                            </OrderItem>
                            <OwnerCode>PS</OwnerCode>
                        </Order>
                        <Warning>
                            <Code>320</Code>
                            <DescText>SEG1 status = TK</DescText>
                        </Warning>
                        <Warning>
                            <Code>320</Code>
                            <DescText>SEG3 status = UC</DescText>
                        </Warning>
                    </New>
                    <ReasonCode>790</ReasonCode>
                </ChangeOperation>
                <OrderVersion>1</OrderVersion>
            </ChangeOperationGroup>
        </ChangeGroup>
        <OrderID>14afbbbd-035d-4386-a44d-0aabbe1aa703</OrderID>
    </Notification>
    <Party>
        <Recipient>
            <TravelAgency>
                <Name>Agent123</Name>
                <PseudoCityID>IEVPS28ND</PseudoCityID>
            </TravelAgency>
        </Recipient>
        <Sender>
            <MarketingCarrier>
                <AirlineDesigCode>PS</AirlineDesigCode>
                <Name>Ukraine International Airlines</Name>
            </MarketingCarrier>
        </Sender>
    </Party>
</IATA_OrderChangeNotifRQ>

OrderChangeNotifRQ fields description

 Click here to expand...

M = Mandatory; O = Optional; C = Conditional

Field name
Description
M/O/C
Example

IATA_OrderChangeNotifRQ


M

<IATA_OrderChangeNotifRQ xmlns="http://www.iata.org/IATA/2015/00/2019.2/IATA_OrderChangeNotifRQ" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.iata.org/IATA/2015/00/2019.2/IATA_OrderChangeNotifRQ ../NDC/19_2_schemas/IATA_OrderChangeNotifRQ.xsd">
↳ NotificationOrder Change Notification.M
   ↳ ChangeGroup
M
      ↳ ChangeOperationGroupLogical grouping of one or more operations that leads to a new Order Version. Should not have multiple change operations to the same element.M
         ↳ ChangeOperationInstruction on addition, replacement or deletion of elements within an Order.M
            ↳ ChangeDateTime
M<ChangeDateTime>2020-11-19T10:52:00.000Z</ChangeDateTime>
            ↳ ChangeTypeCode

Padis 1245 Status indicator, coded

Supported value - S

M<ChangeTypeCode>S</ChangeTypeCode>
            ↳ New
O
               ↳ DataListsData List definition for this message.O
                  ↳ ContactInfoListContact info data list definition.O
                    ↳ ContactInfoThe electronic or geographic address which a party has provided as the contact channel. For example, contact email, contact postal address, contact phone number.M
                        ↳ ContactInfoIDUniquely Identifies a set of Contact Information, within the context of one message.O<ContactInfoID>ContactInfo-PAX</ContactInfoID>
                        ↳ EmailAddressThe email address which should be used for contact purposes.O
                           ↳ EmailAddressTextThe email address which should be used for contact purposes.M<EmailAddressText>TEST-AGENT@MAIL.COM</EmailAddressText>
                        ↳ PhoneA telephone number is a sequence of digits.O
                           ↳ PhoneNumberPhone number text.O<PhoneNumber>1208953712</PhoneNumber>
                  ↳ OriginDestListOrigin Destination data list definition.O
                     ↳ OriginDestThe Origin and Destination airport/city pair which confines a passenger journey or an aircraft flight.M
                          ↳ DestCodeIATA defined code identifying a city or station.M<DestCode>KBP</DestCode>
                         ↳ OriginCodeIATA defined code identifying a city or station.M<OriginCode>DXB</OriginCode>
                         ↳ OriginDestIDUniquely identifies an Origin Destination within the context of one message.O<OriginDestID>OD1</OriginDestID>
                          ↳ PaxJourneyRefIDUniquely identifies a Passenger Journey within the context of one message.O<PaxJourneyRefID>FL1</PaxJourneyRefID>
                  ↳ PaxJourneyListJourney data list definition.O
                     ↳ PaxJourneyA collection of segments which satisfies transportation of a passenger for a given origin and destination.M
                        ↳ DurationTotal journey time including the combined air time and connection times. In case of stopover, this may or may not include stopover durations.O<Duration>P0Y0M0DT5H10M0.000S</Duration>
                       ↳ PaxJourneyIDUniquely identifies a Passenger Journey within the context of one message.O<PaxJourneyID>FL1</PaxJourneyID>
                       ↳ PaxSegmentRefIDReference to a Passenger Segment ID within this message.M<PaxSegmentRefID>SEG1</PaxSegmentRefID>
                  ↳ PaxListPassenger data list definition.O
                    ↳ PaxAny person except members of the crew carried or to be carried with the consent of the carrier, on board of any transport vehicle such as aircraft, train, bus, ship. Holds the attributes specific to one booking, from shopping to fulfilment.M
                       ↳ ContactInfoRefIDReference to a Contact Info ID within this message.O<ContactInfoRefID>ContactInfo-PAX</ContactInfoRefID>
                       ↳ IdentityDocAny document which may be used to identify a person or verify aspects of a person's personal identity.O
                          ↳ CitizenshipCountryCodeISO Country Code O<CitizenshipCountryCode>UA</CitizenshipCountryCode>
                          ↳ ExpiryDateThe date the identity document expires.O<ExpiryDate>2021-11-07</ExpiryDate>
                          ↳ IdentityDocIDUniquely identifies the document from all other identity documents issued by the state or organization.M<IdentityDocID>ABC7891</IdentityDocID>
                          ↳ IdentityDocTypeCodeThe type of passenger document.M<IdentityDocTypeCode>PT</IdentityDocTypeCode>
                          ↳ IssuingCountryCodeISO Country CodeO<IssuingCountryCode>UA</IssuingCountryCode>
                        ↳ IndividualA single human being as distinct from a group, class, or family.O
                           ↳ BirthdateThe date on which an individual was born.O<Birthdate>1980-09-25</Birthdate>
                           ↳ GenderCodeGender of the individual (M, F, or X for unspecified).O<GenderCode>M</GenderCode>
                           ↳ GivenNameIndividual's first or given name.O<GivenName>ONE</GivenName>
                           ↳ SurnameIndividual's family name, last name.M<Surname>TRAVELLER</Surname>
                          ↳ TitleNameA word such as Mr., Mrs., Miss or Dr that is used before an individual's name to indicate the gender, profession or marital status.O<TitleName>Mrs</TitleName>
                        ↳ LoyaltyProgramAccountAn account set up for a customer within a rewards program which holds funds on behalf of that customer.O
                           ↳ AccountNumberLoyalty Program account number.O<AccountNumber>2342342555</AccountNumber>
                           ↳ LoyaltyProgramA rewards program offered by a company to customers who frequently make purchases, which may give a customer advanced access to new products, special sales coupons or free merchandise.M
                              ↳ ProgramCode

Loyalty Program ID

Supported codes:

  • PC - Panorama Club
  • PCC - Panorama Club Corporate
O<ProgramCode>PC</ProgramCode>
                        ↳ PaxIDUniquely identifies a Passenger within the context of one message.M<PaxID>PAX1</PaxID>
                       ↳ PaxRefIDReference to a Passenger ID within this message, associating an infant on lap to this adult Passenger.O<PaxRefID>PAX2</PaxRefID>
                        ↳ PTCType code applying to the Passenger which typically drives pricing.
<PTC>ADT</PTC>
                  ↳ PaxSegmentListSegment data list definition.O
                     ↳ PaxSegmentTransportation of a passenger on a Dated Operating Segment.M
                        ↳ ArrivalThe action or process of arriving of a transport vehicle in any place or location.M
                           ↳ AircraftScheduledDateTimeThe Scheduled Date and Time of Arrival of the aircraft at the terminal or departure gate at an airport.O<AircraftScheduledDateTime>2020-11-18T08:05:00</AircraftScheduledDateTime>
                          ↳ IATA_LocationCodeIATA defined code identifying a city or station.O<IATA_LocationCode>DXB</IATA_LocationCode>
                         ↳ TerminalNameThe name of the terminal.O<TerminalName>D</TerminalName>
                       ↳ DatedOperatingLegThe nonstop operation of a transport vehicle between the departure station and the arrival station. Can be used for aircrafts as well as other transport vehicles such as train or bus etc.O
                           ↳ ArrivalThe action or process of arriving of a transport vehicle in any place or location.M
                              ↳ IATA_LocationCodeIATA defined code identifying a city or station.O<IATA_LocationCode>WAW</IATA_LocationCode>
                           ↳ CarrierAircraftTypeCarrier defined internal grouping of aircrafts with the same form, function and specification.O
                             ↳ CarrierAircraftTypeCodeInternal code used by a carrier to identify the type of aircraft.O<CarrierAircraftTypeCode>737</CarrierAircraftTypeCode>
                           ↳ DatedOperatingLegIDUniquely identifies a leg within the context of one message.O<DatedOperatingLegID>LG1</DatedOperatingLegID>
                          ↳ DepThe action or process of leaving of a transport vehicle from any place or location.M
                              ↳ IATA_LocationCodeIATA defined code identifying a city or station.
<IATA_LocationCode>KBP</IATA_LocationCode>
                       ↳ DepThe action or process of leaving of a transport vehicle from any place or location.M
                           ↳ AircraftScheduledDateTimeThe Scheduled Date and Time of Arrival of the aircraft at the terminal or departure gate at an airport.O<AircraftScheduledDateTime>2020-11-18T04:05:00</AircraftScheduledDateTime>
                           ↳ IATA_LocationCodeIATA defined code identifying a city or station.O<IATA_LocationCode>KBP</IATA_LocationCode>
                           ↳ TerminalNameThe name of the terminal.O<TerminalName>F</TerminalName>
                        ↳ DurationTotal segment time including the combined air time and connection times of any legs.O<Duration>P0Y0M0DT5H10M0.000S</Duration>
                        ↳ MarketingCarrierInfoThe commercial designation under which a Dated Operating Segment can be booked, either under the operating carrier's designator or that of another carrier (codeshare).M
                          ↳ CarrierDesigCodeAirline code assigned to a carrier. Either ICAO-defined 3-character code or IATA-defined 2-character code.M<CarrierDesigCode>PS</CarrierDesigCode>
                          ↳ MarketingCarrierFlightNumberTextThe numerical designation of a flight as it is marketed by a carrier.M<MarketingCarrierFlightNumberText>374</MarketingCarrierFlightNumberText>
                        ↳ OperatingCarrierInfoAn operation between board point and any subsequent off point within the same flight designator. Could be one or more legs. Could also be used for other transport vehicles such as train or bus etc.O
                           ↳ CarrierDesigCodeAirline code assigned to a carrier. Either ICAO-defined 3-character code or IATA-defined 2-character code.O<CarrierDesigCode>PS</CarrierDesigCode>
                           ↳ OperatingCarrierFlightNumberTextThe numerical designation of a flight as it is operated by a carrier.O<OperatingCarrierFlightNumberText>374</OperatingCarrierFlightNumberText>
                           ↳ StatusCode

Flight Status.

Possible values:

  • HN - Holding Need
  • HK - Hold confirmed
  • KK - Confirming
  • TK - Confirming, advise passenger new times
  • TN - Holding need, advise passenger new times
  • UC - Unable flight closed - Have not waitlisted
  • UN - Unable, does not operate
O<StatusCode>UC</StatusCode>
                        ↳ PaxSegmentIDUniquely identifies a Passenger Segment within the context of one message.O<PaxSegmentID>SEG1</PaxSegmentID>
               ↳ OrderA uniquely identified record of the agreement of one party with another to receive products and services under specified terms and conditions. Order supports the sale of a flexible range of airline products and services that are not necessarily Journey based (e.g. subscription services).M
                  ↳ BookingRefInformation related to a booking or reservation.O
                     ↳ BookingEntityAirline or Organization assigning the booking information.M
                        ↳ CarrierThe organization which carries the passenger, baggage, or goods, and/or commits to delivering the carriage as well as any related services such as the issuance of the ticket, creation of Order, etc.C
                           ↳ AirlineDesigCodeAirline code assigned to a carrier. Either ICAO-defined 3-character code or IATA-defined 2-character code.M<AirlineDesigCode>PS</AirlineDesigCode>
                    ↳ BookingIDExisting booking reference Identifier.M<BookingID>PUGTVG</BookingID>
                  ↳ OrderIDCarrier assigned ID which uniquely identifies a specific Order across several messages.O<OrderID>2f2fe638-a218-4f5d-a733-2f294449f4b3</OrderID>
                  ↳ OrderItemAn individually priced item within an Order made up of one or more Services.M

                     ↳ OrderItemID


Carrier assigned ID which uniquely identifies a specific Order across several messages.M<OrderItemID>OD-PAX1</OrderItemID>
                        ↳ ServiceThe instance of a specific flight or Service Definition as it has been offered (and eventually ordered and consumed) in the context of a specific Offer and/or Order.M
                           ↳ PaxRefID  Uniquely identifies a Passenger within the context of one message.M<PaxRefID>PAX1</PaxRefID>

                          ↳ ServiceAssociations

References to the details of this Service. May include either Passenger Journeys, a Service Definition, or a Selected Seat.M
                              ↳ PaxSegmentRefIDReference to a Passenger Segment ID within this message.C<PaxSegmentRefID>SEG2</PaxSegmentRefID>
                          ↳ ServiceIDUniquely Identifies a Service within the context of one message.
<ServiceID>PAX1_SEG1_InclBag1</ServiceID>
                    ↳ OwnerCodeAirline code assigned to a carrier. Either ICAO-defined 3-character code or IATA-defined 2-character code.M<OwnerCode>PS</OwnerCode>
                  ↳ WarningContains information related to potential business errors detected during processing of the preceding request.O
                     ↳ CodeThe code corresponding to the processing warning as defined by PADIS 9321O<Code>320</Code>
                     ↳ DescTextFree text description of the provided warning.O<DescText>SEG1 status = UC</DescText>
               ↳ ReasonCode

PADIS 1225 Message function, coded 

Supported values:

  • F -  No action required
  • 790 - Reissue due to schedule change
M<ReasonCode>790</ReasonCode>
            ↳ OrderVersionVersion of the OrderM<OrderVersion>1</OrderVersion>
      ↳ OrderIDCarrier assigned ID which uniquely identifies a specific Order across several messages.M<OrderID>cfbdc8da-f6e8-4553-b001-d749474f476f</OrderID>
↳ PartyNDC Message/ Transaction Party(s) information.M
   ↳ RecipientInformation related to the party receiving this message.O
      ↳ TravelAgencyA private retailer or public service that provides travel and tourism related services to the public on behalf of suppliers such as activities, airlines, car rentals, cruise lines, hotels, railways, travel insurance, and package tours.O
         ↳ NameAgency name.O<Name>TravelAgent</Name>
         ↳ PseudoCityIDAn identifier for Office ID.O<PseudoCityID>IEVPS28ND</PseudoCityID>
   ↳ SenderInformation related to the party sending this message.M
      ↳ MarketingCarrierThe organization which carries the passenger.M
         ↳ AirlineDesigCodeAirline code assigned to a carrier. Either ICAO-defined 3-character code or IATA-defined 2-character code.O<AirlineDesigCode>PS</AirlineDesigCode>
         ↳ NameCommercial name of the carrier.O<Name>Ukraine International Airlines</Name>

© 2021 SOLRING HOLDINGS LIMITED. All rights reserved.