createEventCourseFeeType
Create a course fee type 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 course matching the input'scourseIdfield cannot be found within the event.BAD_USER_INPUTif the input'stypefield isLIMITEDand the input'slimitfield 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.