UpdateFunctionRegistrationWithContactGuestsInput
Defines the input details for updating a function registration in an event while capturing guest information. Each guest must be an existing Contact
in EventsAir.
input UpdateFunctionRegistrationWithContactGuestsInput {
cancelationTaxOverrides: [TaxOverrideInput!]
contactId: ID!
customFields: [CustomFieldInput!]
discountCodeId: ID
eventId: ID!
functionFeeTypeId: ID
functionRegistrationId: ID!
guests: [UpdateContactFunctionGuestInput!]!
paymentDetails: UpdatePaymentDetailsInput
taxOverrides: [TaxOverrideInput!]
temporaryHoldContextId: ID
}
Fields
UpdateFunctionRegistrationWithContactGuestsInput.cancelationTaxOverrides ● [TaxOverrideInput!] list input
The collection of cancelation taxes for the function registration with contact guests booking that will override the cancelation taxes from setup. Optional.
When set to null, the default cancelation taxes for the function registration with contact guests will be applied. When set to an empty array, no taxes will be applied.
UpdateFunctionRegistrationWithContactGuestsInput.contactId ● ID! non-null scalar
The identifier of the contact.
UpdateFunctionRegistrationWithContactGuestsInput.customFields ● [CustomFieldInput!] list input
The custom fields to update or create for the function registration. Optional.
UpdateFunctionRegistrationWithContactGuestsInput.discountCodeId ● ID scalar
The identifier of the discount code to apply to the registration. Optional.
UpdateFunctionRegistrationWithContactGuestsInput.eventId ● ID! non-null scalar
The identifier of the event the function is associated with.
UpdateFunctionRegistrationWithContactGuestsInput.functionFeeTypeId ● ID scalar
The identifier of the function fee type for the registration. Optional.
UpdateFunctionRegistrationWithContactGuestsInput.functionRegistrationId ● ID! non-null scalar
The identifier of the function registration.
UpdateFunctionRegistrationWithContactGuestsInput.guests ● [UpdateContactFunctionGuestInput!]! non-null input
The function guests to create or update for the function registration.
UpdateFunctionRegistrationWithContactGuestsInput.paymentDetails ● UpdatePaymentDetailsInput input
The payment details for the registration. Optional.
UpdateFunctionRegistrationWithContactGuestsInput.taxOverrides ● [TaxOverrideInput!] list input
The collection of taxes for the function registration with contact guests booking that will override the taxes from setup. Optional.
When set to null, the default taxes for the function registration with contact guests will be applied. When set to an empty array, no taxes will be applied.
UpdateFunctionRegistrationWithContactGuestsInput.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 updated. Optional.