Skip to main content

UpdateGroupFunctionRegistrationInput

Defines the input details for updating a group function registration.

input UpdateGroupFunctionRegistrationInput {
contactId: ID!
customFields: [CustomFieldInput!]
discountCodeId: ID
eventId: ID!
functionFeeTypeId: ID
functionRegistrationId: ID!
paymentDetails: UpdatePaymentDetailsInput
temporaryHoldContextId: ID
tickets: PositiveInt
}

Fields

UpdateGroupFunctionRegistrationInput.contactId ● ID! non-null scalar

The identifier of the contact.

UpdateGroupFunctionRegistrationInput.customFields ● [CustomFieldInput!] list input

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

UpdateGroupFunctionRegistrationInput.discountCodeId ● ID scalar

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

UpdateGroupFunctionRegistrationInput.eventId ● ID! non-null scalar

The identifier of the event the function is associated with.

UpdateGroupFunctionRegistrationInput.functionFeeTypeId ● ID scalar

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

UpdateGroupFunctionRegistrationInput.functionRegistrationId ● ID! non-null scalar

The identifier of the function registration.

UpdateGroupFunctionRegistrationInput.paymentDetails ● UpdatePaymentDetailsInput input

The payment details for the function registration. Optional.

UpdateGroupFunctionRegistrationInput.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 function registration and its discount code will automatically be released when the function registration is successfully updated. Optional.

UpdateGroupFunctionRegistrationInput.tickets ● PositiveInt scalar

The number of tickets to register. Optional.

Member Of

updateGroupFunctionRegistration mutation