Skip to main content

CreateCeContactStoreMarketingGroupInput

Defines the input for creating a continuing education contact store marketing group.

input CreateCeContactStoreMarketingGroupInput {
ceContactStoreId: ID!
name: String!
uniqueCode: String
}

Fields

CreateCeContactStoreMarketingGroupInput.ceContactStoreId ● ID! non-null scalar

The identifier of the continuing education contact store the marketing group is associated with.

CreateCeContactStoreMarketingGroupInput.name ● String! non-null scalar

A UTF-8 string representing the name of the marketing group.

CreateCeContactStoreMarketingGroupInput.uniqueCode ● String scalar

A customer supplied, UTF-8 string value that represents a unique code for the marketing group. Optional.

The value must be unique across all marketing groups for a continuing education contact store.

Member Of

createCeContactStoreMarketingGroup mutation