Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  • <OrderListRS>

  • <Document>

  • <Success>

  • <Response>

  • <Orders>

User Guidance

Input Parameters

Type

Mandatory/Optional

Request Object

OrderListRS

M

<OrderListRS>

XML Example for the following elements

<OrderListRS Version="17.2" xmlns="http://www.iata.org/IATA/EDIST">

Elements

Details

Mandatory/Optional

Code Block
Version (Attribute)

Specify NDC schema message version. Always pass 17.2
Note: This is a mandatory attribute in NDC schema. The service will not validate what is being passed in this attribute

M

<Document>

XML Example for the following elements

Code Block
<Document>
        <Name>NDC</Name>
        <ReferenceVersion>17.2</ReferenceVersion>
</Document>

Elements

Details

Mandatory/Optional

Code Block
<Document>

NDC Message Document information

M

Code Block
<Name>

Document name will be always NDC

O

Code Block
< ReferenceVersion>

Will be NDC version

O

Elements

Details

Mandatory/Optional

Success

M

OrderListProcessing

M

<Orders>

Code Block
<ns2:Order>
    <ns2:CreationDate>2019-01-10Z</ns2:CreationDate>
    <ns2:Departure>
        <ns2:AirportCode>AYT</ns2:AirportCode>
        <ns2:Date>2019-02-01Z</ns2:Date>
    </ns2:Departure>
    <ns2:Arrival>
        <ns2:AirportCode>FRA</ns2:AirportCode>
        <ns2:Date>2019-02-01Z</ns2:Date>
    </ns2:Arrival>
    <ns2:Passengers>
        <ns2:FullName>MR JOHN DAVIS SMITH</ns2:FullName>
    </ns2:Passengers>
    <ns2:OrderID>AUAPU2</ns2:OrderID>
</ns2:Order>

Orders

Matched orders are listed

Order

Details of matched order

CreationDate

Order creation date in the format YYYY-MM-DD

Example : 2019-01-10

M

Departure

Departure airport details

M

AirportCode

Departure Airport Location Code

Example : AYT

M

Date

Departure Date in the format YYYY-MM-DD

Example : 2019-02-01

M

Arrival

Arrival airport details

M

AirportCode

Arrival Airport Location Code

Example : FRA

M

Date

Arrival Date in the format YYYY-MM-DD

Example : 2019-02-01

Passengers

Passenger and Group information.

M

FullName

Passenger Full Name.

Example : JOHN DAVIS SMITH

M

OrderID

PNR Number

M

Status

The status will be mentioned

StatusCode

The status of the PNR

Example : OK for Active PNR, X for Cancelled PNR

M