UpdateCeContactStoreFunctionRegistrationWithContactGuestsInput
Defines the input details for updating a function registration in a continuing education contact store while capturing guest information.
Each guest must be an existing CeContactStoreContact
in EventsAir.
input UpdateCeContactStoreFunctionRegistrationWithContactGuestsInput {
ceContactStoreId: ID!
contactId: ID!
customFields: [CustomFieldInput!]
discountCodeId: ID
functionFeeTypeId: ID
functionRegistrationId: ID!
guests: [UpdateContactFunctionGuestInput!]!
paymentDetails: UpdatePaymentDetailsInput
temporaryHoldContextId: ID
}
Fields
UpdateCeContactStoreFunctionRegistrationWithContactGuestsInput.ceContactStoreId
● ID!
non-null scalar
The identifier of the continuing education contact store the function is associated with.
UpdateCeContactStoreFunctionRegistrationWithContactGuestsInput.contactId
● ID!
non-null scalar
The identifier of the contact.
UpdateCeContactStoreFunctionRegistrationWithContactGuestsInput.customFields
● [CustomFieldInput!]
list input
The custom fields to update or create for the function registration. Optional.
UpdateCeContactStoreFunctionRegistrationWithContactGuestsInput.discountCodeId
● ID
scalar
The identifier of the discount code to apply to the registration. Optional.
UpdateCeContactStoreFunctionRegistrationWithContactGuestsInput.functionFeeTypeId
● ID
scalar
The identifier of the function fee type for the registration. Optional.
UpdateCeContactStoreFunctionRegistrationWithContactGuestsInput.functionRegistrationId
● ID!
non-null scalar
The identifier of the function registration.
UpdateCeContactStoreFunctionRegistrationWithContactGuestsInput.guests
● [UpdateContactFunctionGuestInput!]!
non-null input
The function guests to create or update for the function registration.
UpdateCeContactStoreFunctionRegistrationWithContactGuestsInput.paymentDetails
● UpdatePaymentDetailsInput
input
The payment details for the registration. Optional.
UpdateCeContactStoreFunctionRegistrationWithContactGuestsInput.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
updateCeContactStoreFunctionRegistrationWithContactGuests
mutation