createEventCourse
Create a course in an event.
Throws an error with code:
NOT_FOUNDif an event matching the input'seventIdfield cannot be found.MODULE_NOT_ENABLEDif the continuing education module is not enabled in the event.NOT_FOUNDif any credit types matching the input'screditscollectioncreditTypeIdfield cannot be found within the event.NOT_FOUNDif any course classifications matching the input'sclassificationscollectioncourseClassificationIdfield cannot be found within the event.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 event.
createEventCourse(
input: CreateEventCourseInput!
): CreateEventCoursePayload!
Arguments
createEventCourse.input ● CreateEventCourseInput! non-null input
Type
CreateEventCoursePayload object
Payload returned when creating a course in an event.