Skip to main content

CreateFunctionRegistrationWithBasicGuestsInput

Defines the input details for creating a function registration while capturing guest information. The guest details are captured for the purposes of attending the function and are not stored as Contacts in EventsAir.

input CreateFunctionRegistrationWithBasicGuestsInput {
contactId: ID!
customFields: [CustomFieldInput!]
discountCodeId: ID
eventId: ID!
functionFeeTypeId: ID!
guests: [CreateBasicFunctionGuestInput!]!
paymentDetails: CreatePaymentDetailsInput!
temporaryHoldContextId: ID
}

Fields

CreateFunctionRegistrationWithBasicGuestsInput.contactId ● ID! non-null scalar

The identifier of the contact.

CreateFunctionRegistrationWithBasicGuestsInput.customFields ● [CustomFieldInput!] list input

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

CreateFunctionRegistrationWithBasicGuestsInput.discountCodeId ● ID scalar

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

CreateFunctionRegistrationWithBasicGuestsInput.eventId ● ID! non-null scalar

The identifier of the event the function is associated with.

CreateFunctionRegistrationWithBasicGuestsInput.functionFeeTypeId ● ID! non-null scalar

The identifier of the function fee type for the registration.

CreateFunctionRegistrationWithBasicGuestsInput.guests ● [CreateBasicFunctionGuestInput!]! non-null input

The function guests to create for the function registration.

CreateFunctionRegistrationWithBasicGuestsInput.paymentDetails ● CreatePaymentDetailsInput! non-null input

The payment details for the registration.

CreateFunctionRegistrationWithBasicGuestsInput.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 created. Optional.

Member Of

createFunctionRegistrationWithBasicGuests mutation