Skip to main content

CreateMembershipContactStoreCourseSubClassificationInput

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

input CreateMembershipContactStoreCourseSubClassificationInput {
courseClassificationId: ID!
customFields: [CustomFieldInput!]
membershipContactStoreId: ID!
name: String!
uniqueCode: String
}

Fields

CreateMembershipContactStoreCourseSubClassificationInput.courseClassificationId ● ID! non-null scalar

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

CreateMembershipContactStoreCourseSubClassificationInput.customFields ● [CustomFieldInput!] list input

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

CreateMembershipContactStoreCourseSubClassificationInput.membershipContactStoreId ● ID! non-null scalar

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

CreateMembershipContactStoreCourseSubClassificationInput.name ● String! non-null scalar

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

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

createMembershipContactStoreCourseSubClassification mutation