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