OrderRetrieve (Standalone)

Introduction

The OrderRetrieve Webservice provides Travel Agents with the ability to retrieve the order.

This service returns the order details along with EMD details.

Attachments

OrderRetrieve Webservice

This service returns the order details. This service can only be used on existing bookings. 

Limitations (This list is not exhaustive)

  • PNR which was not created by the requester is not returned 
  • Other Airline's business rules can influence on PNR retrieve functionality

This web service is called with the following inputs:

  • Booking/PNR reference

The output data this service returns include:

  • OrderID (Booking reference or PNR reference)
  • Passenger details
  • Price details
  • Ancillary service details
  • Flight details
  • Payment Time Limit (OPC/Ticket Time Limit), if applicable
  • Commission info 
  • Bag details
  • E-TKT details with passenger association
  • EMD details with passenger association
  • Error message if something went wrong during payment or ticketing process

Access 

In order to access API, you will need to pass the following two headers for each call.

  • Authentication and authorization stand on protocol layer using basic HTTP authentication. Given username and password with separator “:” MUST be base64-encoded and passed as HTTP header “Authorization”. This header is mandatory for all requests. For example, if "TestLogin" set as the username and "TestPass" set as the password, then the field's value is base64-encoding of TestLogin: TestPass, or QWxhZGRpbjpPcGVuU2VzYW1l. Then the Authorization header will appear as Authorization: Basic QWxhZGRpbjpPcGVuU2VzYW1l

  • Header 'Content-Type: text/xml' 

OrderRetrieveRQ structure

Request order by PNR locator
<Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.iata.org/IATA/EDIST/2017.1 OrderRetrieveRQ.xsd">
	<Body>
		<OrderRetrieveRQ Version="17.1" PrimaryLangID="EN" xmlns="http://www.iata.org/IATA/EDIST/2017.1">
			<Document>
				<Name>PS</Name>
			</Document>
			<Party>
				<Sender>
					<TravelAgencySender>
						<Name>Agent</Name>
						<PseudoCity>IEVPS00PB</PseudoCity>
						<AgencyID>PB123</AgencyID>
					</TravelAgencySender>
				</Sender>
			</Party>
			<Query>
				<Filters>
					<BookingReferences>
						<BookingReference>
							<ID>R1A3SK</ID>
							<AirlineID>PS</AirlineID>
						</BookingReference>
					</BookingReferences>
				</Filters>
			</Query>
		</OrderRetrieveRQ>
	</Body>
</Envelope>
  OrderRetrieveRQ fields description

M = Mandatory; O = Optional; C = Conditional

Field name

Description

M/O/C

Example

OrderRetrieveRQ 

Attributes:

Version - Specify NDC schema message version. Always pass 17.1

PrimaryLangID - Specifies the agent’s preferred language. Service response will be returned in this language. IF not specified default language = EN


M


O

<OrderRetrieveRQ Version="17.1" PrimaryLangID="EN" xmlns="http://www.iata.org/IATA/EDIST/2017.1">
DocumentNDC Message Document information.M
↳ NameDocument name will be always "PS"O
<Document>
<Name>PS</Name>
</Document>
PartyNDC Message/ Transaction Party(s) information. Note that information about parties is intended for business use, it is not intended for transaction authentication and routing of the message.M
↳ SenderMessage Sender information.M
   ↳ TravelAgencySenderSELLER: Travel AgencyM
      ↳ NameName of the travel agencyMSmith Travel
      ↳ PseudoCityPseudo City code./ Office IDMIEVPS00ZZ
      ↳ AgencyIDUnique Agency Seller ID.OSASELLER1

Query

Order Retrieve Query



↳ FiltersQuery Filters.M
   ↳ BookingReferencesExisting Booking Reference (e.g. PNR Record Locator). C

      ↳ BookingReference

Booking Reference detail.

M


          ↳ ID

Existing Booking Reference

M

R1A3SK

          ↳  AirlineIDA two-character alpha-numeric codeM<AirlineID>PS</AirlineID>

OrderViewRS Response structure 

