Documentation
    Preparing search index...
    • Parameters

      • jsonRS: any
      • body: any

      Returns {
          DataLists: {
              BaggageAllowanceList: { BaggageAllowance: any[] };
              ContactInfoList: { ContactInfo: any[] };
              OriginDestList: { OriginDest: any[] };
              PaxJourneyList: { PaxJourney: any[] };
              PaxList: { Pax: any[] };
              PaxSegmentList: { PaxSegment: any[] };
              PriceClassList: { PriceClass: any[] };
              SeatProfileList: { SeatProfile: any[] };
              ServiceDefinitionList: { ServiceDefinition: any[] };
          };
          Order: {
              BookingRef: {};
              OrderID: any;
              OrderItem: any[];
              OwnerCode: any;
              PaymentTimeLimitDateTime: any;
              StatusCode: string;
              TotalPrice: {};
          };
          PaymentInfo: {
              EnrollmentStatusText: string;
              PaymentInfoID: { _text: string };
          };
      }