clsTrainingCourseHandshakeRequesteAction Enumeration |
Namespace: MARIInterface
| Member name | Value | Description | |
|---|---|---|---|
| ReadTrainingCourseRegistrationToken | 1 | Read only information about the training course, event and the participant out of the newsletter token
Sample: eventregistrationvianewsletter.php | |
| RegisterToTrainingCourseWithToken | 2 | Register to a trainig course or an event. Traning course and participant information are encoded in the newsletter token.
Sample: eventregistrationvianewslettersave.php | |
| RequestEventInformationFreeRegistration | 3 | Load Information about a training course or an event by the internal id (MPWorkItem.WorkItemID). Works only for public visible events.
Sample: eventregistrationfree.php | |
| RegisterEventSendEmailConfirmation | 4 | Send a verification email to the given receipient including the training course information to receive a confirmation token
Sample: eventregistrationfreesave.php | |
| RequestFreeRegistrationReadEMailToken | 5 | Read receipient information and training course information from the temporary email confirmation token
Sample: eventregistrationfreetoken.php | |
| RequestFreeRegistrationWithToken | 6 | Register for free event with the temporary email confirmation token.
Sample: eventregistrationfreetokensave.php | |
| RequestFreeNewlsetterEMailToken | 7 | Send a confirmation email to the given email address to receive a temporary newlsetter confirmation token.
Sample: newsletterregistrationfreesave.php | |
| ReadFreeNewlsetterToken | 8 | Read the temporary newlsetter confirmation token. Load also the selectable newsletter topics.
Sample: newsletterregistrationfreetoken.php | |
| CreateNewsletterReceipient | 9 | Search 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 | |
| ReadNLSettingsFromNLToken | 10 | Read permanent email selfservice token. (used on every newsletter footer). Reads the selected newsletter topics.
Sample: newslettersettings.php | |
| UpdateNLSettingsFromNLToken | 11 | Save updated newsletter information via permanent email selfservice token
Sample: newslettersettingssave.php | |
| UpdateNLSettingsFromNLTokenUnsubscribe | 12 | Save newsletter information and store the Block Marketing Information [x] eMail for Contact Person and Free Participants. Employee master cannot block emails.
Sample: newslettersettingssave.php | |
| RequestTrainingCourseWithToken | 13 | Send 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 | |
| RequestTrainingCourseParticipantInfoWithoutToken | 14 | >Get Partcipant and Workitem Info without temporary email confirmation token
Sample: eventregistrationfreesave.php | |
| RequestFreeRegistrationWithoutToken | 15 | Register for free event without the temporary email confirmation token.
Sample: eventregistrationfreetokensave.php |