Skip to main content

CreateCeContactStoreMarketingRecordInput

Defines the input for creating a marketing record in a continuing education contact store.

input CreateCeContactStoreMarketingRecordInput {
ceContactStoreId: ID!
contactId: ID!
customFields: [CustomFieldInput!]
tagId: ID!
value: JSON
}

Fields

CreateCeContactStoreMarketingRecordInput.ceContactStoreId ● ID! non-null scalar

The identifier of the continuing education contact store associated with the marketing record.

CreateCeContactStoreMarketingRecordInput.contactId ● ID! non-null scalar

The identifier of the contact associated with the marketing record.

CreateCeContactStoreMarketingRecordInput.customFields ● [CustomFieldInput!] list input

The custom fields to update or create for the marketing record. Optional.

CreateCeContactStoreMarketingRecordInput.tagId ● ID! non-null scalar

The identifier of the marketing tag associated with the marketing record.

CreateCeContactStoreMarketingRecordInput.value ● JSON scalar

The value of the marketing record. Optional.

Expected type depending on the marketing tag type:

Marketing tag typeExpected type
TAG_ONLYDon't supply value field
TEXTA string
NUMERICA numeric value
DATEA date represented as a string with the yyyy-MM-dd format
SUB_TAGThe desired value of the sub-tag

Member Of

createCeContactStoreMarketingRecord mutation