Skip to main content

UpdateMembershipContactStoreCourseClassificationInput

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

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

Fields

UpdateMembershipContactStoreCourseClassificationInput.courseClassificationId ● ID! non-null scalar

The identifier of the course classification.

UpdateMembershipContactStoreCourseClassificationInput.courseClassificationTypeId ● ID scalar

The identifier of the course classification type the course classification is associated with. Optional.

UpdateMembershipContactStoreCourseClassificationInput.customFields ● [CustomFieldInput!] list input

The custom fields to create or update for the course classification. Optional.

UpdateMembershipContactStoreCourseClassificationInput.membershipContactStoreId ● ID! non-null scalar

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

UpdateMembershipContactStoreCourseClassificationInput.name ● String! non-null scalar

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

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

Member Of

updateMembershipContactStoreCourseClassification mutation