Skip to main content

UpdateCeContactStoreCourseClassificationTypeInput

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

input UpdateCeContactStoreCourseClassificationTypeInput {
ceContactStoreId: ID!
courseClassificationTypeId: ID!
name: String!
uniqueCode: String
}

Fields

UpdateCeContactStoreCourseClassificationTypeInput.ceContactStoreId ● ID! non-null scalar

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

UpdateCeContactStoreCourseClassificationTypeInput.courseClassificationTypeId ● ID! non-null scalar

The identifier of the course classification type.

UpdateCeContactStoreCourseClassificationTypeInput.name ● String! non-null scalar

A UTF-8 string representing the name of the course classification type.

UpdateCeContactStoreCourseClassificationTypeInput.uniqueCode ● String scalar

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

The value must be unique across all course classification types for an event or contact store.

Member Of

updateCeContactStoreCourseClassificationType mutation