A delegate (attendee) on an event booking. A delegate contains any number of sub event bookings.

Name Type Description Required
ContactId Int32 The Id of the contact that this delegate is for. Yes
Title String No
FirstName String No
Surname String No
Position String No
Department String No
Organisation String No
AddressLabel String No
AddressLine1 String No
AddressLine2 String No
AddressLine3 String No
Town String No
CountyId Int32 The Id of the County. Lookup: County list. -1 can be entered if this is not known. Yes
Postcode String No
CountryId Int32 The Id of the Country. Lookup: Country list. -1 can be entered if this is not known. Yes
Phone String No
Mobile String No
Email String No
Notes String No
AccessRequirements String No
DietaryRequirements String No
SubEventBookings List<SubEventBooking> The list of sub event bookings for this delegate. No