Skip to main content

UpdateCeContactStoreFunctionRegistrationWithBasicGuestsInput

Defines the input details for updating 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 UpdateCeContactStoreFunctionRegistrationWithBasicGuestsInput {
cancelationTaxOverrides: [TaxOverrideInput!]
ceContactStoreId: ID!
contactId: ID!
customFields: [CustomFieldInput!]
discountCodeId: ID
functionFeeTypeId: ID
functionRegistrationId: ID!
guests: [UpdateBasicFunctionGuestInput!]!
paymentDetails: UpdatePaymentDetailsInput
taxOverrides: [TaxOverrideInput!]
temporaryHoldContextId: ID
}

Fields

UpdateCeContactStoreFunctionRegistrationWithBasicGuestsInput.cancelationTaxOverrides ● [TaxOverrideInput!] list input

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

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

UpdateCeContactStoreFunctionRegistrationWithBasicGuestsInput.ceContactStoreId ● ID! non-null scalar

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

UpdateCeContactStoreFunctionRegistrationWithBasicGuestsInput.contactId ● ID! non-null scalar

The identifier of the contact.

UpdateCeContactStoreFunctionRegistrationWithBasicGuestsInput.customFields ● [CustomFieldInput!] list input

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

UpdateCeContactStoreFunctionRegistrationWithBasicGuestsInput.discountCodeId ● ID scalar

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

UpdateCeContactStoreFunctionRegistrationWithBasicGuestsInput.functionFeeTypeId ● ID scalar

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

UpdateCeContactStoreFunctionRegistrationWithBasicGuestsInput.functionRegistrationId ● ID! non-null scalar

The identifier of the function registration.

UpdateCeContactStoreFunctionRegistrationWithBasicGuestsInput.guests ● [UpdateBasicFunctionGuestInput!]! non-null input

The function guests to create or update for the function registration.

UpdateCeContactStoreFunctionRegistrationWithBasicGuestsInput.paymentDetails ● UpdatePaymentDetailsInput input

The payment details for the registration. Optional.

UpdateCeContactStoreFunctionRegistrationWithBasicGuestsInput.taxOverrides ● [TaxOverrideInput!] list input

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

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

UpdateCeContactStoreFunctionRegistrationWithBasicGuestsInput.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 updated. Optional.

Member Of

updateCeContactStoreFunctionRegistrationWithBasicGuests mutation