Documentation
    Preparing search index...
    • Parameters

      • body: any
      • Party: any

      Returns {
          "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 };
                          };
                      }[];
                  };
              };
          };
      }