Documentation
    Preparing search index...
    • Parameters

      • body: any
      • Party: any

      Returns {
          "soapenv:Envelope": {
              _attributes: { "xmlns:soapenv": string };
              "soapenv:Body": {
                  OrderRetrieveRQ: {
                      _attributes: {
                          PrimaryLangID: string;
                          Version: string;
                          xmlns: string;
                      };
                      Document: { ReferenceVersion: string };
                      Party: any;
                      PointOfSale: { Location: { CountryCode: string } };
                      Query:
                          | {
                              Filters: {
                                  BookingReferences: {
                                      BookingReference: { AirlineID: string; ID: any };
                                  };
                                  OrderID?: undefined;
                              };
                          }
                          | {
                              Filters: {
                                  BookingReferences?: undefined;
                                  OrderID: { _attributes: { Owner: string }; _text: any };
                              };
                          };
                  };
              };
          };
      }