Skip to main content

CeContactStoreMarketingSubTag

Defines the values for a marketing tag with type SUB_TAG within the scope of a continuing education contact store.

type CeContactStoreMarketingSubTag {
createdAt: DateTime!
createdBy: String
id: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
name: String!
uniqueCode: String
}

Fields

CeContactStoreMarketingSubTag.createdAt ● DateTime! non-null scalar

The date and time the record was created.

CeContactStoreMarketingSubTag.createdBy ● String scalar

UTF-8 string value that represents the username of the user who created the record. Optional.

CeContactStoreMarketingSubTag.id ● ID! non-null scalar

The unique identifier for the marketing sub-tag.

CeContactStoreMarketingSubTag.lastModifiedAt ● DateTime! non-null scalar

The date and time the record was last modified.

CeContactStoreMarketingSubTag.lastModifiedBy ● String scalar

UTF-8 string value that represents the username of the user who last modified the record. Optional.

CeContactStoreMarketingSubTag.name ● String! non-null scalar

UTF-8 string value that represents the name of the marketing sub-tag.

CeContactStoreMarketingSubTag.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 an event.

Member Of

CeContactStoreMarketingRecord object ● CeContactStoreMarketingTag object