Skip to main content

UpdateCeContactStoreMarketingSubTagInput

Defines the input for updating a continuing education contact store marketing sub tag.

input UpdateCeContactStoreMarketingSubTagInput {
ceContactStoreId: ID!
name: String
subTagId: ID!
tagId: ID!
uniqueCode: String
}

Fields

UpdateCeContactStoreMarketingSubTagInput.ceContactStoreId ● ID! non-null scalar

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

UpdateCeContactStoreMarketingSubTagInput.name ● String scalar

A UTF-8 string representing the name of the marketing sub tag. Optional.

UpdateCeContactStoreMarketingSubTagInput.subTagId ● ID! non-null scalar

The identifier of the marketing sub tag.

UpdateCeContactStoreMarketingSubTagInput.tagId ● ID! non-null scalar

The identifier of the marketing tag the marketing sub tag is associated with.

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

updateCeContactStoreMarketingSubTag mutation