Documentation
    Preparing search index...
    • Parameters

      • body: any
      • Party: any

      Returns {
          "soapenv:Envelope":
              | {
                  _attributes: { "xmlns:soapenv": string };
                  "soapenv:Body": {
                      OrderChangeRQ: {
                          _attributes: {
                              PrimaryLangID: string;
                              Version: string;
                              xmlns: string;
                          };
                          DataLists: { PassengerList: { Passenger: any } };
                          Document: { ReferenceVersion: string };
                          Party: any;
                          PointOfSale: { Location: { CountryCode: string } };
                          Query: { OrderID: any; OrderServicing: {} };
                      };
                  };
              }
              | {
                  _attributes: { "xmlns:soapenv": string };
                  "soapenv:Body": {
                      OrderChangeRQ: {
                          _attributes: {
                              PrimaryLangID: string;
                              Version: string;
                              xmlns: string;
                          };
                          DataLists: {
                              ContactList: {
                                  ContactInformation: {
                                      _attributes: { ContactID: string };
                                      ContactProvided: (
                                          | { EmailAddress: ...; Phone?: ... }
                                          | { EmailAddress?: ...; Phone: ... }
                                      )[];
                                  };
                              };
                          };
                          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 };
                                      };
                                  };
                              };
                          };
                      };
                  };
              }
              | {
                  _attributes: { "xmlns:soapenv": string };
                  "soapenv:Body": {
                      OrderChangeRQ: {
                          _attributes: {
                              PrimaryLangID: string;
                              Version: string;
                              xmlns: string;
                          };
                          DataLists: {
                              ContactList: {
                                  ContactInformation: {
                                      _attributes: { ContactID: string };
                                      ContactProvided: { EmailAddress: { EmailAddressValue: any } };
                                      ContactType: string;
                                      Individual: { GivenName: any; Surname: any };
                                  };
                              };
                          };
                          Document: { ReferenceVersion: string };
                          Party: any;
                          PointOfSale: { Location: { CountryCode: string } };
                          Query: {
                              OrderID: any;
                              Payments: {
                                  Payment: {
                                      Amount: { _attributes: { Code: ... }; _text: any };
                                      Method:
                                          | { Cash: ...; PaymentCard?: ...; Voucher?: ... }
                                          | { Cash?: ...; PaymentCard?: ...; Voucher: ... }
                                          | { Cash?: ...; PaymentCard: ...; Voucher?: ... };
                                      Payer?: { ContactInfoRefs: string };
                                      Type: any;
                                  }[];
                              };
                          };
                      };
                  };
              }
              | {
                  _attributes: { "xmlns:soapenv": string };
                  "soapenv:Body": {
                      OrderChangeRQ: {
                          _attributes: {
                              PrimaryLangID: string;
                              Version: string;
                              xmlns: string;
                          };
                          Document: { ReferenceVersion: string };
                          Party: any;
                          PointOfSale: { Location: { CountryCode: string } };
                          Query: { AcceptRepricedOrder: { ResponseID: any } };
                      };
                  };
              };
      }