CreateMembershipContactStoreCourseClassificationTypeInput
Defines the input for creating a course classification type in a membership contact store.
input CreateMembershipContactStoreCourseClassificationTypeInput {
membershipContactStoreId: ID!
name: String!
uniqueCode: String
}
Fields
CreateMembershipContactStoreCourseClassificationTypeInput.membershipContactStoreId
● ID!
non-null scalar
The identifier of the membership contact store the course classification type is associated with.
CreateMembershipContactStoreCourseClassificationTypeInput.name
● String!
non-null scalar
A UTF-8 string representing the name of the course classification type.
CreateMembershipContactStoreCourseClassificationTypeInput.uniqueCode
● String
scalar
A customer supplied, UTF-8 string value that represents a unique code for the course classification type. Optional.
The value must be unique across all course classification types for an event or contact store.
Member Of
createMembershipContactStoreCourseClassificationType
mutation