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