Skip to main content

updateCeContactStoreCourseFeeType

Update a course fee type in a continuing education contact store.

Throws an error with code:

  • BAD_REQUEST if a course fee type matching the input's courseFeeTypeId field cannot be found.
  • NOT_FOUND if a membership contact store matching the input's membershipContactStoreId field cannot be found.
  • NOT_FOUND if a course matching the input's courseId field cannot be found within the membership contact store.
  • BAD_USER_INPUT if the input's type field is LIMITED and the input's limit field is not specified.
updateCeContactStoreCourseFeeType(
input: UpdateCeContactStoreCourseFeeTypeInput!
): UpdateCourseFeeTypePayload!

Arguments

updateCeContactStoreCourseFeeType.input ● UpdateCeContactStoreCourseFeeTypeInput! 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.