Skip to main content

createEventCourseCreditType

Create a course credit type 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.
createEventCourseCreditType(
input: CreateEventCourseCreditTypeInput!
): CreateCourseCreditTypePayload!

Arguments

createEventCourseCreditType.input ● CreateEventCourseCreditTypeInput! non-null input

Type

CreateCourseCreditTypePayload object

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