CreateGroupFunctionRegistrationInput
Defines the input details for creating a group function registration in an event.
input CreateGroupFunctionRegistrationInput {
contactId: ID!
customFields: [CustomFieldInput!]
discountCodeId: ID
eventId: ID!
functionFeeTypeId: ID!
paymentDetails: CreatePaymentDetailsInput!
temporaryHoldContextId: ID
tickets: PositiveInt!
}
Fields
CreateGroupFunctionRegistrationInput.contactId
● ID!
non-null scalar
The identifier of the contact.
CreateGroupFunctionRegistrationInput.customFields
● [CustomFieldInput!]
list input
The custom fields to create for the function registration. Optional.
CreateGroupFunctionRegistrationInput.discountCodeId
● ID
scalar
The identifier of the discount code to apply to the function registration. Optional.
CreateGroupFunctionRegistrationInput.eventId
● ID!
non-null scalar
The identifier of the event the function registration is associated with.