Skip to main content

UpdateContactFunctionGuestInput

Defines the input to create a new function guest or update an existing function guest that is mapped to an existing Contact in EventsAir.

input UpdateContactFunctionGuestInput {
contactId: ID!
isBookingContactOnly: Boolean
ticketCollectedDate: DateTime
}

Fields

UpdateContactFunctionGuestInput.contactId ● ID! non-null scalar

The identifier of an existing Contact.

UpdateContactFunctionGuestInput.isBookingContactOnly ● Boolean scalar

A Boolean value indicating whether this guest contact is a booking contact only and will not be attending the function. false by default. Optional.

Note: For a "booking only contact" the contactId must be the same as the contactId of the associated FunctionRegistration.

UpdateContactFunctionGuestInput.ticketCollectedDate ● DateTime scalar

The date and time when the guest's ticket was collected. Optional.

Member Of

UpdateFunctionRegistrationWithContactGuestsInput input