CreateRegistrationInput
Defines the input for creating a registration.
input CreateRegistrationInput {
comment: String
contactId: ID!
customFields: [CustomFieldInput!]
dateTime: DateTime!
discountCodeId: ID
eventId: ID!
paymentDetails: CreatePaymentDetailsInput!
registrationTypeId: ID!
temporaryHoldContextId: ID
}
Fields
CreateRegistrationInput.comment
● String
scalar
The comments for this registration. Optional.
CreateRegistrationInput.contactId
● ID!
non-null scalar
The identifier of the contact the registration is associated with.
CreateRegistrationInput.customFields
● [CustomFieldInput!]
list input
The custom fields to create for the registration. Optional.
CreateRegistrationInput.dateTime
● DateTime!
non-null scalar
The date and time that the registration occurred.