CreateCeContactStoreNoteInput
Defines the input for creating a note in a continuing education contact store.
input CreateCeContactStoreNoteInput {
ceContactStoreId: ID!
contactId: ID!
content: String!
customFields: [CustomFieldInput!]
noteTypeId: ID!
}
Fields
CreateCeContactStoreNoteInput.ceContactStoreId ● ID! non-null scalar
The identifier of the continuing education contact store the note is associated with.
CreateCeContactStoreNoteInput.contactId ● ID! non-null scalar
The identifier of the continuing education contact store contact to create the note for.
CreateCeContactStoreNoteInput.content ● String! non-null scalar
The text content of the note.
CreateCeContactStoreNoteInput.customFields ● [CustomFieldInput!] list input
The custom fields to create for the note. Optional.
CreateCeContactStoreNoteInput.noteTypeId ● ID! non-null scalar
The identifier of the note type of the note.
Member Of
createCeContactStoreNote mutation