createCeContactStoreCourse
Create a course in a continuing education contact store.
Throws an error with code:
NOT_FOUNDif a continuing education contact store matching the input'sceContactStoreIdfield cannot be found.NOT_FOUNDif any credit types matching the input'screditscollectioncreditTypeIdfield cannot be found within the continuing education contact store.NOT_FOUNDif any course classifications matching the input'sclassificationscollectioncourseClassificationIdfield cannot be found within the continuing education 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 continuing education contact store.
createCeContactStoreCourse(
input: CreateCeContactStoreCourseInput!
): CreateCeContactStoreCoursePayload!
Arguments
createCeContactStoreCourse.input ● CreateCeContactStoreCourseInput! non-null input
Type
CreateCeContactStoreCoursePayload object
Payload returned when creating a course in a continuing education contact store.