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