Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

User Guidance - Service Input Parameters

Input Parameters

Type

Optional/Mandatory

Request Object

OrderCancelRQ

M

  • <OrderCancelRQ>

  • <Document>

  • <Party>

  • <Query>

<OrderCancelRQ>

XML Example for the following elements

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

Elements

Details

Optional/Mandatory

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

<PointOfSale>

XML Example for the following elements

Code Block
<ns:PointOfSale>
    <ns:Location>
        <ns:CountryCode>IT</ns:CountryCode>
        <ns:CityCode>ROM</ns:CityCode>
    </ns:Location>
    <ns:RequestTime Zone = "CET">2019-01-28T07:01:00</ns:RequestTime>
</ns:PointOfSale>

Code Block
Elements

Details

Mandatory/Optional

Code Block
Location

Point of sale location information.

M

Code Block
CountryCode

CountryCode

M

Code Block
CityCode
Code Block
CityCode

M

Code Block
RequestTime

Point Of Sale Timestamp value

EG: 2017-01-13T13:59:38Z

M

Code Block
Zone

Point of Sale timezone

Example : UTC, CET

M

<Document>

XML Example for the following elements

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

Elements

Details

Optional/Mandatory

Code Block
<Document>

NDC Message Document information

M

Code Block
<Name>

Document name will be always "NDC"

O

Code Block
<ReferenceVersion>

It will be NDC version

O

<Party>

Elements

Details

Optional/Mandatory

<Party>

Party & Sender Definition

M

<Query>

XML Example for the following elements

Code Block
         <ns:Query>
            <ns:Order OrderID="TBG676" Owner="V1"/>
         </ns:Query>

Elements

Details

Optional/Mandatory

Code Block
<Query>

Start of OrderCancel Query

M

Code Block
<OrderID>
(attribute)

The OrderID to be cancelled must be mentioned here.

Example : TBG676

M

Code Block
<Owner>
(attribute)

Accepts the Airline Code

Example : V1

M