Make a request »
EventService.RegisterAttendee
Registers an attendee and their guests (if any) to a specified event session. Event ID and session ID are always required. Remaining data is matched and validated according to the rules specified by the result of GetControls API method. "Make Test Call" does not support non-anonymous guest registration. Works with Event 3.0 or newer (Direct method) See code examples
URL Parameters
Http verb: POST
URI: Full url: http://se.api.anpdm.com/event/v2/{eventId}/session/{sessionId}/register
URL parameters:
eventId | String | Event ID |
sessionId | String | Event session ID |
Body parameters
Body parameters
registerAttendee | Attendee and their guests (if any) data required for registration to event
|
Response
Body parameters
returns | Response object that includes event registration result, status code and status message
|
Help
Code examples