Skip to main content

createMembershipContactStoreCourseRegistration

Create a course registration in a membership contact store.

Throws an error with code:

  • NOT_FOUND if a membership contact store matching the input's membershipContactStoreId field cannot be found.
  • MODULE_NOT_ENABLED if the continuing education module is not enabled in the membership contact store.
  • NOT_FOUND if a contact matching the input's contactId field cannot be found within the membership contact store.
  • NOT_FOUND if a course discount code matching the input's discountCodeId field cannot be found within the membership contact store.
createMembershipContactStoreCourseRegistration(
input: CreateMembershipContactStoreCourseRegistrationInput!
): CreateMembershipContactStoreCourseRegistrationPayload!

Arguments

createMembershipContactStoreCourseRegistration.input ● CreateMembershipContactStoreCourseRegistrationInput! non-null input

Type

CreateMembershipContactStoreCourseRegistrationPayload object

Payload returned when creating a course registration in a membership contact store.