Skip to main content

CreateCeContactStoreGroupFunctionRegistrationInput

Defines the input details for creating a group function registration in a continuing education contact store.

input CreateCeContactStoreGroupFunctionRegistrationInput {
ceContactStoreId: ID!
contactId: ID!
customFields: [CustomFieldInput!]
discountCodeId: ID
functionFeeTypeId: ID!
paymentDetails: CreatePaymentDetailsInput!
taxOverrides: [TaxOverrideInput!]
temporaryHoldContextId: ID
tickets: PositiveInt!
}

Fields

CreateCeContactStoreGroupFunctionRegistrationInput.ceContactStoreId ● ID! non-null scalar

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

CreateCeContactStoreGroupFunctionRegistrationInput.contactId ● ID! non-null scalar

The identifier of the contact.

CreateCeContactStoreGroupFunctionRegistrationInput.customFields ● [CustomFieldInput!] list input

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

CreateCeContactStoreGroupFunctionRegistrationInput.discountCodeId ● ID scalar

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

CreateCeContactStoreGroupFunctionRegistrationInput.functionFeeTypeId ● ID! non-null scalar

The identifier of the function fee type for the function registration.

CreateCeContactStoreGroupFunctionRegistrationInput.paymentDetails ● CreatePaymentDetailsInput! non-null input

The payment details for the registration.

CreateCeContactStoreGroupFunctionRegistrationInput.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.

CreateCeContactStoreGroupFunctionRegistrationInput.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 function registration and its discount code will automatically be released when the function registration is successfully created. Optional.

CreateCeContactStoreGroupFunctionRegistrationInput.tickets ● PositiveInt! non-null scalar

The number of tickets to register. Defaults to 1.

Member Of

createCeContactStoreGroupFunctionRegistration mutation