Skip to main content

createEventCourseFeeType

Create a course fee 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.
  • NOT_FOUND if a course matching the input's courseId field cannot be found within the event.
  • BAD_USER_INPUT if the input's type field is LIMITED and the input's limit field is not specified.
createEventCourseFeeType(
input: CreateEventCourseFeeTypeInput!
): CreateCourseFeeTypePayload!

Arguments

createEventCourseFeeType.input ● CreateEventCourseFeeTypeInput! non-null input

Type

CreateCourseFeeTypePayload object

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