Skip to main content

UpdateCeContactStoreCourseSubClassificationInput

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

input UpdateCeContactStoreCourseSubClassificationInput {
ceContactStoreId: ID!
courseSubClassificationId: ID!
customFields: [CustomFieldInput!]
name: String
uniqueCode: String
}

Fields

UpdateCeContactStoreCourseSubClassificationInput.ceContactStoreId ● ID! non-null scalar

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

UpdateCeContactStoreCourseSubClassificationInput.courseSubClassificationId ● ID! non-null scalar

The identifier of the course sub classification.

UpdateCeContactStoreCourseSubClassificationInput.customFields ● [CustomFieldInput!] list input

The custom fields to create or update for the course sub classification. Optional.

UpdateCeContactStoreCourseSubClassificationInput.name ● String scalar

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

UpdateCeContactStoreCourseSubClassificationInput.uniqueCode ● String scalar

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

The value must be unique across all course sub classifications for a course classification.

Member Of

updateCeContactStoreCourseSubClassification mutation