Skip to main content

updateEventCourseFeeType

Update a course fee type in an event.

Throws an error with code:

  • BAD_REQUEST if a course fee type matching the input's courseFeeTypeId field cannot be found.
  • NOT_FOUND if an event matching the input's eventId field cannot be found.
  • 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.
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.