mcdev
Version:
Accenture Salesforce Marketing Cloud DevTools
60 lines (59 loc) • 1.75 kB
JSON
{
"CustomerKey": "testExisting_dataExtension",
"Name": "testExisting_dataExtension",
"Description": "Container for my test emails",
"IsSendable": true,
"IsTestable": true,
"SendableDataExtensionField": { "Name": "ContactKey" },
"SendableSubscriberField": { "Name": "Subscriber Key" },
"DataRetentionPeriodLength": 6,
"ResetRetentionPeriodOnImport": false,
"Fields": [
{
"Name": "FirstName",
"DefaultValue": "",
"MaxLength": 50,
"IsRequired": false,
"IsPrimaryKey": false,
"FieldType": "Text"
},
{
"Name": "LastName",
"DefaultValue": "",
"MaxLength": 55,
"IsRequired": false,
"IsPrimaryKey": false,
"FieldType": "Text"
},
{
"Name": "EmailAddress",
"Name_new": "Email",
"DefaultValue": "",
"MaxLength": 254,
"IsRequired": true,
"IsPrimaryKey": false,
"FieldType": "EmailAddress"
},
{
"Name": "testField",
"DefaultValue": "",
"MaxLength": 254,
"IsRequired": false,
"IsPrimaryKey": false,
"FieldType": "Text"
},
{
"Name": "ContactKey",
"DefaultValue": "",
"MaxLength": 50,
"IsRequired": true,
"IsPrimaryKey": true,
"FieldType": "Text"
}
],
"c__dataRetentionPeriodUnitOfMeasure": "Days",
"c__retainUntil": "2024-5-9",
"c__retentionPolicy": "allRecords",
"r__folder_ContentType": "dataextension",
"r__folder_Path": "Data Extensions"
}