Skip to main content

updateEventCourseRegistration

Update a course registration in an event.

Throws an error with code:

  • BAD_REQUEST if a course registration matching the input's courseRegistrationId field cannot be found.
  • NOT_FOUND if an event matching the input's eventId field cannot be found.
  • NOT_FOUND if a contact matching the input's contactId field cannot be found within the event.
  • NOT_FOUND if a course discount code matching the input's discountCodeId 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.