updateCeContactStoreCourseRegistration
Update a course registration in a continuing education 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 continuing education contact store matching the input'sceContactStoreId
field cannot be found.NOT_FOUND
if a contact matching the input'scontactId
field cannot be found within the continuing education contact store.NOT_FOUND
if a course discount code matching the input'sdiscountCodeId
field cannot be found within the continuing education contact store.
updateCeContactStoreCourseRegistration(
input: UpdateCeContactStoreCourseRegistrationInput!
): UpdateCeContactStoreCourseRegistrationPayload!
Arguments
updateCeContactStoreCourseRegistration.input
● UpdateCeContactStoreCourseRegistrationInput!
non-null input
Type
UpdateCeContactStoreCourseRegistrationPayload
object
Payload returned when updating a course registration in a continuing education contact store.