createEventCourseRegistration
Create a course registration in an event.
Throws an error with code:
NOT_FOUNDif an event matching the input'seventIdfield cannot be found.MODULE_NOT_ENABLEDif the continuing education module is not enabled in the event.NOT_FOUNDif a contact matching the input'scontactIdfield cannot be found within the event.NOT_FOUNDif a course discount code matching the input'sdiscountCodeIdfield cannot be found within the event.
createEventCourseRegistration(
  input: CreateEventCourseRegistrationInput!
): CreateEventCourseRegistrationPayload!
Arguments
createEventCourseRegistration.input ● CreateEventCourseRegistrationInput! non-null input
Type
CreateEventCourseRegistrationPayload object
Payload returned when creating a course registration in an event.