tripLegData

The triplegData element is a require child of the passengerTransportData element. Its child elements provide data points concerning the the various legs of the booked trip. You can include this element up to 998 times, once for each leg of the trip.

 

Parent Elements:

passengerTransportData

 

Attributes:

None

 

Child Elements: (all Optional)

arrivalTime, carrierCode, departureCode, departureDate, departureTime, destinationCode, fareBasisCode, originCity, remarks, serviceClass, stopOverCode, travelNumber, tripLegNumber

 

Example:  tripLegData Structure

<tripLegData>

  <tripLegNumber>3</tripLegNumber>

  <departureCode>ABCDE</departureCode>

  <carrierCode>JB</carrierCode>

  <serviceClass>Economy</serviceClass>

  <stopOverCode>X</stopOverCode>

  <destinationCode>ABCDE</destinationCode>

  <fareBasisCode>1234567890ABCDE</fareBasisCode>

  <depatureDate>YYYYMMDD</depatureDate>

  <originCity>ABCDE</originCity>

  <travelNumber>1</travelNumber>

  <departureTime>13:45</departureTime>

  <arrivalTime>16:35</arrivalTime>>

  <remarks>A</remarks>

  <ticketChangeIndicator>C</ticketChangeIndicator>

  <ticketIssuerAddress>Somewhere</ticketIssuerAddress>

<exchangeTicketNumber>1234567890abcde</exchangeTicketNumber>

  <exchangeAmount>10000</exchangeAmount>

  <exchangeFeeAmount>300</exchangeFeeAmount>

</tripLegData>