createMembershipContactStoreCourse
Create a course in a membership contact store.
Throws an error with code:
NOT_FOUNDif a membership contact store matching the input'smembershipContactStoreIdfield cannot be found.MODULE_NOT_ENABLEDif the continuing education module is not enabled in the membership contact store.NOT_FOUNDif any credit types matching the input'screditscollectioncreditTypeIdfield cannot be found within the membership contact store.NOT_FOUNDif any course classifications matching the input'sclassificationscollectioncourseClassificationIdfield cannot be found within the membership contact store.NOT_FOUNDif a course sub classification matching the input'sclassificationscollectioncourseSubClassificationIdfield is not associated with the course classification specified bycourseClassificationId.NOT_FOUNDif any contact matching the input'sinstructorscollectioncontactIdfield cannot be found within the membership contact store.
createMembershipContactStoreCourse(
input: CreateMembershipContactStoreCourseInput!
): CreateMembershipContactStoreCoursePayload!
Arguments
createMembershipContactStoreCourse.input ● CreateMembershipContactStoreCourseInput! non-null input
Type
CreateMembershipContactStoreCoursePayload object
Payload returned when creating a course in a membership contact store.