UpdateMembershipContactStoreFunctionRegistrationWithBasicGuestsInput
Defines the input details for updating a function registration in a membership contact store while capturing guest information. The guest details are captured
for the purposes of attending the function and are not stored as CeContactStoreContacts
in EventsAir.
input UpdateMembershipContactStoreFunctionRegistrationWithBasicGuestsInput {
contactId: ID!
customFields: [CustomFieldInput!]
discountCodeId: ID
functionFeeTypeId: ID
functionRegistrationId: ID!
guests: [UpdateBasicFunctionGuestInput!]!
membershipContactStoreId: ID!
paymentDetails: UpdatePaymentDetailsInput
temporaryHoldContextId: ID
}
Fields
UpdateMembershipContactStoreFunctionRegistrationWithBasicGuestsInput.contactId
● ID!
non-null scalar
The identifier of the contact.
UpdateMembershipContactStoreFunctionRegistrationWithBasicGuestsInput.customFields
● [CustomFieldInput!]
list input
The custom fields to update or create for the function registration. Optional.
UpdateMembershipContactStoreFunctionRegistrationWithBasicGuestsInput.discountCodeId
● ID
scalar
The identifier of the discount code to apply to the registration. Optional.
UpdateMembershipContactStoreFunctionRegistrationWithBasicGuestsInput.functionFeeTypeId
● ID
scalar
The identifier of the function fee type for the registration. Optional.
UpdateMembershipContactStoreFunctionRegistrationWithBasicGuestsInput.functionRegistrationId
● ID!
non-null scalar
The identifier of the function registration.
UpdateMembershipContactStoreFunctionRegistrationWithBasicGuestsInput.guests
● [UpdateBasicFunctionGuestInput!]!
non-null input
The function guests to create or update for the function registration.
UpdateMembershipContactStoreFunctionRegistrationWithBasicGuestsInput.membershipContactStoreId
● ID!
non-null scalar
The identifier of the membership contact store the function is associated with.
UpdateMembershipContactStoreFunctionRegistrationWithBasicGuestsInput.paymentDetails
● UpdatePaymentDetailsInput
input
The payment details for the registration. Optional.
UpdateMembershipContactStoreFunctionRegistrationWithBasicGuestsInput.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.
Member Of
updateMembershipContactStoreFunctionRegistrationWithBasicGuests
mutation