updateMembershipContactStoreCourse
Update a course in a membership contact store.
Throws an error with code:
BAD_REQUESTif a course matching the input'scourseIdfield cannot be found.NOT_FOUNDif a membership contact store matching the input'smembershipContactStoreIdfield cannot be found.NOT_FOUNDif any credit types matching the input'screditscollectioncreditTypeIdfield cannot be found within the membership contact store.NOT_FOUNDif any course classifications matching the input'sclassificationscollectioncourseClassificationIdfield cannot be found within the membership 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 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.