Skip to main content

updateMembershipContactStoreCourse

Update a course in a membership contact store.

Throws an error with code:

  • BAD_REQUEST if a course matching the input's courseId field cannot be found.
  • NOT_FOUND if a membership contact store matching the input's membershipContactStoreId field cannot be found.
  • NOT_FOUND if any credit types matching the input's credits collection creditTypeId field cannot be found within the membership contact store.
  • NOT_FOUND if any course classifications matching the input's classifications collection courseClassificationId field cannot be found within the membership 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 membership contact store.
updateMembershipContactStoreCourse(
input: UpdateMembershipContactStoreCourseInput!
): UpdateMembershipContactStoreCoursePayload!

Arguments

updateMembershipContactStoreCourse.input ● UpdateMembershipContactStoreCourseInput! non-null input

Type

UpdateMembershipContactStoreCoursePayload object

Payload returned when updating a course in a membership contact store.