updateCeContactStoreCourse
Update a course in a continuing education contact store.
Throws an error with code:
BAD_REQUESTif a course matching the input'scourseIdfield cannot be found.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.
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.