UpdateMembershipContactStoreMarketingGroupInput
Defines the input for updating a membership contact store marketing group.
input UpdateMembershipContactStoreMarketingGroupInput {
groupId: ID!
membershipContactStoreId: ID!
name: String
uniqueCode: String
}
Fields
UpdateMembershipContactStoreMarketingGroupInput.groupId ● ID! non-null scalar
The identifier of the marketing group.
UpdateMembershipContactStoreMarketingGroupInput.membershipContactStoreId ● ID! non-null scalar
The identifier of the membership contact store the marketing group is associated with.
UpdateMembershipContactStoreMarketingGroupInput.name ● String scalar
A UTF-8 string representing the name of the marketing group. Optional.
UpdateMembershipContactStoreMarketingGroupInput.uniqueCode ● String scalar
A customer supplied, UTF-8 string value that represents a unique code for the marketing group. Optional.
The value must be unique across all marketing groups for a membership contact store.