OrderViewRS Not issued documents
<Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.iata.org/IATA/EDIST/2017.1 NDC/17_1%20schemas_EDIST/OrderViewRS.xsd">
	<Header/>
	<Body>
		<OrderViewRS xmlns="http://www.iata.org/IATA/EDIST/2017.1" PrimaryLangID="EN" Version="17.1">
			<Document>
				<Name>PS</Name>
			</Document>
			<Success/>
			<Response>
				<Passengers/>
				<Order OrderID="2a283475-081d-462b-8fbc-00b588b70747" Owner="PS">
					<BookingReferences>
						<BookingReference>
							<ID>WI4L3B</ID>
							<AirlineID>PS</AirlineID>
						</BookingReference>
					</BookingReferences>
					<TotalOrderPrice>
						<DetailCurrencyPrice>
							<Total Code="UAH">4581.00</Total>
							<Taxes>
								<Total Code="UAH">1750.00</Total>
							</Taxes>
						</DetailCurrencyPrice>
					</TotalOrderPrice>
					<TimeLimits>
						<PaymentTimeLimit DateTime="2020-07-22T13:15:00" Timestamp="2020-07-22T10:15:00"/>
					</TimeLimits>
					<OrderItems>
						<OrderItem OrderItemID="OD-PAX1">
							<PriceDetail>
								<TotalAmount>
									<SimpleCurrencyPrice Code="UAH">2223.00</SimpleCurrencyPrice>
								</TotalAmount>
								<BaseAmount Code="UAH">1348.00</BaseAmount>
								<Taxes>
									<Total Code="UAH">875.00</Total>
									<Breakdown>
										<Tax>
											<Amount Code="UAH">351.00</Amount>
											<TaxCode>YK</TaxCode>
										</Tax>
										<Tax>
											<Amount Code="UAH">6.00</Amount>
											<TaxCode>ND</TaxCode>
										</Tax>
										<Tax>
											<Amount Code="UAH">108.00</Amount>
											<TaxCode>UA</TaxCode>
										</Tax>
										<Tax>
											<Amount Code="UAH">410.00</Amount>
											<TaxCode>XW</TaxCode>
										</Tax>
									</Breakdown>
								</Taxes>
							</PriceDetail>
							<Service>
								<PassengerRef>PAX1</PassengerRef>
								<SegmentRef>SEG1</SegmentRef>
							</Service>
							<Service>
								<PassengerRef>PAX1</PassengerRef>
								<SegmentRef>SEG2</SegmentRef>
							</Service>
						</OrderItem>
						<OrderItem OrderItemID="OD-PAX2">
							<PriceDetail>
								<TotalAmount>
									<SimpleCurrencyPrice Code="UAH">2223.00</SimpleCurrencyPrice>
								</TotalAmount>
								<BaseAmount Code="UAH">1348.00</BaseAmount>
								<Taxes>
									<Total Code="UAH">875.00</Total>
									<Breakdown>
										<Tax>
											<Amount Code="UAH">351.00</Amount>
											<TaxCode>YK</TaxCode>
										</Tax>
										<Tax>
											<Amount Code="UAH">6.00</Amount>
											<TaxCode>ND</TaxCode>
										</Tax>
										<Tax>
											<Amount Code="UAH">108.00</Amount>
											<TaxCode>UA</TaxCode>
										</Tax>
										<Tax>
											<Amount Code="UAH">410.00</Amount>
											<TaxCode>XW</TaxCode>
										</Tax>
									</Breakdown>
								</Taxes>
							</PriceDetail>
							<Service>
								<PassengerRef>PAX2</PassengerRef>
								<SegmentRef>SEG1</SegmentRef>
							</Service>
							<Service>
								<PassengerRef>PAX2</PassengerRef>
								<SegmentRef>SEG2</SegmentRef>
							</Service>
						</OrderItem>
						<OrderItem OrderItemID="OD-PAX3">
							<PriceDetail>
								<TotalAmount>
									<SimpleCurrencyPrice Code="UAH">135.00</SimpleCurrencyPrice>
								</TotalAmount>
								<BaseAmount Code="UAH">135.00</BaseAmount>
								<Taxes>
									<Total Code="UAH">0.00</Total>
									<Breakdown/>
								</Taxes>
							</PriceDetail>
							<Service>
								<PassengerRef>PAX3</PassengerRef>
								<SegmentRef>SEG1</SegmentRef>
							</Service>
							<Service>
								<PassengerRef>PAX3</PassengerRef>
								<SegmentRef>SEG2</SegmentRef>
							</Service>
						</OrderItem>
					</OrderItems>
				</Order>
				<DataLists>
					<PassengerList>
						<Passenger PassengerID="PAX1">
							<PTC>ADT</PTC>
							<Individual>
								<Birthdate>2020-09-25T00:00:00</Birthdate>
								<Gender>Female</Gender>
								<NameTitle>Mrs</NameTitle>
								<GivenName>ONE</GivenName>
								<Surname>TRAVELLER</Surname>
							</Individual>
							<LoyaltyProgramAccount>
								<ProgramCode>PC</ProgramCode>
								<AccountNumber>panorama123</AccountNumber>
							</LoyaltyProgramAccount>
							<LoyaltyProgramAccount>
								<ProgramCode>PCC</ProgramCode>
								<AccountNumber>panorama123</AccountNumber>
							</LoyaltyProgramAccount>
							<IdentityDocument>
								<IdentityDocumentNumber>bbb123</IdentityDocumentNumber>
								<IdentityDocumentType>PT</IdentityDocumentType>
								<IssuingCountryCode>GB</IssuingCountryCode>
								<CitizenshipCountryCode>GB</CitizenshipCountryCode>
								<ExpiryDate>2025-10-07T00:00:00</ExpiryDate>
							</IdentityDocument>
						</Passenger>
						<Passenger PassengerID="PAX2">
							<PTC>ADT</PTC>
							<Individual>
								<Birthdate>1960-09-25T00:00:00</Birthdate>
								<Gender>Female</Gender>
								<NameTitle>Mrs</NameTitle>
								<GivenName>ZERO</GivenName>
								<Surname>TRAVELLER</Surname>
							</Individual>
							<LoyaltyProgramAccount>
								<ProgramCode>PC</ProgramCode>
								<AccountNumber>222aaa</AccountNumber>
							</LoyaltyProgramAccount>
							<LoyaltyProgramAccount>
								<ProgramCode>PCC</ProgramCode>
								<AccountNumber>0123456444</AccountNumber>
							</LoyaltyProgramAccount>
							<IdentityDocument>
								<IdentityDocumentNumber>aaa753</IdentityDocumentNumber>
								<IdentityDocumentType>PT</IdentityDocumentType>
								<IssuingCountryCode>GB</IssuingCountryCode>
								<CitizenshipCountryCode>UA</CitizenshipCountryCode>
								<ExpiryDate>2021-11-07T00:00:00</ExpiryDate>
							</IdentityDocument>
							<InfantRef>PAX3</InfantRef>
						</Passenger>
						<Passenger PassengerID="PAX3">
							<PTC>INF</PTC>
							<Individual>
								<Birthdate>2020-05-25T00:00:00</Birthdate>
								<Gender>Female</Gender>
								<GivenName>TWO</GivenName>
								<Surname>TRAVELLER</Surname>
							</Individual>
							<LoyaltyProgramAccount>
								<ProgramCode>PCC</ProgramCode>
								<AccountNumber>098745655fffffff</AccountNumber>
							</LoyaltyProgramAccount>
							<IdentityDocument>
								<IdentityDocumentNumber>zzzzzz</IdentityDocumentNumber>
								<IdentityDocumentType>PT</IdentityDocumentType>
								<IssuingCountryCode>UA</IssuingCountryCode>
								<CitizenshipCountryCode>UA</CitizenshipCountryCode>
								<ExpiryDate>2019-11-07T00:00:00</ExpiryDate>
							</IdentityDocument>
						</Passenger>
					</PassengerList>
					<ContactList>
						<ContactInformation ContactID="ContactInfo-PAX">
							<EmailAddress>
								<EmailAddressValue>Y.SHVETS@SOLRINGAIR.COM</EmailAddressValue>
							</EmailAddress>
							<Phone>
								<Label>Other</Label>
								<PhoneNumber>1208953712</PhoneNumber>
							</Phone>
						</ContactInformation>
					</ContactList>
					<CheckedBagAllowanceList>
						<CheckedBagAllowance ListKey="CB1" refs="FL1 PC1">
							<PieceAllowance refs="PAX1 PAX2">
								<ApplicableParty>Traveler</ApplicableParty>
								<TotalQuantity>0</TotalQuantity>
								<PieceMeasurements Quantity="0">
									<PieceWeightAllowance>
										<MaximumWeight>
											<Value>23</Value>
											<UOM>Kilogram</UOM>
										</MaximumWeight>
									</PieceWeightAllowance>
								</PieceMeasurements>
							</PieceAllowance>
						</CheckedBagAllowance>
						<CheckedBagAllowance ListKey="CB2" refs="FL2 PC2">
							<PieceAllowance refs="PAX1 PAX2">
								<ApplicableParty>Traveler</ApplicableParty>
								<TotalQuantity>0</TotalQuantity>
								<PieceMeasurements Quantity="0">
									<PieceWeightAllowance>
										<MaximumWeight>
											<Value>23</Value>
											<UOM>Kilogram</UOM>
										</MaximumWeight>
									</PieceWeightAllowance>
								</PieceMeasurements>
							</PieceAllowance>
						</CheckedBagAllowance>
						<CheckedBagAllowance ListKey="CB3" refs="FL1 PC1">
							<PieceAllowance refs="PAX1 PAX2">
								<ApplicableParty>Traveler</ApplicableParty>
								<TotalQuantity>0</TotalQuantity>
								<PieceMeasurements Quantity="0">
									<PieceWeightAllowance>
										<MaximumWeight>
											<Value>23</Value>
											<UOM>Kilogram</UOM>
										</MaximumWeight>
									</PieceWeightAllowance>
								</PieceMeasurements>
							</PieceAllowance>
						</CheckedBagAllowance>
						<CheckedBagAllowance ListKey="CB4" refs="FL2 PC2">
							<PieceAllowance refs="PAX1 PAX2">
								<ApplicableParty>Traveler</ApplicableParty>
								<TotalQuantity>0</TotalQuantity>
								<PieceMeasurements Quantity="0">
									<PieceWeightAllowance>
										<MaximumWeight>
											<Value>23</Value>
											<UOM>Kilogram</UOM>
										</MaximumWeight>
									</PieceWeightAllowance>
								</PieceMeasurements>
							</PieceAllowance>
						</CheckedBagAllowance>
						<CheckedBagAllowance ListKey="CB5" refs="FL1 PC1">
							<PieceAllowance refs="PAX3">
								<ApplicableParty>Traveler</ApplicableParty>
								<TotalQuantity>0</TotalQuantity>
								<PieceMeasurements Quantity="0">
									<PieceWeightAllowance>
										<MaximumWeight>
											<Value>10</Value>
											<UOM>Kilogram</UOM>
										</MaximumWeight>
									</PieceWeightAllowance>
								</PieceMeasurements>
							</PieceAllowance>
						</CheckedBagAllowance>
						<CheckedBagAllowance ListKey="CB6" refs="FL2 PC2">
							<PieceAllowance refs="PAX3">
								<ApplicableParty>Traveler</ApplicableParty>
								<TotalQuantity>0</TotalQuantity>
								<PieceMeasurements Quantity="0">
									<PieceWeightAllowance>
										<MaximumWeight>
											<Value>10</Value>
											<UOM>Kilogram</UOM>
										</MaximumWeight>
									</PieceWeightAllowance>
								</PieceMeasurements>
							</PieceAllowance>
						</CheckedBagAllowance>
					</CheckedBagAllowanceList>
					<FareList>
						<FareGroup ListKey="FAR1">
							<Fare>
								<FareCode>1</FareCode>
								<FareDetail>
									<FareComponent refs="PC1">
										<SegmentReference>SEG1</SegmentReference>
										<FareBasis>
											<FareBasisCode>
												<Code>X002LLU1</Code>
											</FareBasisCode>
											<RBD>X</RBD>
										</FareBasis>
										<FareRules>
											<Penalty>
												<ApplicableFeeRemarks>
													<Remark>REFUND:Refund not allowed</Remark>
													<Remark>CHANGES:Changes not allowed</Remark>
												</ApplicableFeeRemarks>
											</Penalty>
										</FareRules>
									</FareComponent>
									<PriceClassReference>PC1</PriceClassReference>
								</FareDetail>
							</Fare>
							<FareBasisCode>
								<Code>X002LLU1</Code>
							</FareBasisCode>
						</FareGroup>
						<FareGroup ListKey="FAR2">
							<Fare>
								<FareCode>2</FareCode>
								<FareDetail>
									<FareComponent refs="PC2">
										<SegmentReference>SEG2</SegmentReference>
										<FareBasis>
											<FareBasisCode>
												<Code>X002LLU1</Code>
											</FareBasisCode>
											<RBD>X</RBD>
										</FareBasis>
										<FareRules>
											<Penalty>
												<ApplicableFeeRemarks>
													<Remark>REFUND:Refund not allowed</Remark>
													<Remark>CHANGES:Changes not allowed</Remark>
												</ApplicableFeeRemarks>
											</Penalty>
										</FareRules>
									</FareComponent>
									<PriceClassReference>PC2</PriceClassReference>
								</FareDetail>
							</Fare>
							<FareBasisCode>
								<Code>X002LLU1</Code>
							</FareBasisCode>
						</FareGroup>
					</FareList>
					<FlightSegmentList>
						<FlightSegment SegmentKey="SEG1">
							<Departure>
								<AirportCode>KBP</AirportCode>
								<Date>2020-09-15</Date>
								<Time>14:50</Time>
								<Terminal>
									<Name>D</Name>
								</Terminal>
							</Departure>
							<Arrival>
								<AirportCode>WAW</AirportCode>
								<Date>2020-09-15</Date>
								<Time>15:25</Time>
								<Terminal/>
							</Arrival>
							<MarketingCarrier>
								<AirlineID>PS</AirlineID>
								<FlightNumber>801</FlightNumber>
							</MarketingCarrier>
							<OperatingCarrier>
								<AirlineID>PS</AirlineID>
							</OperatingCarrier>
							<Equipment>
								<AircraftCode>737</AircraftCode>
							</Equipment>
							<FlightDetail>
								<FlightDuration>
									<Value>P0Y0M0DT1H35M0.000S</Value>
								</FlightDuration>
								<Stops>
									<StopQuantity>0</StopQuantity>
								</Stops>
							</FlightDetail>
						</FlightSegment>
						<FlightSegment SegmentKey="SEG2">
							<Departure>
								<AirportCode>WAW</AirportCode>
								<Date>2020-09-25</Date>
								<Time>16:05</Time>
								<Terminal/>
							</Departure>
							<Arrival>
								<AirportCode>KBP</AirportCode>
								<Date>2020-09-25</Date>
								<Time>18:35</Time>
								<Terminal>
									<Name>D</Name>
								</Terminal>
							</Arrival>
							<MarketingCarrier>
								<AirlineID>PS</AirlineID>
								<FlightNumber>802</FlightNumber>
							</MarketingCarrier>
							<OperatingCarrier>
								<AirlineID>PS</AirlineID>
							</OperatingCarrier>
							<Equipment>
								<AircraftCode>737</AircraftCode>
							</Equipment>
							<FlightDetail>
								<FlightDuration>
									<Value>P0Y0M0DT1H30M0.000S</Value>
								</FlightDuration>
								<Stops>
									<StopQuantity>0</StopQuantity>
								</Stops>
							</FlightDetail>
						</FlightSegment>
					</FlightSegmentList>
					<FlightList>
						<Flight FlightKey="FL1">
							<Journey>
								<Time>P0Y0M0DT1H35M0.000S</Time>
							</Journey>
							<SegmentReferences>SEG1</SegmentReferences>
						</Flight>
						<Flight FlightKey="FL2">
							<Journey>
								<Time>P0Y0M0DT1H30M0.000S</Time>
							</Journey>
							<SegmentReferences>SEG2</SegmentReferences>
						</Flight>
					</FlightList>
					<OriginDestinationList>
						<OriginDestination OriginDestinationKey="OD1">
							<DepartureCode>KBP</DepartureCode>
							<ArrivalCode>WAW</ArrivalCode>
							<FlightReferences>FL1</FlightReferences>
						</OriginDestination>
						<OriginDestination OriginDestinationKey="OD2">
							<DepartureCode>WAW</DepartureCode>
							<ArrivalCode>KBP</ArrivalCode>
							<FlightReferences>FL2</FlightReferences>
						</OriginDestination>
					</OriginDestinationList>
					<PriceClassList>
						<PriceClass PriceClassID="PC1">
							<Name>Economy</Name>
							<FareBasisCode>
								<Code>X002LLU1</Code>
							</FareBasisCode>
							<ClassOfService>
								<Code>Y</Code>
								<MarketingName>ECONOMY LITE</MarketingName>
							</ClassOfService>
						</PriceClass>
						<PriceClass PriceClassID="PC2">
							<Name>Economy</Name>
							<FareBasisCode>
								<Code>X002LLU1</Code>
							</FareBasisCode>
							<ClassOfService>
								<Code>Y</Code>
								<MarketingName>ECONOMY LITE</MarketingName>
							</ClassOfService>
						</PriceClass>
					</PriceClassList>
				</DataLists>
			</Response>
		</OrderViewRS>
	</Body>
