10-02-2017 02:37 AM
Hello,
What is the proper way to register a new Attendee to an existing Event Center event over the XML API, when the event has custom form fields?
I am currently using AttendeeService and CreateMeetingAttendee to register an Attendee to an exisisting event.
The events and custom forms are managed over WebEx.
I have 3 checkboxes that need to be checked during the registration. I know the URL API has something called CheckBox1, CheckBox2 but i can't find anything in the XML API documentation.
The XML is as follows
Solved! Go to Solution.
10-12-2017 10:43 AM
CreateMeetingAttendee does not support custom enrollment fields. You will need to use the URL API m.php request AT=EN if you wish to automate this function. Alternately, you may track and store the custom enrollment values on your end and only request basic required data on the WebEx side, allowing you to keep using CreateMeetingAttendee.
10-12-2017 10:43 AM
CreateMeetingAttendee does not support custom enrollment fields. You will need to use the URL API m.php request AT=EN if you wish to automate this function. Alternately, you may track and store the custom enrollment values on your end and only request basic required data on the WebEx side, allowing you to keep using CreateMeetingAttendee.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide