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