cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
172
Views
0
Helpful
0
Comments
cdnadmin
Community Member
This document was generated from CDN thread

Created by: Robert Keenan on 28-05-2010 02:24:10 AM
Hi,
 
      Is there an XML api/URL API which can be used to register an attedee to an event?
 
      Eg. we have RegisterMeetingAttendee XML API to register an attendee to a meeting.
 
 
Any help, appreciated.
Thanks.
 
 
 
 

Subject: RE: Register Events
Replied by: Kingsley Lewis on 01-06-2010 11:42:18 PM
Hi Robert,
 
Below is an example of using the URL API to enroll an attendee:
 
https://sitename.webex.com/sitename/m.php?AT=EN
  &MK=enter_meeting_number
  &FN=enter_first_name
  &LN=enter_last_name
  &AE=enter_attendee_email
  &TI=enter_title
  &CO=enter_company
  &A1=enter_address1
  &A2=enter_address2
  &CR=enter_country
  &CY=enter_city
  &ST=enter_state
  &ZP=enter_postal_code
  &PN=enter_phone_number
  &BU=http://corpsite.com/back_test.htm?fURL=sitename
 
This is the Enroll command:
 
<ul>
m.php?AT=EN
</ul>

  This is the meeting number parameter.:
 
<ul>
&MK=enter_meeting_number
</ul>

  These are the parameters for the contract info of the person
enrolling.:
 
<ul>
&FN=enter_first_name

   &LN=enter_last_name

   &AE=enter_attendee_email

   &TI=enter_title

   &CO=enter_company

   &A1=enter_address1

   &A2=enter_address2

   &CR=enter_country

   &CY=enter_city

   &ST=enter_state

   &ZP=enter_postal_code

   &PN=enter_phone_number

</ul>

  This is the BU for the Enroll command.  The page specified below will
parse the returned info and notify you of success or provide an error
message.:
 
<ul>
&BU=http://corpsite.com/back_test.htm?fURL=sitename

Thank you
-Kingsley Lewis

</ul>

Subject: RE: Register Events
Replied by: Robert Keenan on 03-06-2010 02:05:04 PM
Thanks for your help.

Subject: RE: Register Events
Replied by: Nick Youmans on 03-06-2010 03:26:31 PM
This is the Enroll command:
 
<ul>
m.php?AT=EN
</ul>



 
One thing to be aware of is that AT=EN is enroll for event center only, for meeting, training and sales centers it's
 
m.php?AT=RM (RM = Register meeting)
 
everything else is the same...why it's different, who knows
 
Nick
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Quick Links