</Envelope>

OrderViewRS Issued documents
<Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.iata.org/IATA/EDIST/2017.1 NDC/17_1%20schemas_EDIST/OrderViewRS.xsd">
	<Header/>
	<Body>
		<OrderViewRS xmlns="http://www.iata.org/IATA/EDIST/2017.1" PrimaryLangID="EN" Version="17.1">
			<Document>
				<Name>PS</Name>
			</Document>
			<Success/>
			<Response>
				<Passengers/>
				<Order OrderID="44e0c3da-636f-4864-bce7-9de1151f927e" Owner="PS">
					<BookingReferences>
						<BookingReference>
							<ID>WI4L3B</ID>
							<AirlineID>PS</AirlineID>
						</BookingReference>
					</BookingReferences>
					<TotalOrderPrice>
						<DetailCurrencyPrice>
							<Total Code="UAH">0.00</Total>
							<Taxes>
								<Total Code="UAH">0.00</Total>
							</Taxes>
						</DetailCurrencyPrice>
					</TotalOrderPrice>
					<OrderItems>
						<OrderItem OrderItemID="OD-PAX1">
							<PriceDetail>
								<TotalAmount>
									<SimpleCurrencyPrice Code="UAH">2223.00</SimpleCurrencyPrice>
								</TotalAmount>
								<BaseAmount Code="UAH">1348.00</BaseAmount>
								<Taxes>
									<Total Code="UAH">875.00</Total>
									<Breakdown>
										<Tax>
											<Amount Code="UAH">351.00</Amount>
											<TaxCode>YK</TaxCode>
										</Tax>
										<Tax>
											<Amount Code="UAH">6.00</Amount>
											<TaxCode>ND</TaxCode>
										</Tax>
										<Tax>
											<Amount Code="UAH">108.00</Amount>
											<TaxCode>UA</TaxCode>
										</Tax>
										<Tax>
											<Amount Code="UAH">410.00</Amount>
											<TaxCode>XW</TaxCode>
										</Tax>
									</Breakdown>
								</Taxes>
							</PriceDetail>
							<Service>
								<PassengerRef>PAX1</PassengerRef>
								<SegmentRef>SEG1</SegmentRef>
							</Service>
							<Service>
								<PassengerRef>PAX1</PassengerRef>
								<SegmentRef>SEG2</SegmentRef>
							</Service>
						</OrderItem>
						<OrderItem OrderItemID="OD-PAX2">
							<PriceDetail>
								<TotalAmount>
									<SimpleCurrencyPrice Code="UAH">2223.00</SimpleCurrencyPrice>
								</TotalAmount>
								<BaseAmount Code="UAH">1348.00</BaseAmount>
								<Taxes>
									<Total Code="UAH">875.00</Total>
									<Breakdown>
										<Tax>
											<Amount Code="UAH">351.00</Amount>
											<TaxCode>YK</TaxCode>
										</Tax>
										<Tax>
											<Amount Code="UAH">6.00</Amount>
											<TaxCode>ND</TaxCode>
										</Tax>
										<Tax>
											<Amount Code="UAH">108.00</Amount>
											<TaxCode>UA</TaxCode>
										</Tax>
										<Tax>
											<Amount Code="UAH">410.00</Amount>
											<TaxCode>XW</TaxCode>
										</Tax>
									</Breakdown>
								</Taxes>
							</PriceDetail>
							<Service>
								<PassengerRef>PAX2</PassengerRef>
								<SegmentRef>SEG1</SegmentRef>
							</Service>
							<Service>
								<PassengerRef>PAX2</PassengerRef>
								<SegmentRef>SEG2</SegmentRef>
							</Service>
						</OrderItem>
						<OrderItem OrderItemID="OD-PAX3">
							<PriceDetail>
								<TotalAmount>
									<SimpleCurrencyPrice Code="UAH">135.00</SimpleCurrencyPrice>
								</TotalAmount>
								<BaseAmount Code="UAH">135.00</BaseAmount>
								<Taxes>
									<Total Code="UAH">0.00</Total>
									<Breakdown/>
								</Taxes>
							</PriceDetail>
							<Service>
								<PassengerRef>PAX3</PassengerRef>
								<SegmentRef>SEG1</SegmentRef>
							</Service>
							<Service>
								<PassengerRef>PAX3</PassengerRef>
								<SegmentRef>SEG2</SegmentRef>
							</Service>
						</OrderItem>
					</OrderItems>
				</Order>
				<Payments>
					<Payment>
						<Type>CA</Type>
						<Method>
							<OtherMethod>
								<Remarks>
									<Remark>Agent payment</Remark>
								</Remarks>
							</OtherMethod>
						</Method>
						<Amount Code="USD">343.81</Amount>
						<Associations/>
					</Payment>
				</Payments>
				<TicketDocInfos>
					<TicketDocInfo>
						<TicketDocument>
							<TicketDocNbr>566-2406985665</TicketDocNbr>
							<Type>T</Type>
							<NumberofBooklets>1</NumberofBooklets>
							<DateOfIssue>2020-07-21Z</DateOfIssue>
							<CouponInfo>
								<CouponNumber>1</CouponNumber>
								<Status>I</Status>
								<CurrentAirlineInfo>
									<Departure>
										<AirportCode>KBP</AirportCode>
										<Date>2020-09-15Z</Date>
									</Departure>
									<Arrival>
										<AirportCode>WAW</AirportCode>
									</Arrival>
									<MarketingCarrier>
										<AirlineID>PS</AirlineID>
										<FlightNumber>801</FlightNumber>
									</MarketingCarrier>
								</CurrentAirlineInfo>
							</CouponInfo>
							<CouponInfo>
								<CouponNumber>2</CouponNumber>
								<Status>I</Status>
								<CurrentAirlineInfo>
									<Departure>
										<AirportCode>WAW</AirportCode>
										<Date>2020-09-25Z</Date>
									</Departure>
									<Arrival>
										<AirportCode>KBP</AirportCode>
									</Arrival>
									<MarketingCarrier>
										<AirlineID>PS</AirlineID>
										<FlightNumber>802</FlightNumber>
									</MarketingCarrier>
								</CurrentAirlineInfo>
							</CouponInfo>
						</TicketDocument>
						<PassengerReference>PAX1</PassengerReference>
					</TicketDocInfo>
					<TicketDocInfo>
						<TicketDocument>
							<TicketDocNbr>566-2406985667</TicketDocNbr>
							<Type>T</Type>
							<NumberofBooklets>1</NumberofBooklets>
							<DateOfIssue>2020-07-21Z</DateOfIssue>
							<CouponInfo>
								<CouponNumber>1</CouponNumber>
								<Status>I</Status>
								<CurrentAirlineInfo>
									<Departure>
										<AirportCode>KBP</AirportCode>
										<Date>2020-09-15Z</Date>
									</Departure>
									<Arrival>
										<AirportCode>WAW</AirportCode>
									</Arrival>
									<MarketingCarrier>
										<AirlineID>PS</AirlineID>
										<FlightNumber>801</FlightNumber>
									</MarketingCarrier>
								</CurrentAirlineInfo>
							</CouponInfo>
							<CouponInfo>
								<CouponNumber>2</CouponNumber>
								<Status>I</Status>
								<CurrentAirlineInfo>
									<Departure>
										<AirportCode>WAW</AirportCode>
										<Date>2020-09-25Z</Date>
									</Departure>
									<Arrival>
										<AirportCode>KBP</AirportCode>
									</Arrival>
									<MarketingCarrier>
										<AirlineID>PS</AirlineID>
										<FlightNumber>802</FlightNumber>
									</MarketingCarrier>
								</CurrentAirlineInfo>
							</CouponInfo>
						</TicketDocument>
						<PassengerReference>PAX2</PassengerReference>
					</TicketDocInfo>
					<TicketDocInfo>
						<TicketDocument>
							<TicketDocNbr>566-2406985666</TicketDocNbr>
							<Type>T</Type>
							<NumberofBooklets>1</NumberofBooklets>
							<DateOfIssue>2020-07-21Z</DateOfIssue>
							<CouponInfo>
								<CouponNumber>1</CouponNumber>
								<Status>I</Status>
								<CurrentAirlineInfo>
									<Departure>
										<AirportCode>KBP</AirportCode>
										<Date>2020-09-15Z</Date>
									</Departure>
									<Arrival>
										<AirportCode>WAW</AirportCode>
									</Arrival>
									<MarketingCarrier>
										<AirlineID>PS</AirlineID>
										<FlightNumber>801</FlightNumber>
									</MarketingCarrier>
								</CurrentAirlineInfo>
							</CouponInfo>
							<CouponInfo>
								<CouponNumber>2</CouponNumber>
								<Status>I</Status>
								<CurrentAirlineInfo>
									<Departure>
										<AirportCode>WAW</AirportCode>
										<Date>2020-09-25Z</Date>
									</Departure>
									<Arrival>
										<AirportCode>KBP</AirportCode>
									</Arrival>
									<MarketingCarrier>
										<AirlineID>PS</AirlineID>
										<FlightNumber>802</FlightNumber>
									</MarketingCarrier>
								</CurrentAirlineInfo>
							</CouponInfo>
						</TicketDocument>
						<PassengerReference>PAX3</PassengerReference>
					</TicketDocInfo>
				</TicketDocInfos>
				<DataLists>
					<PassengerList>
						<Passenger PassengerID="PAX1">
							<PTC>ADT</PTC>
							<Individual>
								<Birthdate>2020-09-25T00:00:00</Birthdate>
								<Gender>Female</Gender>
								<NameTitle>Mrs</NameTitle>
								<GivenName>ONE</GivenName>
								<Surname>TRAVELLER</Surname>
							</Individual>
							<LoyaltyProgramAccount>
								<ProgramCode>PC</ProgramCode>
								<AccountNumber>PANORAMA123</AccountNumber>
							</LoyaltyProgramAccount>
							<LoyaltyProgramAccount>
								<ProgramCode>PCC</ProgramCode>
								<AccountNumber>PANORAMA123</AccountNumber>
							</LoyaltyProgramAccount>
							<IdentityDocument>
								<IdentityDocumentNumber>BBB123</IdentityDocumentNumber>
								<IdentityDocumentType>PT</IdentityDocumentType>
								<IssuingCountryCode>GB</IssuingCountryCode>
								<CitizenshipCountryCode>GB</CitizenshipCountryCode>
								<ExpiryDate>2025-10-07T00:00:00</ExpiryDate>
							</IdentityDocument>
							<ContactInfoRef>ContactInfo-PAX</ContactInfoRef>
						</Passenger>
						<Passenger PassengerID="PAX2">
							<PTC>ADT</PTC>
							<Individual>
								<Birthdate>1960-09-25T00:00:00</Birthdate>
								<Gender>Female</Gender>
								<NameTitle>Mrs</NameTitle>
								<GivenName>ZERO</GivenName>
								<Surname>TRAVELLER</Surname>
							</Individual>
							<LoyaltyProgramAccount>
								<ProgramCode>PC</ProgramCode>
								<AccountNumber>222AAA</AccountNumber>
							</LoyaltyProgramAccount>
							<IdentityDocument>
								<IdentityDocumentNumber>AAA753</IdentityDocumentNumber>
								<IdentityDocumentType>PT</IdentityDocumentType>
								<IssuingCountryCode>GB</IssuingCountryCode>
								<CitizenshipCountryCode>UA</CitizenshipCountryCode>
								<ExpiryDate>2021-11-07T00:00:00</ExpiryDate>
							</IdentityDocument>
							<InfantRef>PAX3</InfantRef>
						</Passenger>
						<Passenger PassengerID="PAX3">
							<PTC>INF</PTC>
							<Individual>
								<Birthdate>2020-05-25T00:00:00</Birthdate>
								<Gender>Female</Gender>
								<GivenName>TWO</GivenName>
								<Surname>TRAVELLER</Surname>
							</Individual>
							<LoyaltyProgramAccount>
								<ProgramCode>PCC</ProgramCode>
								<AccountNumber>098745655FFFFFFF</AccountNumber>
							</LoyaltyProgramAccount>
							<IdentityDocument>
								<IdentityDocumentNumber>ZZZZZZ</IdentityDocumentNumber>
								<IdentityDocumentType>PT</IdentityDocumentType>
								<IssuingCountryCode>UA</IssuingCountryCode>
								<CitizenshipCountryCode>UA</CitizenshipCountryCode>
								<ExpiryDate>2019-11-07T00:00:00</ExpiryDate>
							</IdentityDocument>
						</Passenger>
					</PassengerList>
					<ContactList>
						<ContactInformation ContactID="ContactInfo-PAX">
							<EmailAddress>
								<EmailAddressValue>Y.SHVETS@SOLRINGAIR.COM</EmailAddressValue>
							</EmailAddress>
							<Phone>
								<Label>Other</Label>
								<PhoneNumber>1208953712</PhoneNumber>
							</Phone>
						</ContactInformation>
					</ContactList>
					<CheckedBagAllowanceList>
						<CheckedBagAllowance ListKey="CB1" refs="FL1 PC1">
							<PieceAllowance refs="PAX1 PAX2">
								<ApplicableParty>Traveler</ApplicableParty>
								<TotalQuantity>0</TotalQuantity>
								<PieceMeasurements Quantity="0">
									<PieceWeightAllowance>
										<MaximumWeight>
											<Value>23</Value>
											<UOM>Kilogram</UOM>
										</MaximumWeight>
									</PieceWeightAllowance>
								</PieceMeasurements>
							</PieceAllowance>
						</CheckedBagAllowance>
						<CheckedBagAllowance ListKey="CB2" refs="FL2 PC2">
							<PieceAllowance refs="PAX1 PAX2">
								<ApplicableParty>Traveler</ApplicableParty>
								<TotalQuantity>0</TotalQuantity>
								<PieceMeasurements Quantity="0">
									<PieceWeightAllowance>
										<MaximumWeight>
											<Value>23</Value>
											<UOM>Kilogram</UOM>
										</MaximumWeight>
									</PieceWeightAllowance>
								</PieceMeasurements>
							</PieceAllowance>
						</CheckedBagAllowance>
						<CheckedBagAllowance ListKey="CB3" refs="FL1 PC1">
							<PieceAllowance refs="PAX1 PAX2">
								<ApplicableParty>Traveler</ApplicableParty>
								<TotalQuantity>0</TotalQuantity>
								<PieceMeasurements Quantity="0">
									<PieceWeightAllowance>
										<MaximumWeight>
											<Value>23</Value>
											<UOM>Kilogram</UOM>
										</MaximumWeight>
									</PieceWeightAllowance>
								</PieceMeasurements>
							</PieceAllowance>
						</CheckedBagAllowance>
						<CheckedBagAllowance ListKey="CB4" refs="FL2 PC2">
							<PieceAllowance refs="PAX1 PAX2">
								<ApplicableParty>Traveler</ApplicableParty>
								<TotalQuantity>0</TotalQuantity>
								<PieceMeasurements Quantity="0">
									<PieceWeightAllowance>
										<MaximumWeight>
											<Value>23</Value>
											<UOM>Kilogram</UOM>
										</MaximumWeight>
									</PieceWeightAllowance>
								</PieceMeasurements>
							</PieceAllowance>
						</CheckedBagAllowance>
						<CheckedBagAllowance ListKey="CB5" refs="FL1 PC1">
							<PieceAllowance refs="PAX3">
								<ApplicableParty>Traveler</ApplicableParty>
								<TotalQuantity>0</TotalQuantity>
								<PieceMeasurements Quantity="0">
									<PieceWeightAllowance>
										<MaximumWeight>
											<Value>10</Value>
											<UOM>Kilogram</UOM>
										</MaximumWeight>
									</PieceWeightAllowance>
								</PieceMeasurements>
							</PieceAllowance>
						</CheckedBagAllowance>
						<CheckedBagAllowance ListKey="CB6" refs="FL2 PC2">
							<PieceAllowance refs="PAX3">
								<ApplicableParty>Traveler</ApplicableParty>
								<TotalQuantity>0</TotalQuantity>
								<PieceMeasurements Quantity="0">
									<PieceWeightAllowance>
										<MaximumWeight>
											<Value>10</Value>
											<UOM>Kilogram</UOM>
										</MaximumWeight>
									</PieceWeightAllowance>
								</PieceMeasurements>
							</PieceAllowance>
						</CheckedBagAllowance>
					</CheckedBagAllowanceList>
					<FareList>
						<FareGroup ListKey="FAR1">
							<Fare>
								<FareCode>1</FareCode>
								<FareDetail>
									<FareComponent refs="PC1">
										<SegmentReference>SEG1</SegmentReference>
										<FareBasis>
											<FareBasisCode>
												<Code>X002LLU1</Code>
											</FareBasisCode>
											<RBD>X</RBD>
										</FareBasis>
										<FareRules>
											<Penalty>
												<ApplicableFeeRemarks>
													<Remark>REFUND:Refund not allowed</Remark>
													<Remark>CHANGES:Changes not allowed</Remark>
												</ApplicableFeeRemarks>
											</Penalty>
										</FareRules>
									</FareComponent>
									<PriceClassReference>PC1</PriceClassReference>
								</FareDetail>
							</Fare>
							<FareBasisCode>
								<Code>X002LLU1</Code>
							</FareBasisCode>
						</FareGroup>
						<FareGroup ListKey="FAR2">
							<Fare>
								<FareCode>2</FareCode>
								<FareDetail>
									<FareComponent refs="PC2">
										<SegmentReference>SEG2</SegmentReference>
										<FareBasis>
											<FareBasisCode>
												<Code>X002LLU1</Code>
											</FareBasisCode>
											<RBD>X</RBD>
										</FareBasis>
										<FareRules>
											<Penalty>
												<ApplicableFeeRemarks>
													<Remark>REFUND:Refund not allowed</Remark>
													<Remark>CHANGES:Changes not allowed</Remark>
												</ApplicableFeeRemarks>
											</Penalty>
										</FareRules>
									</FareComponent>
									<PriceClassReference>PC2</PriceClassReference>
								</FareDetail>
							</Fare>
							<FareBasisCode>
								<Code>X002LLU1</Code>
							</FareBasisCode>
						</FareGroup>
					</FareList>
					<FlightSegmentList>
						<FlightSegment SegmentKey="SEG1">
							<Departure>
								<AirportCode>KBP</AirportCode>
								<Date>2020-09-15</Date>
								<Time>14:50</Time>
								<Terminal>
									<Name>D</Name>
								</Terminal>
							</Departure>
							<Arrival>
								<AirportCode>WAW</AirportCode>
								<Date>2020-09-15</Date>
								<Time>15:25</Time>
								<Terminal/>
							</Arrival>
							<MarketingCarrier>
								<AirlineID>PS</AirlineID>
								<FlightNumber>801</FlightNumber>
							</MarketingCarrier>
							<OperatingCarrier>
								<AirlineID>PS</AirlineID>
							</OperatingCarrier>
							<Equipment>
								<AircraftCode>737</AircraftCode>
							</Equipment>
							<FlightDetail>
								<FlightDuration>
									<Value>P0Y0M0DT1H35M0.000S</Value>
								</FlightDuration>
								<Stops>
									<StopQuantity>0</StopQuantity>
								</Stops>
							</FlightDetail>
						</FlightSegment>
						<FlightSegment SegmentKey="SEG2">
							<Departure>
								<AirportCode>WAW</AirportCode>
								<Date>2020-09-25</Date>
								<Time>16:05</Time>
								<Terminal/>
							</Departure>
							<Arrival>
								<AirportCode>KBP</AirportCode>
								<Date>2020-09-25</Date>
								<Time>18:35</Time>
								<Terminal>
									<Name>D</Name>
								</Terminal>
							</Arrival>
							<MarketingCarrier>
								<AirlineID>PS</AirlineID>
								<FlightNumber>802</FlightNumber>
							</MarketingCarrier>
							<OperatingCarrier>
								<AirlineID>PS</AirlineID>
							</OperatingCarrier>
							<Equipment>
								<AircraftCode>737</AircraftCode>
							</Equipment>
							<FlightDetail>
								<FlightDuration>
									<Value>P0Y0M0DT1H30M0.000S</Value>
								</FlightDuration>
								<Stops>
									<StopQuantity>0</StopQuantity>
								</Stops>
							</FlightDetail>
						</FlightSegment>
					</FlightSegmentList>
					<FlightList>
						<Flight FlightKey="FL1">
							<Journey>
								<Time>P0Y0M0DT1H35M0.000S</Time>
							</Journey>
							<SegmentReferences>SEG1</SegmentReferences>
						</Flight>
						<Flight FlightKey="FL2">
							<Journey>
								<Time>P0Y0M0DT1H30M0.000S</Time>
							</Journey>
							<SegmentReferences>SEG2</SegmentReferences>
						</Flight>
					</FlightList>
					<OriginDestinationList>
						<OriginDestination OriginDestinationKey="OD1">
							<DepartureCode>KBP</DepartureCode>
							<ArrivalCode>WAW</ArrivalCode>
							<FlightReferences>FL1</FlightReferences>
						</OriginDestination>
						<OriginDestination OriginDestinationKey="OD2">
							<DepartureCode>WAW</DepartureCode>
							<ArrivalCode>KBP</ArrivalCode>
							<FlightReferences>FL2</FlightReferences>
						</OriginDestination>
					</OriginDestinationList>
					<PriceClassList>
						<PriceClass PriceClassID="PC1">
							<Name>Economy</Name>
							<FareBasisCode>
								<Code>X002LLU1</Code>
							</FareBasisCode>
							<ClassOfService>
								<Code>Y</Code>
								<MarketingName>ECONOMY LITE</MarketingName>
							</ClassOfService>
						</PriceClass>
						<PriceClass PriceClassID="PC2">
							<Name>Economy</Name>
							<FareBasisCode>
								<Code>X002LLU1</Code>
							</FareBasisCode>
							<ClassOfService>
								<Code>Y</Code>
								<MarketingName>ECONOMY LITE</MarketingName>
							</ClassOfService>
						</PriceClass>
					</PriceClassList>
				</DataLists>
			</Response>
		</OrderViewRS>
	</Body>
</Envelope>


OrderRetrieve Error/Validation Checks

 Click here to expand...
PADIS Error CodePADIS Error TextCases
System errors
911Unable to process - system error / Invalid queryInvalid query
486UnknownThe equivalent of -1 error
304System Temporarily unavailableThe system is not available/HOST problem
916EDIFACT version not supportedNot supported NDC service version.
Agent authorization errors
368Not authorizedWrong agent authentication key. Agent is inactive
79AInvalid office identificationOID is missing or incorrect
Query errors

129 

No PNR Match FoundInvalid PNR locator
912 Incomplete message - data missing in queryMandatory parameters are missing in the query
486PNR cancelledPNR is cancelled or does not have flight segments



© 2021 SOLRING HOLDINGS LIMITED. All rights reserved.