LinkContactToCeContactStoreContactGroupInput
Defines the input details for linking a contact to a contact group in a continuing education contact store.
input LinkContactToCeContactStoreContactGroupInput {
ceContactStoreId: ID!
contactId: ID!
coordinatorId: ID!
}
Fields
LinkContactToCeContactStoreContactGroupInput.ceContactStoreId ● ID! non-null scalar
The identifier of the continuing education contact store associated with the contact and the coordinator.
LinkContactToCeContactStoreContactGroupInput.contactId ● ID! non-null scalar
The identifier of the contact to be linked to the group.
LinkContactToCeContactStoreContactGroupInput.coordinatorId ● ID! non-null scalar
The identifier of the contact who is the coordinator of the group.