Skip to main content

createCeContactStoreCourse

Create a course in a continuing education contact store.

Throws an error with code:

  • NOT_FOUND if a continuing education contact store matching the input's ceContactStoreId field cannot be found.
  • NOT_FOUND if any credit types matching the input's credits collection creditTypeId field cannot be found within the continuing education contact store.
  • NOT_FOUND if any course classifications matching the input's classifications collection courseClassificationId field cannot be found within the continuing education contact store.
  • NOT_FOUND if a course sub classification matching the input's classifications collection courseSubClassificationId field is not associated with the course classification specified by courseClassificationId.
  • NOT_FOUND if any contact matching the input's instructors collection contactId field 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.