Documentation
    Preparing search index...
    • Parameters

      • jsonRS: any
      • correlationId: any

      Returns {
          correlationId: any;
          DataLists: {
              BaggageAllowance: any[];
              ContactInfo: any[];
              OriginDest: any[];
              PaxJourney: any[];
              PaxList: any[];
              PaxSegment: any[];
              PriceClass: any[];
              ServiceDefinition: any[];
          };
          Order: {
              BookingRef: {};
              OrderID: any;
              OrderItems: any[];
              OwnerCode: any;
              PaymentTimeLimitDateTime: any;
              StatusCode: any;
          };
          PaymentInfo: { Payment: string; PaymentInfoID: string }[];
          Warning: any[];
      }