createCeContactStoreCourseRegistration
Create a course registration in a continuing education contact store.
Throws an error with code:
- NOT_FOUNDif a continuing education contact store matching the input's- ceContactStoreIdfield cannot be found.
- NOT_FOUNDif a contact matching the input's- contactIdfield cannot be found within the continuing education contact store.
- NOT_FOUNDif a course discount code matching the input's- discountCodeIdfield cannot be found within the continuing education contact store.
createCeContactStoreCourseRegistration(
  input: CreateCeContactStoreCourseRegistrationInput!
): CreateCeContactStoreCourseRegistrationPayload!
Arguments
createCeContactStoreCourseRegistration.input ● CreateCeContactStoreCourseRegistrationInput! non-null input
Type
CreateCeContactStoreCourseRegistrationPayload object
Payload returned when creating a course registration in a continuing education contact store.