createMembershipContactStoreCourseFeeType
Create a course fee type in a membership contact store.
Throws an error with code:
NOT_FOUND
if a membership contact store matching the input'smembershipContactStoreId
field cannot be found.MODULE_NOT_ENABLED
if the continuing education module is not enabled in the membership contact store.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.
createMembershipContactStoreCourseFeeType(
input: CreateMembershipContactStoreCourseFeeTypeInput!
): CreateCourseFeeTypePayload!
Arguments
createMembershipContactStoreCourseFeeType.input
● CreateMembershipContactStoreCourseFeeTypeInput!
non-null input
Type
CreateCourseFeeTypePayload
object
Payload returned when creating a course fee type in an event, a continuing education contact store, or a membership contact store.