UpdateCeContactStoreFunctionSponsorAssignmentInput
Defines the input for updating a continuing education contact store function sponsor assignment.
input UpdateCeContactStoreFunctionSponsorAssignmentInput {
ceContactStoreId: ID!
functionSponsorAssignmentId: ID!
notes: String
}
Fields
UpdateCeContactStoreFunctionSponsorAssignmentInput.ceContactStoreId ● ID! non-null scalar
The identifier of the continuing education contact store the function sponsor assignment is associated with.
UpdateCeContactStoreFunctionSponsorAssignmentInput.functionSponsorAssignmentId ● ID! non-null scalar
The identifier of the function sponsor assignment.
UpdateCeContactStoreFunctionSponsorAssignmentInput.notes ● String scalar
A UTF-8 string representing the notes of the function sponsor assignment. Optional.