Skip to main content

UpdateCeContactStoreNoteTypeInput

Defines the input for updating a note type in a continuing education contact store.

input UpdateCeContactStoreNoteTypeInput {
ceContactStoreId: ID!
containsPersonalData: Boolean
name: String
noteTypeId: ID!
uniqueCode: String
}

Fields

UpdateCeContactStoreNoteTypeInput.ceContactStoreId ● ID! non-null scalar

The identifier of the continuing education contact store the note type is associated with.

UpdateCeContactStoreNoteTypeInput.containsPersonalData ● Boolean scalar

A flag indicating whether the note type includes sensitive personal data. This is used by EventsAir to identify these fields for reporting to attendees, and when anonymizing or deleting a contact record for data privacy reasons. Optional.

UpdateCeContactStoreNoteTypeInput.name ● String scalar

A UTF-8 string representing the name of the note type. Optional.

UpdateCeContactStoreNoteTypeInput.noteTypeId ● ID! non-null scalar

The identifier of the note type.

UpdateCeContactStoreNoteTypeInput.uniqueCode ● String scalar

A customer supplied, UTF-8 string value that represents a unique code for the note type. Optional.

The value must be unique across all note types for a continuing education contact store.

Member Of

updateCeContactStoreNoteType mutation