Amadeus Master Pricer Travel Board - search by carrier?

366 Views Asked by At

I would like to specify the carrier when sending queries to Master Pricer Travel Board. Is this possible?

1

There are 1 best solutions below

0
On

Add this to your XML request:

<travelFlightInfo>
    <companyIdentity>
        <carrierQualifier>M</carrierQualifier>
        <carrierId>BA</carrierId>
    </companyIdentity>
</travelFlightInfo>

carrierQualifier with value M means only the following airlines are allowed. carrierId is the airline IATA code