Documentation
    Preparing search index...
    • Parameters

      • body: any
      • Party: any

      Returns {
          "soapenv:Body": {
              OrderChangeRQ: {
                  _attributes: { PrimaryLangID: string; Version: string; xmlns: string };
                  DataLists: {
                      ContactList: {
                          ContactInformation: {
                              _attributes: { ContactID: string };
                              ContactProvided: (
                                  | { EmailAddress: { EmailAddressValue: any }; Phone?: undefined }
                                  | { EmailAddress?: undefined; Phone: { PhoneNumber: any } }
                              )[];
                          };
                      };
                  };
                  Document: { ReferenceVersion: string };
                  Party: any;
                  PointOfSale: { Location: { CountryCode: string } };
                  Query: {
                      OrderID: any;
                      PassengerServicing: {
                          New: {
                              _attributes: { PassengerID: any };
                              ActionType: string;
                              ContactInfoRef: string;
                              Individual: { GivenName: any; NameTitle: any; Surname: any };
                              LoyaltyProgramAccount: {
                                  AccountNumber: any;
                                  Airline: { AirlineDesignator: string };
                              };
                          };
                      };
                  };
              };
          };
      }