Documentation
    Preparing search index...
    • Parameters

      • BA_XML: any

      Returns {
          BaggageAllowanceList: {
              BaggageAllowance: {
                  BaggageAllowanceID: { _text: any };
                  PieceAllowance: { ApplicablePartyText: any; TotalQty: { _text: any } };
                  TypeCode: any;
              }[];
          };
          ContactInfoList: { ContactInfo: { ContactInfoID: { _text: any } }[] };
          OriginDestList: {
              OriginDest: {
                  DestCode: { _text: any };
                  OriginCode: { _text: any };
                  OriginDestID: { _text: any };
                  PaxJourneyRefID: { _text: any };
              }[];
          };
          PaxJourneyList: {
              PaxJourney: {
                  Duration: { _text: any };
                  PaxJourneyID: { _text: any };
                  PaxSegmentRefID: any;
              }[];
          };
          PaxList: {
              Pax: {
                  Individual: {
                      Birthdate: { _text: any };
                      GivenName: { _text: any };
                      Surname: { _text: any };
                      TitleName: { _text: any };
                  };
                  PaxID: { _text: any };
                  PTC: { _text: any };
              }[];
          };
          PaxSegmentList: {
              PaxSegment: {
                  Arrival: {
                      AircraftScheduledDateTime: { _text: string };
                      IATALocationCode: { _text: any };
                      TerminalName: { _text: any };
                  };
                  DatedOperatingLeg: {
                      IATAAircraftType: { IATAAircraftTypeCode: { _text: any } };
                  };
                  Dep: {
                      AircraftScheduledDateTime: { _text: string };
                      IATALocationCode: { _text: any };
                      TerminalName: { _text: any };
                  };
                  MarketingCarrierInfo: {
                      CarrierDesigCode: { _text: any };
                      MarketingCarrierFlightNumberText: { _text: any };
                      RBDCode: { _text: string };
                  };
                  PaxSegmentID: { _text: any };
              }[];
          };
          PriceClassList: {
              PriceClass: {
                  CabinType: {
                      CabinTypeCode: { _text: any };
                      CabinTypeName: { _text: any };
                  };
                  FareBasisCode: { _text: any };
                  Name: { _text: any };
                  PriceClassID: { _text: any };
              }[];
          };
          ServiceDefinitionList: {
              ServiceDefinition: {
                  Desc: { DescText: { _text: any } };
                  Name: { _text: any };
                  ServiceDefinitionID: { _text: any };
              }[];
          };
      }