UpdateContactStoreMarketingSubTagInput
Defines the input for updating a contact store marketing sub tag.
input UpdateContactStoreMarketingSubTagInput {
contactStoreId: ID!
name: String
subTagId: ID!
tagId: ID!
uniqueCode: String
}
Fields
UpdateContactStoreMarketingSubTagInput.contactStoreId ● ID! non-null scalar
The identifier of the contact store the marketing sub tag is associated with.
UpdateContactStoreMarketingSubTagInput.name ● String scalar
A UTF-8 string representing the name of the marketing sub tag. Optional.
UpdateContactStoreMarketingSubTagInput.subTagId ● ID! non-null scalar
The identifier of the marketing sub tag.
UpdateContactStoreMarketingSubTagInput.tagId ● ID! non-null scalar
The identifier of the marketing tag the marketing sub tag is associated with.
UpdateContactStoreMarketingSubTagInput.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
updateContactStoreMarketingSubTag mutation