Skip to main content

CreateCeContactStoreCourseSubClassificationInput

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

input CreateCeContactStoreCourseSubClassificationInput {
ceContactStoreId: ID!
courseClassificationId: ID!
customFields: [CustomFieldInput!]
name: String!
uniqueCode: String
}

Fields

CreateCeContactStoreCourseSubClassificationInput.ceContactStoreId ● ID! non-null scalar

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

CreateCeContactStoreCourseSubClassificationInput.courseClassificationId ● ID! non-null scalar

The identifier of the course classification the course sub classification is associated with.

CreateCeContactStoreCourseSubClassificationInput.customFields ● [CustomFieldInput!] list input

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

CreateCeContactStoreCourseSubClassificationInput.name ● String! non-null scalar

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

CreateCeContactStoreCourseSubClassificationInput.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

createCeContactStoreCourseSubClassification mutation