CreateCeContactStoreCourseClassificationInput
Defines the input for creating a course classification in a continuing education contact store.
input CreateCeContactStoreCourseClassificationInput {
ceContactStoreId: ID!
courseClassificationTypeId: ID!
customFields: [CustomFieldInput!]
name: String!
uniqueCode: String
}
Fields
CreateCeContactStoreCourseClassificationInput.ceContactStoreId
● ID!
non-null scalar
The identifier of the continuing education contact store the course classification is associated with.
CreateCeContactStoreCourseClassificationInput.courseClassificationTypeId
● ID!
non-null scalar
The identifier of the course classification type the course classification is associated with.
CreateCeContactStoreCourseClassificationInput.customFields
● [CustomFieldInput!]
list input
The custom fields to create for the course classification. Optional.
CreateCeContactStoreCourseClassificationInput.name
● String!
non-null scalar
A UTF-8 string representing the name of the course classification.
CreateCeContactStoreCourseClassificationInput.uniqueCode
● String
scalar
A customer supplied, UTF-8 string value that represents a unique code for the course classification. Optional.
The value must be unique across all course classifications for an event or contact store.