CreateMembershipContactStoreFunctionRegistrationInput
Defines the input details for creating a function registration in a membership contact store without capturing information for any guests.
input CreateMembershipContactStoreFunctionRegistrationInput {
contactId: ID!
customFields: [CustomFieldInput!]
discountCodeId: ID
functionFeeTypeId: ID!
membershipContactStoreId: ID!
paymentDetails: CreatePaymentDetailsInput!
taxOverrides: [TaxOverrideInput!]
temporaryHoldContextId: ID
tickets: PositiveInt!
}
Fields
CreateMembershipContactStoreFunctionRegistrationInput.contactId ● ID! non-null scalar
The identifier of the contact.
CreateMembershipContactStoreFunctionRegistrationInput.customFields ● [CustomFieldInput!] list input
The custom fields to create for the function registration. Optional.
CreateMembershipContactStoreFunctionRegistrationInput.discountCodeId ● ID scalar
The identifier of the discount code to apply to the registration. Optional.
CreateMembershipContactStoreFunctionRegistrationInput.functionFeeTypeId ● ID! non-null scalar
The identifier of the function fee type for the registration.
CreateMembershipContactStoreFunctionRegistrationInput.membershipContactStoreId ● ID! non-null scalar
The identifier of the membership contact store the function is associated with.
CreateMembershipContactStoreFunctionRegistrationInput.paymentDetails ● CreatePaymentDetailsInput! non-null input
The payment details for the registration.
CreateMembershipContactStoreFunctionRegistrationInput.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.
CreateMembershipContactStoreFunctionRegistrationInput.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.
CreateMembershipContactStoreFunctionRegistrationInput.tickets ● PositiveInt! non-null scalar
The number of tickets to register. Defaults to 1.