Event.AccommodationBooking.Created
Sent when an accommodation booking is created in an event.
| {
"type": "Event.AccommodationBooking.Created",
"data": {
"eventId": "<guid>",
"accommodationBookingId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.AccommodationBooking.Deleted
Sent when an accommodation booking is deleted from an event.
| {
"type": "Event.AccommodationBooking.Deleted",
"data": {
"eventId": "<guid>",
"accommodationBookingId": "<guid>",
"hotelId": "<guid>",
"roomTypeId": "<guid>",
"contactId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.AccommodationBooking.Updated
Sent when an accommodation booking is updated in an event.
| {
"type": "Event.AccommodationBooking.Updated",
"data": {
"eventId": "<guid>",
"accommodationBookingId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.ActivityBreakAgendaItem.Created
Sent when an activity break agenda item is created in an event.
| {
"type": "Event.ActivityBreakAgendaItem.Created",
"data": {
"eventId": "<guid>",
"activityBreakAgendaItemId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.ActivityBreakAgendaItem.Deleted
Sent when an activity break agenda item is deleted from an event.
| {
"type": "Event.ActivityBreakAgendaItem.Deleted",
"data": {
"eventId": "<guid>",
"activityBreakAgendaItemId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.ActivityBreakAgendaItem.Updated
Sent when an activity break agenda item is updated in an event.
| {
"type": "Event.ActivityBreakAgendaItem.Updated",
"data": {
"eventId": "<guid>",
"activityBreakAgendaItemId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.ActivityBreakAttendanceAgendaItem.CheckedIn
Sent when an activity break attendance agenda item is checkedin in an event.
| {
"type": "Event.ActivityBreakAttendanceAgendaItem.CheckedIn",
"data": {
"eventId": "<guid>",
"activityBreakAttendanceAgendaItemId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.ActivityBreakAttendanceAgendaItem.CheckedOut
Sent when an activity break attendance agenda item is checkedout in an event.
| {
"type": "Event.ActivityBreakAttendanceAgendaItem.CheckedOut",
"data": {
"eventId": "<guid>",
"activityBreakAttendanceAgendaItemId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.ActivityBreakAttendanceAgendaItem.Created
Sent when an activity break attendance agenda item is created in an event.
| {
"type": "Event.ActivityBreakAttendanceAgendaItem.Created",
"data": {
"eventId": "<guid>",
"activityBreakAttendanceAgendaItemId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.ActivityBreakAttendanceAgendaItem.Deleted
Sent when an activity break attendance agenda item is deleted from an event.
| {
"type": "Event.ActivityBreakAttendanceAgendaItem.Deleted",
"data": {
"eventId": "<guid>",
"activityBreakAttendanceAgendaItemId": "<guid>",
"activityBreakAgendaItemId": "<guid>",
"contactId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.Archived
Sent when an event is archived.
| {
"type": "Event.Archived",
"data": {
"eventId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.CeCredit.Created
Sent when a ce credit is created in an event.
| {
"type": "Event.CeCredit.Created",
"data": {
"eventId": "<guid>",
"ceCreditId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.CeCredit.Deleted
Sent when a ce credit is deleted from an event.
| {
"type": "Event.CeCredit.Deleted",
"data": {
"eventId": "<guid>",
"ceCreditId": "<guid>",
"courseId": "<guid>",
"contactId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.CeCredit.Updated
Sent when a ce credit is updated in an event.
| {
"type": "Event.CeCredit.Updated",
"data": {
"eventId": "<guid>",
"ceCreditId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.Communication.Sent
Sent when a communication is sent in an event.
| {
"type": "Event.Communication.Sent",
"data": {
"eventId": "<guid>",
"communicationId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.Contact.Anonymized
Sent when a contact is anonymized in an event.
| {
"type": "Event.Contact.Anonymized",
"data": {
"eventId": "<guid>",
"contactId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.Contact.CheckedIn
Sent when a contact is checkedin in an event.
| {
"type": "Event.Contact.CheckedIn",
"data": {
"eventId": "<guid>",
"contactId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.Contact.CheckedOut
Sent when a contact is checkedout in an event.
| {
"type": "Event.Contact.CheckedOut",
"data": {
"eventId": "<guid>",
"contactId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.Contact.Created
Sent when a contact is created in an event.
| {
"type": "Event.Contact.Created",
"data": {
"eventId": "<guid>",
"contactId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.Contact.Deleted
Sent when a contact is deleted from an event.
| {
"type": "Event.Contact.Deleted",
"data": {
"eventId": "<guid>",
"contactId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.Contact.Updated
Sent when a contact is updated in an event.
| {
"type": "Event.Contact.Updated",
"data": {
"eventId": "<guid>",
"contactId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.Course.Created
Sent when a course is created in an event.
| {
"type": "Event.Course.Created",
"data": {
"eventId": "<guid>",
"courseId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.Course.Deleted
Sent when a course is deleted from an event.
| {
"type": "Event.Course.Deleted",
"data": {
"eventId": "<guid>",
"courseId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.Course.Updated
Sent when a course is updated in an event.
| {
"type": "Event.Course.Updated",
"data": {
"eventId": "<guid>",
"courseId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.CourseCreditType.Created
Sent when a course credit type is created in an event.
| {
"type": "Event.CourseCreditType.Created",
"data": {
"eventId": "<guid>",
"courseCreditTypeId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.CourseCreditType.Deleted
Sent when a course credit type is deleted from an event.
| {
"type": "Event.CourseCreditType.Deleted",
"data": {
"eventId": "<guid>",
"courseCreditTypeId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.CourseCreditType.Updated
Sent when a course credit type is updated in an event.
| {
"type": "Event.CourseCreditType.Updated",
"data": {
"eventId": "<guid>",
"courseCreditTypeId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.CourseFeeType.Created
Sent when a course fee type is created in an event.
| {
"type": "Event.CourseFeeType.Created",
"data": {
"eventId": "<guid>",
"courseFeeTypeId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.CourseFeeType.Deleted
Sent when a course fee type is deleted from an event.
| {
"type": "Event.CourseFeeType.Deleted",
"data": {
"eventId": "<guid>",
"courseFeeTypeId": "<guid>",
"courseId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.CourseFeeType.Updated
Sent when a course fee type is updated in an event.
| {
"type": "Event.CourseFeeType.Updated",
"data": {
"eventId": "<guid>",
"courseFeeTypeId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.CourseRegistration.Created
Sent when a course registration is created in an event.
| {
"type": "Event.CourseRegistration.Created",
"data": {
"eventId": "<guid>",
"courseRegistrationId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.CourseRegistration.Deleted
Sent when a course registration is deleted from an event.
| {
"type": "Event.CourseRegistration.Deleted",
"data": {
"eventId": "<guid>",
"courseRegistrationId": "<guid>",
"courseId": "<guid>",
"courseFeeTypeId": "<guid>",
"contactId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.CourseRegistration.Updated
Sent when a course registration is updated in an event.
| {
"type": "Event.CourseRegistration.Updated",
"data": {
"eventId": "<guid>",
"courseRegistrationId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.Created
Sent when an event is created.
| {
"type": "Event.Created",
"data": {
"eventId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.Deleted
Sent when an event is deleted.
| {
"type": "Event.Deleted",
"data": {
"eventId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.ExhibitionBooking.Created
Sent when an exhibition booking is created in an event.
| {
"type": "Event.ExhibitionBooking.Created",
"data": {
"eventId": "<guid>",
"exhibitionBookingId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.ExhibitionBooking.Deleted
Sent when an exhibition booking is deleted from an event.
| {
"type": "Event.ExhibitionBooking.Deleted",
"data": {
"eventId": "<guid>",
"exhibitionBookingId": "<guid>",
"standNumberId": "<guid>",
"standTypeId": "<guid>",
"contactId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.ExhibitionBooking.Updated
Sent when an exhibition booking is updated in an event.
| {
"type": "Event.ExhibitionBooking.Updated",
"data": {
"eventId": "<guid>",
"exhibitionBookingId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.Function.Created
Sent when a function is created in an event.
| {
"type": "Event.Function.Created",
"data": {
"eventId": "<guid>",
"functionId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.Function.Deleted
Sent when a function is deleted from an event.
| {
"type": "Event.Function.Deleted",
"data": {
"eventId": "<guid>",
"functionId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.Function.Updated
Sent when a function is updated in an event.
| {
"type": "Event.Function.Updated",
"data": {
"eventId": "<guid>",
"functionId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.FunctionRegistration.CheckedIn
Sent when a function registration is checkedin in an event.
| {
"type": "Event.FunctionRegistration.CheckedIn",
"data": {
"eventId": "<guid>",
"functionRegistrationId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.FunctionRegistration.CheckedOut
Sent when a function registration is checkedout in an event.
| {
"type": "Event.FunctionRegistration.CheckedOut",
"data": {
"eventId": "<guid>",
"functionRegistrationId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.FunctionRegistration.Created
Sent when a function registration is created in an event.
| {
"type": "Event.FunctionRegistration.Created",
"data": {
"eventId": "<guid>",
"functionRegistrationId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.FunctionRegistration.Deleted
Sent when a function registration is deleted from an event.
| {
"type": "Event.FunctionRegistration.Deleted",
"data": {
"eventId": "<guid>",
"functionRegistrationId": "<guid>",
"functionId": "<guid>",
"functionFeeTypeId": "<guid>",
"contactId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.FunctionRegistration.Updated
Sent when a function registration is updated in an event.
| {
"type": "Event.FunctionRegistration.Updated",
"data": {
"eventId": "<guid>",
"functionRegistrationId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.HeadingAgendaItem.Created
Sent when a heading agenda item is created in an event.
| {
"type": "Event.HeadingAgendaItem.Created",
"data": {
"eventId": "<guid>",
"headingAgendaItemId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.HeadingAgendaItem.Deleted
Sent when a heading agenda item is deleted from an event.
| {
"type": "Event.HeadingAgendaItem.Deleted",
"data": {
"eventId": "<guid>",
"headingAgendaItemId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.HeadingAgendaItem.Updated
Sent when a heading agenda item is updated in an event.
| {
"type": "Event.HeadingAgendaItem.Updated",
"data": {
"eventId": "<guid>",
"headingAgendaItemId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.InformationAgendaItem.Created
Sent when an information agenda item is created in an event.
| {
"type": "Event.InformationAgendaItem.Created",
"data": {
"eventId": "<guid>",
"informationAgendaItemId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.InformationAgendaItem.Deleted
Sent when an information agenda item is deleted from an event.
| {
"type": "Event.InformationAgendaItem.Deleted",
"data": {
"eventId": "<guid>",
"informationAgendaItemId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.InformationAgendaItem.Updated
Sent when an information agenda item is updated in an event.
| {
"type": "Event.InformationAgendaItem.Updated",
"data": {
"eventId": "<guid>",
"informationAgendaItemId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.Invoice.Created
Sent when an invoice is created in an event.
| {
"type": "Event.Invoice.Created",
"data": {
"eventId": "<guid>",
"invoiceId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.Invoice.Finalized
Sent when an invoice is finalized in an event.
| {
"type": "Event.Invoice.Finalized",
"data": {
"eventId": "<guid>",
"invoiceId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.Invoice.Issued
Sent when an invoice is issued in an event.
| {
"type": "Event.Invoice.Issued",
"data": {
"eventId": "<guid>",
"invoiceId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.Invoice.PurchaseOrderNumberUpdated
Sent when the purchase order number of an invoice is updated in an event.
| {
"type": "Event.Invoice.PurchaseOrderNumberUpdated",
"data": {
"eventId": "<guid>",
"invoiceId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.MarketingRecord.Created
Sent when a marketing record is created in an event.
| {
"type": "Event.MarketingRecord.Created",
"data": {
"eventId": "<guid>",
"marketingRecordId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.MarketingRecord.Deleted
Sent when a marketing record is deleted from an event.
| {
"type": "Event.MarketingRecord.Deleted",
"data": {
"eventId": "<guid>",
"marketingRecordId": "<guid>",
"marketingTagId": "<guid>",
"contactId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.MarketingRecord.Updated
Sent when a marketing record is updated in an event.
| {
"type": "Event.MarketingRecord.Updated",
"data": {
"eventId": "<guid>",
"marketingRecordId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.Meeting.Created
Sent when a meeting is created in an event.
| {
"type": "Event.Meeting.Created",
"data": {
"eventId": "<guid>",
"meetingId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.Meeting.Updated
Sent when a meeting is updated in an event.
| {
"type": "Event.Meeting.Updated",
"data": {
"eventId": "<guid>",
"meetingId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.MeetingPreference.Created
Sent when a meeting preference is created in an event.
| {
"type": "Event.MeetingPreference.Created",
"data": {
"eventId": "<guid>",
"meetingPreferenceId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.MeetingPreference.Deleted
Sent when a meeting preference is deleted from an event.
| {
"type": "Event.MeetingPreference.Deleted",
"data": {
"eventId": "<guid>",
"meetingPreferenceId": "<guid>",
"fromExhibitionId": "<guid>",
"toExhibitionId": "<guid>",
"fromRegistrationId": "<guid>",
"toRegistrationId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.MeetingPreference.Updated
Sent when a meeting preference is updated in an event.
| {
"type": "Event.MeetingPreference.Updated",
"data": {
"eventId": "<guid>",
"meetingPreferenceId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.Note.Created
Sent when a note is created in an event.
| {
"type": "Event.Note.Created",
"data": {
"eventId": "<guid>",
"noteId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.Note.Deleted
Sent when a note is deleted from an event.
| {
"type": "Event.Note.Deleted",
"data": {
"eventId": "<guid>",
"noteId": "<guid>",
"noteTypeId": "<guid>",
"contactId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.Note.Updated
Sent when a note is updated in an event.
| {
"type": "Event.Note.Updated",
"data": {
"eventId": "<guid>",
"noteId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.Payment.Created
Sent when a payment is created in an event.
| {
"type": "Event.Payment.Created",
"data": {
"eventId": "<guid>",
"paymentId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.Payment.Updated
Sent when a payment is updated in an event.
| {
"type": "Event.Payment.Updated",
"data": {
"eventId": "<guid>",
"paymentId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.Presentation.Created
Sent when a presentation is created in an event.
| {
"type": "Event.Presentation.Created",
"data": {
"eventId": "<guid>",
"presentationId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.Presentation.Deleted
Sent when a presentation is deleted from an event.
| {
"type": "Event.Presentation.Deleted",
"data": {
"eventId": "<guid>",
"presentationId": "<guid>",
"contactId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.Presentation.Updated
Sent when a presentation is updated in an event.
| {
"type": "Event.Presentation.Updated",
"data": {
"eventId": "<guid>",
"presentationId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.Registration.Created
Sent when a registration is created in an event.
| {
"type": "Event.Registration.Created",
"data": {
"eventId": "<guid>",
"registrationId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.Registration.Deleted
Sent when a registration is deleted from an event.
| {
"type": "Event.Registration.Deleted",
"data": {
"eventId": "<guid>",
"registrationId": "<guid>",
"registrationTypeId": "<guid>",
"contactId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.Registration.Updated
Sent when a registration is updated in an event.
| {
"type": "Event.Registration.Updated",
"data": {
"eventId": "<guid>",
"registrationId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.Session.Created
Sent when a session is created in an event.
| {
"type": "Event.Session.Created",
"data": {
"eventId": "<guid>",
"sessionId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.Session.Deleted
Sent when a session is deleted from an event.
| {
"type": "Event.Session.Deleted",
"data": {
"eventId": "<guid>",
"sessionId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.Session.Updated
Sent when a session is updated in an event.
| {
"type": "Event.Session.Updated",
"data": {
"eventId": "<guid>",
"sessionId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.SessionAttendanceAgendaItem.CheckedIn
Sent when a session attendance agenda item is checkedin in an event.
| {
"type": "Event.SessionAttendanceAgendaItem.CheckedIn",
"data": {
"eventId": "<guid>",
"sessionAttendanceAgendaItemId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.SessionAttendanceAgendaItem.CheckedOut
Sent when a session attendance agenda item is checkedout in an event.
| {
"type": "Event.SessionAttendanceAgendaItem.CheckedOut",
"data": {
"eventId": "<guid>",
"sessionAttendanceAgendaItemId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.SessionAttendanceAgendaItem.Created
Sent when a session attendance agenda item is created in an event.
| {
"type": "Event.SessionAttendanceAgendaItem.Created",
"data": {
"eventId": "<guid>",
"sessionAttendanceAgendaItemId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.SessionAttendanceAgendaItem.Deleted
Sent when a session attendance agenda item is deleted from an event.
| {
"type": "Event.SessionAttendanceAgendaItem.Deleted",
"data": {
"eventId": "<guid>",
"sessionAttendanceAgendaItemId": "<guid>",
"sessionId": "<guid>",
"contactId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.SponsorshipBooking.Created
Sent when a sponsorship booking is created in an event.
| {
"type": "Event.SponsorshipBooking.Created",
"data": {
"eventId": "<guid>",
"sponsorshipBookingId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.SponsorshipBooking.Deleted
Sent when a sponsorship booking is deleted from an event.
| {
"type": "Event.SponsorshipBooking.Deleted",
"data": {
"eventId": "<guid>",
"sponsorshipBookingId": "<guid>",
"sponsorshipPackageId": "<guid>",
"contactId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.SponsorshipBooking.Updated
Sent when a sponsorship booking is updated in an event.
| {
"type": "Event.SponsorshipBooking.Updated",
"data": {
"eventId": "<guid>",
"sponsorshipBookingId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.Survey.Responded
Sent when a survey is responded in an event.
| {
"type": "Event.Survey.Responded",
"data": {
"eventId": "<guid>",
"surveyId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.TravelBooking.Created
Sent when a travel booking is created in an event.
| {
"type": "Event.TravelBooking.Created",
"data": {
"eventId": "<guid>",
"travelBookingId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.TravelBooking.Deleted
Sent when a travel booking is deleted from an event.
| {
"type": "Event.TravelBooking.Deleted",
"data": {
"eventId": "<guid>",
"travelBookingId": "<guid>",
"sectorId": "<guid>",
"travelTypeId": "<guid>",
"contactId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.TravelBooking.Updated
Sent when a travel booking is updated in an event.
| {
"type": "Event.TravelBooking.Updated",
"data": {
"eventId": "<guid>",
"travelBookingId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|
Event.Updated
Sent when an event is updated.
| {
"type": "Event.Updated",
"data": {
"eventId": "<guid>",
"timestamp": "yyyy-MM-ddTHH:mm:ssZ",
"correlationId": "<guid>"
}
}
|