Skip to main content

UpdateFunctionRegistrationInput

Defines the input details for updating a function registration without capturing information for any guests.

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

Fields

UpdateFunctionRegistrationInput.contactId ● ID! non-null scalar

The identifier of the contact.

UpdateFunctionRegistrationInput.customFields ● [CustomFieldInput!] list input

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

UpdateFunctionRegistrationInput.discountCodeId ● ID scalar

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

UpdateFunctionRegistrationInput.eventId ● ID! non-null scalar

The identifier of the event the function is associated with.

UpdateFunctionRegistrationInput.functionFeeTypeId ● ID scalar

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

UpdateFunctionRegistrationInput.functionRegistrationId ● ID! non-null scalar

The identifier of the function registration.

UpdateFunctionRegistrationInput.paymentDetails ● UpdatePaymentDetailsInput input

The payment details for the registration. Optional.

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

UpdateFunctionRegistrationInput.tickets ● PositiveInt scalar

The number of tickets to register. Optional.

Member Of

updateFunctionRegistration mutation