ReleaseTemporaryHoldForFunctionRegistrationInput
Defines the input for releasing a hold on a function registration.
input ReleaseTemporaryHoldForFunctionRegistrationInput {
contactId: ID!
eventId: ID!
functionFeeTypeId: ID!
temporaryHoldContextId: ID!
}
Fields
ReleaseTemporaryHoldForFunctionRegistrationInput.contactId
● ID!
non-null scalar
The identifier of the contact the function registration was held for.
ReleaseTemporaryHoldForFunctionRegistrationInput.eventId
● ID!
non-null scalar
The identifier of the event the function is associated with.
ReleaseTemporaryHoldForFunctionRegistrationInput.functionFeeTypeId
● ID!
non-null scalar
The identifier of the function fee type to release the hold for.
ReleaseTemporaryHoldForFunctionRegistrationInput.temporaryHoldContextId
● ID!
non-null scalar
A user-defined context ID representing one or more temporary holds. This should be the same ID that was supplied when creating the hold.