CreateCeContactStoreMarketingSubTagInput
Defines the input for creating a continuing education contact store marketing sub tag.
input CreateCeContactStoreMarketingSubTagInput {
ceContactStoreId: ID!
name: String!
tagId: ID!
uniqueCode: String
}
Fields
CreateCeContactStoreMarketingSubTagInput.ceContactStoreId ● ID! non-null scalar
The identifier of the continuing education contact store the marketing sub tag is associated with.
CreateCeContactStoreMarketingSubTagInput.name ● String! non-null scalar
A UTF-8 string representing the name of the marketing sub tag.
CreateCeContactStoreMarketingSubTagInput.tagId ● ID! non-null scalar
The identifier of the marketing tag the marketing sub tag is associated with.
CreateCeContactStoreMarketingSubTagInput.uniqueCode ● String scalar
A customer supplied, UTF-8 string value that represents a unique code for the marketing sub tag. Optional.
The value must be unique across all marketing sub tags for a marketing tag.
Member Of
createCeContactStoreMarketingSubTag mutation