Skip to main content

createEventCourseClassification

Create a course classification in an event.

Throws an error with code:

  • NOT_FOUND if an event matching the input's eventId field cannot be found.
  • MODULE_NOT_ENABLED if the continuing education module is not enabled in the event.
  • NOT_FOUND if a course classification type associated with the event matching the input's courseClassificationTypeId field cannot be found.
createEventCourseClassification(
input: CreateEventCourseClassificationInput!
): CreateCourseClassificationPayload!

Arguments

createEventCourseClassification.input ● CreateEventCourseClassificationInput! non-null input

Type

CreateCourseClassificationPayload object

Payload returned when creating a course classification in an event, continuing education contact store or membership contact store.