Documentation
    Preparing search index...
    • Parameters

      • BA_XML: any
      • keepErrors: any

      Returns
          | { Error: { Code: { _text: any }; StatusText: { _text: any } } }
          | {
              DataLists: {
                  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 };
                      }[];
                  };
              };
              Order: {
                  BookingRef: {
                      BookingEntity: { Carrier: { AirlineDesigCode: { _text: any } } };
                      BookingID: { _text: any };
                  };
                  OrderID: { _text: any };
                  OrderItem: {
                      OrderItemID: { _text: any };
                      PaxRefID: { _text: any };
                      Price: {
                          BaseAmount: { _attributes: { CurCode: any }; _text: any };
                          TaxSummary: {
                              TotalTaxAmount: { _attributes: { CurCode: any }; _text: any };
                          };
                          TotalAmount: { _attributes: { CurCode: any }; _text: any };
                      };
                      Service: {
                          PaxRefID: { _text: any };
                          ServiceAssociations: { PaxSegmentRefID: { _text: string } };
                          ServiceID: { _text: any };
                          StatusCode: { _text: any };
                      }[];
                      StatusCode: { _text: any };
                  }[];
                  OwnerCode: { _text: any };
                  PaymentTimeLimitDateTime: { _text: any };
                  TotalPrice: {
                      TotalAmount: { _attributes: { CurCode: any }; _text: any };
                  };
              };
              TicketDocInfo: {
                  BookingRef: {
                      BookingEntity: { Carrier: { AirlineDesigCode: { _text: string } } };
                      BookingID: { _text: any };
                  };
                  BookletQty: { _text: any };
                  OriginalIssueInfo: {
                      IssueDate: { _text: any };
                      IssuingAirlineDesigCode: { _text: string };
                      IssuingCarrier: { AirlineDesigCode: { _text: string } };
                  };
                  PaxRefID: { _text: any };
                  PaymentInfoRefID: { _text: string };
                  RefdOrder: { OrderRefID: { _text: any }; OwnerCode: { _text: string } };
                  Ticket: {
                      Coupon: {
                          CouponNumber: { _text: any };
                          CouponStatusCode: { _text: any };
                          currentCouponFlightInfo: {
                              currentAirlineInfo: { PaxSegmentRefID: { _text: string } };
                          };
                      }[];
                      ReportingTypeCode: { _text: any };
                      TicketDocTypeCode: { _text: any };
                      TicketNumber: { _text: any };
                  };
              }[];
          }