createMembershipContactStoreCourseClassification
Create a course classification 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 classification type associated with the membership contact store matching the input'scourseClassificationTypeId
field cannot be found.
createMembershipContactStoreCourseClassification(
input: CreateMembershipContactStoreCourseClassificationInput!
): CreateCourseClassificationPayload!
Arguments
createMembershipContactStoreCourseClassification.input
● CreateMembershipContactStoreCourseClassificationInput!
non-null input
Type
CreateCourseClassificationPayload
object
Payload returned when creating a course classification in an event, continuing education contact store or membership contact store.