Documentation
    Preparing search index...
    • Parameters

      • jsonRS: any
      • body: any

      Returns
          | {
              DataLists: {
                  BaggageAllowance: any[];
                  ContactInfo: any[];
                  OriginDest: any[];
                  Pax: any[];
                  PaxJourney: any[];
                  PaxSegment: any[];
                  PriceClass: any[];
                  ServiceDefinition: any[];
              };
              DeleteOrder: {
                  DeleteOrderItem: any[];
                  Desc: any;
                  OfferExpirationDateTime: any;
                  OfferID: any;
                  OwnerCode: any;
                  TotalPrice: any;
              };
              OriginListFlights: any[];
              PaymentInfos: any[];
          }
          | { error: { code: any; description: any; statusText: any; type: any } }