ReleaseTemporaryHoldForRegistrationInput
Defines the input for releasing a hold on a registration.
input ReleaseTemporaryHoldForRegistrationInput {
contactId: ID!
eventId: ID!
registrationTypeId: ID!
temporaryHoldContextId: ID!
}
Fields
ReleaseTemporaryHoldForRegistrationInput.contactId ● ID! non-null scalar
The identifier of the contact the registration was held for.
ReleaseTemporaryHoldForRegistrationInput.eventId ● ID! non-null scalar
The identifier of the event the registration is associated with.
ReleaseTemporaryHoldForRegistrationInput.registrationTypeId ● ID! non-null scalar
The identifier of the registration type to release the hold for.
ReleaseTemporaryHoldForRegistrationInput.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.
Member Of
releaseTemporaryHoldForRegistration mutation