This method can be used to update the information for a given participant. The changes are reflected in the returned SDK_Participant object.
To use this method successfully, the SDK_Participant should first be retrieved by calling the GetParticipant method. The three boolean values lastFirstNameUnique, emailUnique, and customIdUnique are used to tell the system which values you want a uniqueness check to be performed on during the update. For example, if you want every participant in the list to have a unique email address, you would specify that emailUnique is true. If the update will result in a duplicate, the update will fail.
If there is an error during the update, an exception will be thrown with an appropriate error message.
WebServiceContext Class | DatStat.SDK.WebServiceWrappers Namespace