updateMembershipContactStoreCourseRegistration
Update a course registration in a membership contact store.
Throws an error with code:
BAD_REQUEST
if a course registration matching the input'scourseRegistrationId
field cannot be found.NOT_FOUND
if a membership contact store matching the input'smembershipContactStoreId
field cannot be found.NOT_FOUND
if a contact matching the input'scontactId
field cannot be found within the membership contact store.NOT_FOUND
if a course discount code matching the input'sdiscountCodeId
field cannot be found within the membership contact store.
updateMembershipContactStoreCourseRegistration(
input: UpdateMembershipContactStoreCourseRegistrationInput!
): UpdateMembershipContactStoreCourseRegistrationPayload!
Arguments
updateMembershipContactStoreCourseRegistration.input
● UpdateMembershipContactStoreCourseRegistrationInput!
non-null input
Type
UpdateMembershipContactStoreCourseRegistrationPayload
object
Payload returned when updating a course registration in a membership contact store.