Skip to main content

CreateMembershipContactStoreFunctionRegistrationWithContactGuestsInput

Defines the input details for creating a function registration in a membership education contact store while capturing guest information. Each guest must be an existing MembershipContactStoreContact in EventsAir.

input CreateMembershipContactStoreFunctionRegistrationWithContactGuestsInput {
contactId: ID!
customFields: [CustomFieldInput!]
discountCodeId: ID
functionFeeTypeId: ID!
guests: [CreateContactFunctionGuestInput!]!
membershipContactStoreId: ID!
overridePaymentSchedule: [CreateOverridePaymentScheduleItemInput!]
paymentDetails: CreatePaymentDetailsInput!
paymentScheduleSource: PaymentScheduleSource
taxOverrides: [TaxOverrideInput!]
temporaryHoldContextId: ID
}

Fields

CreateMembershipContactStoreFunctionRegistrationWithContactGuestsInput.contactId ● ID! non-null scalar

The identifier of the contact.

CreateMembershipContactStoreFunctionRegistrationWithContactGuestsInput.customFields ● [CustomFieldInput!] list input

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

CreateMembershipContactStoreFunctionRegistrationWithContactGuestsInput.discountCodeId ● ID scalar

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

CreateMembershipContactStoreFunctionRegistrationWithContactGuestsInput.functionFeeTypeId ● ID! non-null scalar

The identifier of the function fee type for the registration.

CreateMembershipContactStoreFunctionRegistrationWithContactGuestsInput.guests ● [CreateContactFunctionGuestInput!]! non-null input

The function guests to create for the function registration.

CreateMembershipContactStoreFunctionRegistrationWithContactGuestsInput.membershipContactStoreId ● ID! non-null scalar

The identifier of the membership contact store the function is associated with.

CreateMembershipContactStoreFunctionRegistrationWithContactGuestsInput.overridePaymentSchedule ● [CreateOverridePaymentScheduleItemInput!] list input

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

CreateMembershipContactStoreFunctionRegistrationWithContactGuestsInput.paymentDetails ● CreatePaymentDetailsInput! non-null input

The payment details for the registration.

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

CreateMembershipContactStoreFunctionRegistrationWithContactGuestsInput.taxOverrides ● [TaxOverrideInput!] list input

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

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

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

createMembershipContactStoreFunctionRegistrationWithContactGuests mutation