Skip to main content

UpdateCeContactStoreCourseRegistrationInput

Defines the input for updating a course registration in a continuing education contact store.

input UpdateCeContactStoreCourseRegistrationInput {
attendanceStatus: CourseAttendanceStatus
cancelationTaxOverrides: [TaxOverrideInput!]
ceContactStoreId: ID!
comment: String
courseFeeTypeId: ID
courseRegistrationId: ID!
customFields: [CustomFieldInput!]
dateTime: DateTime
discountCodeId: ID
grade: String
itineraryConfiguration: CourseRegistrationItineraryConfigurationInput
overridePaymentSchedule: [UpdateOverridePaymentScheduleItemInput!]
paymentDetails: UpdatePaymentDetailsInput
paymentScheduleSource: PaymentScheduleSource
score: NonNegativeFloat
taxOverrides: [TaxOverrideInput!]
tickets: PositiveInt
}

Fields

UpdateCeContactStoreCourseRegistrationInput.attendanceStatus ● CourseAttendanceStatus enum

The attendee's attendance status for the course. Optional.

UpdateCeContactStoreCourseRegistrationInput.cancelationTaxOverrides ● [TaxOverrideInput!] list input

The collection of cancelation taxes for the ce contact store course registration booking that will override the cancelation taxes from setup. Optional.

When set to null, the default cancelation taxes for the ce contact store course registration will be applied. When set to an empty array, no taxes will be applied.

UpdateCeContactStoreCourseRegistrationInput.ceContactStoreId ● ID! non-null scalar

The identifier of the continuing education contact store the course registration is associated with.

UpdateCeContactStoreCourseRegistrationInput.comment ● String scalar

Comment for the course registration. Optional.

UpdateCeContactStoreCourseRegistrationInput.courseFeeTypeId ● ID scalar

The identifier of the course fee type for the course registration. Optional.

UpdateCeContactStoreCourseRegistrationInput.courseRegistrationId ● ID! non-null scalar

The identifier of the course registration.

UpdateCeContactStoreCourseRegistrationInput.customFields ● [CustomFieldInput!] list input

The custom fields to create or update for the course registration. Optional.

UpdateCeContactStoreCourseRegistrationInput.dateTime ● DateTime scalar

The date and time that the course registration occurred. Optional.

UpdateCeContactStoreCourseRegistrationInput.discountCodeId ● ID scalar

The identifier of the discount code to apply to the course registration. Optional.

UpdateCeContactStoreCourseRegistrationInput.grade ● String scalar

The grade the attendee received for the course. Optional.

UpdateCeContactStoreCourseRegistrationInput.itineraryConfiguration ● CourseRegistrationItineraryConfigurationInput input

The itinerary configuration for this course registration. Optional.

UpdateCeContactStoreCourseRegistrationInput.overridePaymentSchedule ● [UpdateOverridePaymentScheduleItemInput!] list input

The list of payment schedule items to override the default payment schedule, required when paymentScheduleSource is set to CUSTOM. Optional.

UpdateCeContactStoreCourseRegistrationInput.paymentDetails ● UpdatePaymentDetailsInput input

The payment details for the course registration. Optional.

UpdateCeContactStoreCourseRegistrationInput.paymentScheduleSource ● PaymentScheduleSource enum

The source of the payment schedule for the course registration. Optional.

If set to null, will default to USE_DEFAULT if the course has usePaymentSchedule set to TRUE otherwise will default to NO_PAYMENT_SCHEDULE.

UpdateCeContactStoreCourseRegistrationInput.score ● NonNegativeFloat scalar

The score the attendee received for the course. Optional.

UpdateCeContactStoreCourseRegistrationInput.taxOverrides ● [TaxOverrideInput!] list input

The collection of taxes for the ce contact store course registration booking that will override the taxes from setup. Optional.

When set to null, the default taxes for the ce contact store course registration will be applied. When set to an empty array, no taxes will be applied.

UpdateCeContactStoreCourseRegistrationInput.tickets ● PositiveInt scalar

The number of tickets to register. Optional.

Member Of

updateCeContactStoreCourseRegistration mutation