updateCeContactStoreCourse
Update a course in a continuing education contact store.
Throws an error with code:
BAD_REQUEST
if a course matching the input'scourseId
field cannot be found.NOT_FOUND
if a continuing education contact store matching the input'sceContactStoreId
field cannot be found.NOT_FOUND
if any credit types matching the input'scredits
collectioncreditTypeId
field cannot be found within the continuing education contact store.NOT_FOUND
if any course classifications matching the input'sclassifications
collectioncourseClassificationId
field cannot be found within the continuing education contact store.NOT_FOUND
if a course sub classification matching the input'sclassifications
collectioncourseSubClassificationId
field is not associated with the course classification specified bycourseClassificationId
.NOT_FOUND
if any contact matching the input'sinstructors
collectioncontactId
field cannot be found within the continuing education contact store.
updateCeContactStoreCourse(
input: UpdateCeContactStoreCourseInput!
): UpdateCeContactStoreCoursePayload!
Arguments
updateCeContactStoreCourse.input
● UpdateCeContactStoreCourseInput!
non-null input
Type
UpdateCeContactStoreCoursePayload
object
Payload returned when updating a course in a continuing education contact store.