Travelers / Passengers

  •  The service cannot be called for Group availability (more than 9 passengers).
  •  The service cannot be called for Unaccompanied Minor (children travelling alone, up to age 15).
  •  British Airways supports the following passenger types:
    • Adult (ADT)
    • Young Adults (ADT type, with a birth date comprised between 12 and 15 years old)
    • Child (CHD)
    • Infant (Infant)

 If any other passenger type is passed in the AirShopping request the service treats it as Adult and returns Adult price. Example: If passenger type requested is Military (MIL) the service will return Adult (ADT) price.




  <PTC>ADT</PTC>
image-2018-02-26-14-25-48-245.png

ADT  - 16+ Adult 

Young ADT 12-15 – pass Date of Birth to obtain this fare

CHD - Child  2-11yrs 

INF - Infant   0-2 yrs

{{string}}  xxx
<PTC>ADT</PTC>
 <Age>
 <BirthDate>1981-08-05</BirthDate>
 </Age>
For Young Adult or INF  include the Date of Birth {{YYYY-MM-DD}}
Travelers
     <Travelers>
            <Traveler>
               <AnonymousTraveler>
                  <PTC>ADT</PTC>
               </AnonymousTraveler>
            </Traveler>
         </Travelers>         
  




<Name>

<Surname>

<Given>

<Title>


Passengers
            <Passengers>
               <Passenger ObjectKey="T1">
                  <PTC>ADT</PTC>
                  <Age>
                     <BirthDate>1981-08-05</BirthDate>
                  </Age>
                  <Name>
                     <Surname>Smith</Surname>
                     <Given>James</Given>
                     <Title>Dr</Title>
                  </Name>
                  <Contacts>
                     <Contact>
                        <AddressContact>
                           <Street>Beeches Apartment</Street>
                           <Street>200 Lampton Road</Street>
                           <CityName>LON</CityName>
                           <PostalCode>TW345RT</PostalCode>
                           <CountryCode>GB</CountryCode>
                        </AddressContact>
                        <EmailContact>
                           <Address>ndc@ba.com</Address>
                        </EmailContact>
                        <PhoneContact>
                           <Application>Home</Application>
                           <Number CountryCode="44">2087385301</Number>
                        </PhoneContact>
                     </Contact>
                  </Contacts>
                  <Gender>Male</Gender>
                  <AdditionalRoles PaymentContactInd="true"/>
               </Passenger>
            </Passengers>

OrderCreateRQ 

You must include <eMail> contacts tag  in the First Passenger declaration.