Click or drag to resize

clsTrainingCourseHandshakeRequesteAction Enumeration

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public enum eAction
Members
  Member nameValueDescription
ReadTrainingCourseRegistrationToken1Read only information about the training course, event and the participant out of the newsletter token

Sample: eventregistrationvianewsletter.php

RegisterToTrainingCourseWithToken2Register to a trainig course or an event. Traning course and participant information are encoded in the newsletter token.

Sample: eventregistrationvianewslettersave.php

RequestEventInformationFreeRegistration3Load Information about a training course or an event by the internal id (MPWorkItem.WorkItemID). Works only for public visible events.

Sample: eventregistrationfree.php

RegisterEventSendEmailConfirmation4Send a verification email to the given receipient including the training course information to receive a confirmation token

Sample: eventregistrationfreesave.php

RequestFreeRegistrationReadEMailToken5Read receipient information and training course information from the temporary email confirmation token

Sample: eventregistrationfreetoken.php

RequestFreeRegistrationWithToken6Register for free event with the temporary email confirmation token.

Sample: eventregistrationfreetokensave.php

RequestFreeNewlsetterEMailToken7Send a confirmation email to the given email address to receive a temporary newlsetter confirmation token.

Sample: newsletterregistrationfreesave.php

ReadFreeNewlsetterToken8Read the temporary newlsetter confirmation token. Load also the selectable newsletter topics.

Sample: newsletterregistrationfreetoken.php

CreateNewsletterReceipient9Search by email for an existing participant or create a new particpant. The (existing) or new participant will be linked to the selected newsletter topics.

Sample: newsletterregistrationfreetokensave.php

ReadNLSettingsFromNLToken10Read permanent email selfservice token. (used on every newsletter footer). Reads the selected newsletter topics.

Sample: newslettersettings.php

UpdateNLSettingsFromNLToken11Save updated newsletter information via permanent email selfservice token

Sample: newslettersettingssave.php

UpdateNLSettingsFromNLTokenUnsubscribe12Save newsletter information and store the Block Marketing Information [x] eMail for Contact Person and Free Participants. Employee master cannot block emails.

Sample: newslettersettingssave.php

RequestTrainingCourseWithToken13Send a verification email to a new contactperson including the training course information to receive a confirmation token and Create a new Contactperson with the given email

Sample: eventregistrationfreesave.php

RequestTrainingCourseParticipantInfoWithoutToken14>Get Partcipant and Workitem Info without temporary email confirmation token

Sample: eventregistrationfreesave.php

RequestFreeRegistrationWithoutToken15Register for free event without the temporary email confirmation token.

Sample: eventregistrationfreetokensave.php

See Also