EventsWebService
The following operations are supported. For a formal definition, please review the Service Description.
-
ContactIsRegisteredForEvent
Check to see if a person is already registered for an event. -
GetEventData
Gets event information out of iMIS including titles, descriptions, pricing, etc. You can use an asterisk as a wildcard to get all information. -
GetRegisteredEvents
Check all events for contactID as registrant. Returns the event object for each event. -
GetRegistrants
Gets registrants for matching meetings; excludes canceled and canceled transfers. ContactID can be an ID or * to get all registrants. EventCode is a search string for iMIS event code; enter event code, partial event code with wildcard *, or just wild card for all events. -
RegisterAttendee
Registers a person for an event. Provide the functions that you want them to register for including quantities and pricing if you want to override it.