Versions Compared

Key

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

...

<Request>

Elements

Details

Mandatory/Optional

Request

ServiceListRQ request information

M

<Pax>

XML Example for the following elements

  <!--Zero or more repetitions:-->

<iata1:Pax>
                    <iata1:PaxID>V1_PAX.1687515895394</iata1:PaxID>
                    <iata1:PTC>ADT</iata1:PTC>
</iata1:Pax>

Elements

Details

Mandatory/Optional

Pax

Any person except members of the crew carried or to be carried with the consent of the carrier.

O

PaxID

Uniquely identifies a Passenger within the context of one message

M

PTC

Type code applying to the Passenger which typically drives pricing (e.g. ADT, CHD, etc).

O

<ServiceListCoreRequest>

  <! --You have a CHOICE of the next 2 items at this level-->

Elements

Details

Mandatory/Optional

ServiceListCoreRequest

Service List Core Reques.

M

<OfferRequest>

XML Example for the following elements

<iata1:OfferRequest>

                        <! --1 or more repetitions: -->
                        <iata1:Offer>
                            <iata1:OfferID>OF1-eJwtzEEOQDAYROETkX9QOkukdjTaSnQ197.FNPHe-sPMxZGEN0JrLUdahZke5GAtvbfoTCXkEjeFJyns8Ypn1TjRL1Au2gTB96b21Znigcb8Nkan.gHUtxvv</iata1:OfferID>
                                <!--zero or more repetitions:-->

                                <iata1:OfferItem>
                                <iata1:OfferItemID>OF1_OI1-eJwzNLM0N7W0tDS0MLA01PV3M1T29zSMN4SLGhqbAgCKRAey</iata1:OfferItemID>
                            </iata1:OfferItem>
                            <iata1:OwnerCode>Airline Code</iata1:OwnerCode>
                        </iata1:Offer>
 </iata1:OfferRequest>

Elements

Details

Mandatory/Optional

OfferRequest

This is a request using offers

M

Offer

A specialized offer used in the context of a Shopping Request.

M

OfferID

Carrier assigned ID which uniquely identifies a specific Offer.

M

OfferItem

This is a specialized offer item used in the context of a Shopping Request.

O

OfferItemID

Carrier assigned ID which exists uniquely within an Offer.

M

OwnerCode

Airline code assigned to a carrier.

M

<OrderRequest>

XML Example for the following elements

<iata1:OrderRequest>
                        <!--1 or more repetitions:-->
                        <iata1:Order>
                            <iata1:OrderID>AD3HXG</iata1:OrderID>
                            <!--zero or more repetitions:-->
                            <iata1:OrderItem>
                                <iata1:OrderItemID>V1_ORITM_PAX.714686_SEG.500</iata1:OrderItemID>
                                <iata1:OwnerCode>Airline Code</iata1:OwnerCode>

                                <!--Zero or more repetitions:-->
                                <iata1:PaxSegmentRefID>V1_SEG.500</iata1:PaxSegmentRefID>
                            </iata1:OrderItem>
                            <iata1:OwnerCode>Airline Code</iata1:OwnerCode>
                           
                        </iata1:Order>
 </iata1:OrderRequest>

Elements

Details

Mandatory/Optional

OrderRequest

This is request using Order(s)

M

Order

A specialized order used in a service list request defined as a uniquely identified record of the agreement of one party with another to receive products and services under specified terms and conditions.

M

OrderID

Carrier assigned ID which uniquely identifies a specific Order.

M

OrderItem

A service request individually priced item within a Service Request Order, made up of one or more Services.

O

OrderItemID

Carrier assigned ID which exists uniquely within an Order.

M

OwnerCode

Airline code assigned to a carrier.

M

PaxSegmentRefID

Reference to a Passenger Segment ID from a previously returned Offer.

O

...