Skip to main content

updateCeContactStoreCourseClassification

Update a course classification in a continuing education contact store.

Throws an error with code:

  • BAD_REQUEST if a course classification matching the input's courseClassificationId field cannot be found.
  • NOT_FOUND if a continuing education contact store matching the input's ceContactStoreId field cannot be found.
  • NOT_FOUND if a course classification type associated with the continuing education contact store matching the input's courseClassificationTypeId field cannot be found.
updateCeContactStoreCourseClassification(
input: UpdateCeContactStoreCourseClassificationInput!
): UpdateCourseClassificationPayload!

Arguments

updateCeContactStoreCourseClassification.input ● UpdateCeContactStoreCourseClassificationInput! non-null input

Type

UpdateCourseClassificationPayload object

Payload returned when updating a course classification in an event, continuing education contact store or membership contact store.