Documentation
    Preparing search index...
    • Parameters

      • body: any

      Returns
          | {
              "soapenv:Body": {
                  OrderChangeRQ: {
                      _attributes: {
                          PrimaryLangID: string;
                          Version: string;
                          xmlns: string;
                      };
                      AugmentationPoint: { InvolChanges: { AcceptChange: any } };
                      Document: { Name: string };
                      Party: any;
                      PointOfSale: { Location: { CountryCode: string } };
                      Query: { OrderID: any };
                  };
              };
          }
          | {
              "soapenv:Body": {
                  OrderChangeRQ: {
                      _attributes: {
                          PrimaryLangID: string;
                          Version: string;
                          xmlns: string;
                      };
                      DataLists: { PassengerList: { Passenger: any } };
                      Document: { Name: string };
                      Party: any;
                      PointOfSale: { Location: { CountryCode: string } };
                      Query: { OrderID: any; OrderServicing: {} };
                  };
              };
          }
          | {
              "soapenv:Body": {
                  OrderChangeRQ: {
                      _attributes: {
                          PrimaryLangID: string;
                          Version: string;
                          xmlns: string;
                      };
                      Document: { Name: string };
                      Party: any;
                      PointOfSale: { Location: { CountryCode: string } };
                      Query: {
                          OrderID: { _attributes: { Owner: any }; _text: any };
                          PassengerServicing: {
                              New:
                                  | {
                                      _attributes: { PassengerID: any };
                                      ActionType: string;
                                      IdentityDocument?: undefined;
                                      Individual: { GivenName: any; NameTitle: any; Surname: any };
                                  }
                                  | {
                                      _attributes: { PassengerID: any };
                                      ActionType?: undefined;
                                      IdentityDocument?: undefined;
                                      Individual: { GivenName: any; NameTitle?: undefined; Surname: any };
                                  }
                                  | {
                                      _attributes: { PassengerID: any };
                                      ActionType?: undefined;
                                      IdentityDocument: {
                                          Birthdate: any;
                                          CitizenshipCountryCode: any;
                                          ExpiryDate: any;
                                          Gender: string;
                                          IdentityDocumentNumber: any;
                                          IdentityDocumentType: string;
                                          IssuingCountryCode: any;
                                          ResidenceCountryCode: any;
                                      };
                                      Individual: { GivenName: any; NameTitle?: undefined; Surname: any };
                                  }
                                  | {
                                      _attributes: { PassengerID: any };
                                      ActionType?: undefined;
                                      IdentityDocument?: undefined;
                                      Individual: { GivenName: any; NameTitle?: undefined; Surname: any };
                                  };
                              Previous: {
                                  _attributes: { PassengerID: any };
                                  ActionType: string;
                                  Individual: { GivenName: any; NameTitle: any; Surname: any };
                              };
                          }[];
                      };
                  };
              };
          }
          | {
              "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: { Name: string };
                      Party: any;
                      PointOfSale: { Location: { CountryCode: string } };
                      Query: {
                          AcceptRepricedOrder: { ResponseID: any };
                          OrderID: any;
                          Payments: {
                              Payment: {
                                  Amount: { _attributes: { Code: string }; _text: any };
                                  Method:
                                      | {
                                          Cash: { _attributes: ... };
                                          PaymentCard?: undefined;
                                          Voucher?: undefined;
                                      }
                                      | {
                                          Cash?: undefined;
                                          PaymentCard?: undefined;
                                          Voucher: { Number: ... };
                                      }
                                      | {
                                          Cash?: undefined;
                                          PaymentCard: {
                                              CardCode: ...;
                                              CardHolderBillingAddress: ...;
                                              CardHolderName: ...;
                                              CardNumber: ...;
                                              CardType: ...;
                                              EffectiveExpireDate: ...;
                                              SeriesCode: ...;
                                          };
                                          Voucher?: undefined;
                                      };
                                  Payer: { ContactInfoRefs: string };
                                  Type: any;
                              }[];
                          };
                      };
                  };
              };
          }
          | {
              "soapenv:Body": {
                  OrderChangeRQ: {
                      _attributes: {
                          PrimaryLangID: string;
                          Version: string;
                          xmlns: string;
                      };
                      Document: { Name: string };
                      Party: any;
                      PointOfSale: { Location: { CountryCode: string } };
                      Query: {
                          OrderID: any;
                          OrderServicing: { Delete: { OrderItemID: any } };
                      };
                  };
              };
          }