createCeContactStoreCourseFeeType
Create a course fee type in a continuing education contact store.
Throws an error with code:
NOT_FOUND
if a continuing education contact store matching the input'sceContactStoreId
field cannot be found.NOT_FOUND
if a course matching the input'scourseId
field cannot be found within the continuing education contact store.BAD_USER_INPUT
if the input'stype
field isLIMITED
and the input'slimit
field is not specified.
createCeContactStoreCourseFeeType(
input: CreateCeContactStoreCourseFeeTypeInput!
): CreateCourseFeeTypePayload!
Arguments
createCeContactStoreCourseFeeType.input
● CreateCeContactStoreCourseFeeTypeInput!
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.