- Created by Valentina Maio, last modified by Alvaro Chaparro on Feb 22, 2024
You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 7 Next »
Release 2024.04
Examples of messages with complete flows can be downloaded from here.
The response is the OrderViewRS
New or modified element | To be removed/deprecated | Unique to v2 - Branded Fares | Unique to V1 - Fare Families |
Common Sections
Common Sections HTTP Header
Language, Version and Name Space
Point of Sale
Document
Party
Sender Section
Participant Section
Recipient Section - (only for OCN message)
|
In addition to the Common Sections, this service is called with the following data:
Query
Query Query - Common
Query - AcceptRepricedOrder
Query - PassengerServicing
Query - OrderServicing
Query - Payments
|
OrderChangeMetadata
OrderChangeMetadata
|
DataLists / PassengerList
DataLists - PassengerList
|
DataLists / ContactList
DataLists - ContactList
|
DataLists / FlightSegmentList
DataLists - FlightSegmentList
|
DataLists / InstructionsList
DataLists - InstructionsList
|
Example OrderChangeRQ:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.iata.org/IATA/EDIST/2017.2"> <soapenv:Header/> <soapenv:Body> <OrderChangeRQ Version="5.000" PrimaryLangID="es" xmlns="http://www.iata.org/IATA/EDIST/2017.2"> <PointOfSale> <Location> <CountryCode>ES</CountryCode> </Location> </PointOfSale> <Document> <ReferenceVersion>5.000</ReferenceVersion> </Document> <Party> <Sender> <TravelAgencySender> <IATA_Number>78288254</IATA_Number> <AgencyID>firstAgency</AgencyID> </TravelAgencySender> </Sender> <Participants> <Participant> <AggregatorParticipant SequenceNumber="1"> <AggregatorID>00000022</AggregatorID> </AggregatorParticipant> </Participant> </Participants> </Party> <Query> <OrderID>IB5908506ad86443e48f241f318a18bb26OC</OrderID> <PassengerServicing> <New PassengerID="ADULT_02"> <ActionType>Add</ActionType> </New> </PassengerServicing> </Query> <DataLists> <PassengerList> <Passenger PassengerID="ADULT_01"> <PTC>ADT</PTC> <Birthdate>1965-12-20</Birthdate> <Individual IndividualID="IND_ADULT_01"> <Gender>Male</Gender> <NameTitle>MR</NameTitle> <GivenName>JANE</GivenName> <Surname>SMITH</Surname> </Individual> <FOID> <FOID_Number>30000529L</FOID_Number> <FOID_Type>NI</FOID_Type> </FOID> <ContactInfoRef>ADULT_01_CONTACT</ContactInfoRef> </Passenger> <Passenger PassengerID="ADULT_02"> <PTC>ADT</PTC> <Birthdate>1955-04-01</Birthdate> <Individual IndividualID="IND_ADULT_02"> <Gender>Female</Gender> <NameTitle>MRS</NameTitle> <GivenName>BAMBI</GivenName> <Surname>DISNEY RESERVAS</Surname> </Individual> <FOID> <FOID_Number>47226285V</FOID_Number> <FOID_Type>NI</FOID_Type> </FOID> <ContactInfoRef>ADULT_01_CONTACT</ContactInfoRef> </Passenger> </PassengerList> <ContactList> <ContactInformation ContactID="ADULT_01_CONTACT"> <ContactType/> <ContactProvided> <EmailAddress> <EmailAddressValue>iteggo.cavalos@iberia.es</EmailAddressValue> </EmailAddress> </ContactProvided> <ContactProvided> <Phone> <Label>Passenger</Label> <PhoneNumber>+34666554433</PhoneNumber> </Phone> <Phone> <Label>Emergency</Label> <PhoneNumber>34666554433</PhoneNumber> </Phone> </ContactProvided> <Individual> <GivenName>CONTACTO</GivenName> <Surname>EMERGENCIA</Surname> </Individual> </ContactInformation> <ContactInformation ContactID="Payer"> <ContactType>Payer</ContactType> <ContactProvided> <EmailAddress> <EmailAddressValue>accept@accept.com</EmailAddressValue> </EmailAddress> </ContactProvided> <ContactProvided> <Phone> <PhoneNumber>1273211111</PhoneNumber> </Phone> </ContactProvided> <IndividualRef>IND_ADULT_01</IndividualRef> </ContactInformation> </ContactList> <FlightSegmentList> <FlightSegment SegmentKey="IB042320240527"> <Departure> <AirportCode>BIO</AirportCode> <Date>2024-05-27</Date> <Time>09:15</Time> <AirportName>Bilbao</AirportName> </Departure> <Arrival> <AirportCode>MAD</AirportCode> <Date>2024-05-27</Date> <Time>10:25</Time> <ChangeOfDay>0</ChangeOfDay> <AirportName>Madrid Adolfo Suarez-Barajas</AirportName> <Terminal> <Name>4</Name> </Terminal> </Arrival> <MarketingCarrier> <AirlineID>IB</AirlineID> <Name>Iberia</Name> <FlightNumber>0423</FlightNumber> </MarketingCarrier> <OperatingCarrier> <AirlineID>IB</AirlineID> <Name>Iberia</Name> <FlightNumber>0423</FlightNumber> <Disclosures> <Description> <Text>IB</Text> </Description> </Disclosures> </OperatingCarrier> <Equipment> <AircraftCode>32A</AircraftCode> <Name>Airbus A320 (Sharklets)</Name> </Equipment> <FlightDetail> <FlightDuration> <Value>PT1H10M</Value> </FlightDuration> </FlightDetail> </FlightSegment> <FlightSegment SegmentKey="IB380420240527"> <Departure> <AirportCode>MAD</AirportCode> <Date>2024-05-27</Date> <Time>15:40</Time> <AirportName>Madrid Adolfo Suarez-Barajas</AirportName> <Terminal> <Name>4</Name> </Terminal> </Departure> <Arrival> <AirportCode>IBZ</AirportCode> <Date>2024-05-27</Date> <Time>16:55</Time> <ChangeOfDay>0</ChangeOfDay> <AirportName>Ibiza</AirportName> </Arrival> <MarketingCarrier> <AirlineID>IB</AirlineID> <Name>Iberia</Name> <FlightNumber>3804</FlightNumber> </MarketingCarrier> <OperatingCarrier> <AirlineID>I2</AirlineID> <Name>Iberia Express</Name> <Disclosures> <Description> <Text>I2</Text> </Description> </Disclosures> </OperatingCarrier> <Equipment> <AircraftCode>32Q</AircraftCode> <Name>Airbus A321neo</Name> </Equipment> <FlightDetail> <FlightDuration> <Value>PT1H15M</Value> </FlightDuration> </FlightDetail> </FlightSegment> </FlightSegmentList> <InstructionsList> <Instruction ListKey="Instruction_1"> <FreeFormTextInstruction refs="ADULT_02 IB042320240527 IB380420240527"> <Remark>BAGGAGE/SP/0DD</Remark> </FreeFormTextInstruction> </Instruction> </InstructionsList> </DataLists> </OrderChangeRQ> </soapenv:Body> </soapenv:Envelope>
Error messages
For further information about all kind of error messages, please go to the following link:
- No labels