updateEventCourseFeeType
Update a course fee type in an event.
Throws an error with code:
BAD_REQUEST
if a course fee type matching the input'scourseFeeTypeId
field cannot be found.NOT_FOUND
if an event matching the input'seventId
field cannot be found.NOT_FOUND
if a course matching the input'scourseId
field cannot be found within the event.BAD_USER_INPUT
if the input'stype
field isLIMITED
and the input'slimit
field 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.