updateEventCourseFeeType
Update a course fee type in an event.
Throws an error with code:
BAD_REQUESTif a course fee type matching the input'scourseFeeTypeIdfield cannot be found.NOT_FOUNDif an event matching the input'seventIdfield cannot be found.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.
updateEventCourseFeeType(
  input: UpdateEventCourseFeeTypeInput!
): UpdateCourseFeeTypePayload!
Arguments
updateEventCourseFeeType.input ● UpdateEventCourseFeeTypeInput! non-null input
Type
UpdateCourseFeeTypePayload object
Payload returned when creating a course fee type in an event, a continuing education contact store, or a membership contact store.