updateMembershipContactStoreCourseRegistration
Update a course registration in a membership contact store.
Throws an error with code:
BAD_REQUESTif a course registration matching the input'scourseRegistrationIdfield cannot be found.NOT_FOUNDif a membership contact store matching the input'smembershipContactStoreIdfield cannot be found.NOT_FOUNDif a contact matching the input'scontactIdfield cannot be found within the membership contact store.NOT_FOUNDif a course discount code matching the input'sdiscountCodeIdfield 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.