Skip to main content

CreateContactCeContactStoreFunctionSponsorAssignmentInput

Defines the input for creating a continuing education contact store function sponsor assignment.

input CreateContactCeContactStoreFunctionSponsorAssignmentInput {
ceContactStoreId: ID!
contactId: ID!
functionId: ID!
notes: String
}

Fields

CreateContactCeContactStoreFunctionSponsorAssignmentInput.ceContactStoreId ● ID! non-null scalar

The identifier of the continuing education contact store the function sponsor assignment is associated with.

CreateContactCeContactStoreFunctionSponsorAssignmentInput.contactId ● ID! non-null scalar

The identifier for the contact to be assigned as a sponsor in the function.

CreateContactCeContactStoreFunctionSponsorAssignmentInput.functionId ● ID! non-null scalar

The identifier of the function for the function sponsor assignment.

CreateContactCeContactStoreFunctionSponsorAssignmentInput.notes ● String scalar

A UTF-8 string representing the notes of the function sponsor assignment. Optional.

Member Of

createCeContactStoreFunctionSponsorAssignment mutation