Skip to main content

UpdateMembershipContactStoreFunctionRegistrationInput

Defines the input details for updating a function registration in a membership contact store without capturing information for any guests.

input UpdateMembershipContactStoreFunctionRegistrationInput {
cancelationTaxOverrides: [TaxOverrideInput!]
contactId: ID!
customFields: [CustomFieldInput!]
discountCodeId: ID
functionFeeTypeId: ID
functionRegistrationId: ID!
membershipContactStoreId: ID!
paymentDetails: UpdatePaymentDetailsInput
taxOverrides: [TaxOverrideInput!]
temporaryHoldContextId: ID
tickets: PositiveInt
}

Fields

UpdateMembershipContactStoreFunctionRegistrationInput.cancelationTaxOverrides ● [TaxOverrideInput!] list input

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

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

UpdateMembershipContactStoreFunctionRegistrationInput.contactId ● ID! non-null scalar

The identifier of the contact.

UpdateMembershipContactStoreFunctionRegistrationInput.customFields ● [CustomFieldInput!] list input

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

UpdateMembershipContactStoreFunctionRegistrationInput.discountCodeId ● ID scalar

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

UpdateMembershipContactStoreFunctionRegistrationInput.functionFeeTypeId ● ID scalar

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

UpdateMembershipContactStoreFunctionRegistrationInput.functionRegistrationId ● ID! non-null scalar

The identifier of the function registration.

UpdateMembershipContactStoreFunctionRegistrationInput.membershipContactStoreId ● ID! non-null scalar

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

UpdateMembershipContactStoreFunctionRegistrationInput.paymentDetails ● UpdatePaymentDetailsInput input

The payment details for the registration. Optional.

UpdateMembershipContactStoreFunctionRegistrationInput.taxOverrides ● [TaxOverrideInput!] list input

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

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

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

UpdateMembershipContactStoreFunctionRegistrationInput.tickets ● PositiveInt scalar

The number of tickets to register. Optional.

Member Of

updateMembershipContactStoreFunctionRegistration mutation