updateCeContactStoreCourseFeeType
Update a course fee type in a continuing education contact store.
Throws an error with code:
BAD_REQUESTif a course fee type matching the input'scourseFeeTypeIdfield cannot be found.NOT_FOUNDif a membership contact store matching the input'smembershipContactStoreIdfield cannot be found.NOT_FOUNDif a course matching the input'scourseIdfield cannot be found within the membership contact store.BAD_USER_INPUTif the input'stypefield isLIMITEDand the input'slimitfield is not specified.
updateCeContactStoreCourseFeeType(
input: UpdateCeContactStoreCourseFeeTypeInput!
): UpdateCourseFeeTypePayload!