updateEventCourseRegistration
Update a course registration in an event.
Throws an error with code:
BAD_REQUEST
if a course registration matching the input'scourseRegistrationId
field cannot be found.NOT_FOUND
if an event matching the input'seventId
field cannot be found.NOT_FOUND
if a contact matching the input'scontactId
field cannot be found within the event.NOT_FOUND
if a course discount code matching the input'sdiscountCodeId
field cannot be found within the event.
updateEventCourseRegistration(
input: UpdateEventCourseRegistrationInput!
): UpdateEventCourseRegistrationPayload!
Arguments
updateEventCourseRegistration.input
● UpdateEventCourseRegistrationInput!
non-null input
Type
UpdateEventCourseRegistrationPayload
object
Payload returned when updating a course registration in an event.