CancelCeContactStoreFunctionRegistrationInput
Defines the input for canceling a function registration in a continuing education contact store.
input CancelCeContactStoreFunctionRegistrationInput {
ceContactStoreId: ID!
contactId: ID!
functionRegistrationId: ID!
}
Fields
CancelCeContactStoreFunctionRegistrationInput.ceContactStoreId ● ID! non-null scalar
The identifier of the continuing education contact store.
CancelCeContactStoreFunctionRegistrationInput.contactId ● ID! non-null scalar
The identifier of the contact.
CancelCeContactStoreFunctionRegistrationInput.functionRegistrationId ● ID! non-null scalar
The identifier of the function registration.