Documentation
    Preparing search index...

    Function jsonSeatAvailabilityRQ

    • Parameters

      • body: any
      • Party: any

      Returns {
          "soapenv:Envelope": {
              _attributes: { "xmlns:soapenv": string };
              "soapenv:Body": {
                  SeatAvailabilityRQ: {
                      _attributes: {
                          PrimaryLangID: string;
                          Version: string;
                          xmlns: string;
                      };
                      Document: { ReferenceVersion: string };
                      Party: any;
                      PointOfSale: { Location: { CountryCode: string } };
                      Query:
                          | {
                              Offer?: undefined;
                              Order: { _attributes: { OrderID: any; Owner: string } };
                          }
                          | {
                              Offer: {
                                  _attributes: { OfferID: any; Owner: string; ResponseID: any };
                              };
                              Order?: undefined;
                          };
                  };
              };
          };
      }