UpdateCeContactStoreCourseClassificationInput
Defines the input for updating a course classification in a continuing education contact store.
input UpdateCeContactStoreCourseClassificationInput {
ceContactStoreId: ID!
courseClassificationId: ID!
courseClassificationTypeId: ID
customFields: [CustomFieldInput!]
name: String!
uniqueCode: String
}
Fields
UpdateCeContactStoreCourseClassificationInput.ceContactStoreId ● ID! non-null scalar
The identifier of the continuing education contact store the course classification is associated with.
UpdateCeContactStoreCourseClassificationInput.courseClassificationId ● ID! non-null scalar
The identifier of the course classification.
UpdateCeContactStoreCourseClassificationInput.courseClassificationTypeId ● ID scalar
The identifier of the course classification type the course classification is associated with. Optional.
UpdateCeContactStoreCourseClassificationInput.customFields ● [CustomFieldInput!] list input
The custom fields to create or update for the course classification. Optional.
UpdateCeContactStoreCourseClassificationInput.name ● String! non-null scalar
A UTF-8 string representing the name of the course classification.
UpdateCeContactStoreCourseClassificationInput.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.