Documentation
    Preparing search index...

    Function jsonSeatAvailabilityRQ

    • Parameters

      • body: any

      Returns {
          "soapenv:Envelope": {
              _attributes: {
                  "xmlns:soapenv": string;
                  "xmlns:wsa": string;
                  "xmlns:wsse": string;
                  "xmlns:wsu": string;
              };
              "soapenv:Body": {
                  IATA_SeatAvailRQ: {
                      _attributes: { xmlns: string };
                      Party: {
                          Participant:
                              | { EnabledSystem: { Name: string; SystemID: string } }
                              | { Aggregator: { AggregatorID: string; Name: string } };
                          Recipient: { ORA: any };
                          Sender: {
                              TravelAgency: {
                                  AgencyID: any;
                                  IATANumber: any;
                                  Name: any;
                                  PseudoCityID: any;
                              };
                          };
                      };
                      PayloadAttributes: { CorrelationID: any; VersionNumber: string };
                      Request: {
                          CoreRequest: {
                              Offer?: { OfferID: any; OwnerCode: string };
                              Order?: { OrderID: any; OwnerCode: string };
                          };
                          Pax?: any;
                      };
                  };
              };
              "soapenv:Header": {
                  MessageID: { _attributes: { xmlns: string }; _text: string };
                  RelatesTo: {
                      _attributes: { RelationshipType: string; xmlns: string };
                      _text: string;
                  }[];
                  trackingMessageHeader: {
                      _attributes: { xmlns: string };
                      consumerRef: {
                          consumerID: string;
                          consumerLocation: string;
                          consumerTime: string;
                          consumerType: string;
                          partyID: string;
                          userId: string;
                      };
                  };
                  "wsse:Security": {
                      "wsse:UsernameToken": {
                          "wsse:Password": { _attributes: { Type: string }; _text: string };
                          "wsse:Username": string;
                      };
                  };
              };
          };
      }