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