Skip to main content

UpdateCeContactStoreFunctionRegistrationStatusInput

Defines the input for updating a function registration's status in a continuing education contact store.

input UpdateCeContactStoreFunctionRegistrationStatusInput {
ceContactStoreId: ID!
contactId: ID!
functionRegistrationId: ID!
paymentStatus: PaymentStatusInput!
}

Fields

UpdateCeContactStoreFunctionRegistrationStatusInput.ceContactStoreId ● ID! non-null scalar

The identifier of the continuing education contact store.

UpdateCeContactStoreFunctionRegistrationStatusInput.contactId ● ID! non-null scalar

The identifier of the contact.

UpdateCeContactStoreFunctionRegistrationStatusInput.functionRegistrationId ● ID! non-null scalar

The identifier of the function registration.

UpdateCeContactStoreFunctionRegistrationStatusInput.paymentStatus ● PaymentStatusInput! non-null enum

The new payment status of the function registration.

Member Of

updateCeContactStoreFunctionRegistrationStatus mutation