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'scourseFeeTypeId
field cannot be found.NOT_FOUND
if a membership contact store matching the input'smembershipContactStoreId
field cannot be found.NOT_FOUND
if a course matching the input'scourseId
field cannot be found within the membership contact store.BAD_USER_INPUT
if the input'stype
field isLIMITED
and the input'slimit
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.