Versions Compared

Key

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

...

<Party>

XML Example for the following elements

Normal bookings/B2C bookings

Code Block
languagexml
<ns:Party>
    <ns:Sender>
        <ns:AgentUserSender>
            <ns:Name>GuestName>CHANNEL Website<NAME</ns:Name>
            <ns:AgentUserID>CHANNEL CODE</ns:AgentUserID>
        </ns:AgentUserSender>
    </ns:Sender>
    <ns:Recipient>
        <ns:ORA_Recipient>
            <ns:AirlineID>V1<AirlineID>AIRLINE CODE</ns:AirlineID>
            <ns:Name>AirlineName>AIRLINE Name<NAME</ns:Name>
        </ns:ORA_Recipient>
    </ns:Recipient>
</ns:Party>

B2B login/travel agent login

Code Block
languagexml
<edis:Party>
    <edis:Sender>
        <edis:AgentUserSender>
            <edis:OtherIDs>
                <edis:OtherID Description = "Booking Channel ID">Channel>CHANNEL CodeCODE given by IBS</edis:OtherID>
            </edis:OtherIDs>
            <edis:AgentUserID Owner = "Agency code">Agent id</edis:AgentUserID>
        </edis:AgentUserSender>
    </edis:Sender>
    <edis:Recipient>
        <edis:ORA_Recipient>
            <edis:AirlineID>AirlineAirlineID>AIRLINE code<CODE</edis:AirlineID>
            <edis:Name>AirlineName>AIRLINE name<NAME</edis:Name>
        </edis:ORA_Recipient>
    </edis:Recipient>
</edis:Party>

Elements

Details

Mandatory/Optional

<Party>

Party & Sender Definition

M

<Sender>

Message Sender information.

M

<AgentUserSender>

Agent User Sender Details

M

<Name>

Agency Seller Name

M

<AgentUserID>

User ID of the Agent

M

<OtherIDs>

Additional Agency (Seller) identification

O

<OtherID>

Other Identifier

M

Description (Attribute)

Other identification description.

M

<Recipient>

Named Message Recipient.

M

<ORA_Recipient>

SUPPLIER: ORA (Offer Originating Airline)

Recipient.

M

<AirlineID>

Airline ID

M

<Name>

Airline Name

M

Owner (Attribute)

Agency Code in Case of B2B

M

...

<DataLists>

Elements

Details

Mandatory/Optional

<PassengerList>

List of all passengers with Passenger type code (PTC)

M

Code Block
languagexml
<ns:DataLists>
    <ns:PassengerList>
        <ns:Passenger PassengerID = "V1_PAX.1">
            <ns:PTC>ADT</ns:PTC>
        </ns:Passenger>
        <ns:Passenger PassengerID = "V1_PAX.2">
            <ns:PTC>CHD</ns:PTC>
        </ns:Passenger>
    </ns:PassengerList>
</ns:DataLists>