Skip to main content

CreateCeContactStoreFunctionRegistrationWithBasicGuestsInput

Defines the input details for creating a function registration in a continuing education contact store while capturing guest information. The guest details are captured for the purposes of attending the function and are not stored as CeContactStoreContacts in EventsAir.

input CreateCeContactStoreFunctionRegistrationWithBasicGuestsInput {
ceContactStoreId: ID!
contactId: ID!
customFields: [CustomFieldInput!]
discountCodeId: ID
functionFeeTypeId: ID!
guests: [CreateBasicFunctionGuestInput!]!
overridePaymentSchedule: [CreateOverridePaymentScheduleItemInput!]
paymentDetails: CreatePaymentDetailsInput!
paymentScheduleSource: PaymentScheduleSource
taxOverrides: [TaxOverrideInput!]
temporaryHoldContextId: ID
}

Fields

CreateCeContactStoreFunctionRegistrationWithBasicGuestsInput.ceContactStoreId ● ID! non-null scalar

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

CreateCeContactStoreFunctionRegistrationWithBasicGuestsInput.contactId ● ID! non-null scalar

The identifier of the contact.

CreateCeContactStoreFunctionRegistrationWithBasicGuestsInput.customFields ● [CustomFieldInput!] list input

The custom fields to create for the function registration. Optional.

CreateCeContactStoreFunctionRegistrationWithBasicGuestsInput.discountCodeId ● ID scalar

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

CreateCeContactStoreFunctionRegistrationWithBasicGuestsInput.functionFeeTypeId ● ID! non-null scalar

The identifier of the function fee type for the registration.

CreateCeContactStoreFunctionRegistrationWithBasicGuestsInput.guests ● [CreateBasicFunctionGuestInput!]! non-null input

The function guests to create for the function registration.

CreateCeContactStoreFunctionRegistrationWithBasicGuestsInput.overridePaymentSchedule ● [CreateOverridePaymentScheduleItemInput!] list input

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

CreateCeContactStoreFunctionRegistrationWithBasicGuestsInput.paymentDetails ● CreatePaymentDetailsInput! non-null input

The payment details for the registration.

CreateCeContactStoreFunctionRegistrationWithBasicGuestsInput.paymentScheduleSource ● PaymentScheduleSource enum

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

Will default to USE_DEFAULT if the function has usePaymentSchedule set to TRUE otherwise default to NO_PAYMENT_SCHEDULE.

CreateCeContactStoreFunctionRegistrationWithBasicGuestsInput.taxOverrides ● [TaxOverrideInput!] list input

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

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

CreateCeContactStoreFunctionRegistrationWithBasicGuestsInput.temporaryHoldContextId ● ID scalar

A user-defined identifier representing the context for any previously created holds. If this field is specified, any outstanding hold on the registration and its discount code will automatically be released when the registration is successfully created. Optional.

Member Of

createCeContactStoreFunctionRegistrationWithBasicGuests mutation