mcdev 5.2.0 → 5.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.fork/custom-commands.json +12 -0
- package/.github/ISSUE_TEMPLATE/bug.yml +1 -0
- package/.github/PULL_REQUEST_TEMPLATE/pr_template_release.md +19 -0
- package/docs/dist/documentation.md +400 -9
- package/lib/MetadataTypeDefinitions.js +1 -0
- package/lib/MetadataTypeInfo.js +1 -0
- package/lib/cli.js +6 -1
- package/lib/index.js +4 -1
- package/lib/metadataTypes/AttributeSet.js +118 -11
- package/lib/metadataTypes/Automation.js +99 -70
- package/lib/metadataTypes/DataExtension.js +463 -66
- package/lib/metadataTypes/DataExtensionField.js +30 -13
- package/lib/metadataTypes/Journey.js +8 -1
- package/lib/metadataTypes/MetadataType.js +63 -5
- package/lib/metadataTypes/MobileKeyword.js +1 -1
- package/lib/metadataTypes/TransactionalEmail.js +94 -17
- package/lib/metadataTypes/TransactionalMessage.js +3 -2
- package/lib/metadataTypes/Verification.js +230 -0
- package/lib/metadataTypes/definitions/AttributeGroup.definition.js +2 -2
- package/lib/metadataTypes/definitions/AttributeSet.definition.js +74 -21
- package/lib/metadataTypes/definitions/Automation.definition.js +1 -0
- package/lib/metadataTypes/definitions/TransactionalEmail.definition.js +19 -1
- package/lib/metadataTypes/definitions/Verification.definition.js +88 -0
- package/package.json +6 -6
- package/test/mockRoot/.mcdevrc.json +1 -1
- package/test/mockRoot/deploy/testInstance/_ParentBU_/dataExtension/testExisting_dataExtensionShared.dataExtension-meta.json +59 -0
- package/test/mockRoot/deploy/testInstance/_ParentBU_/dataExtension/testNew_dataExtensionShared.dataExtension-meta.json +23 -0
- package/test/mockRoot/deploy/testInstance/testBU/automation/testNew_automation.automation-meta.json +4 -0
- package/test/mockRoot/deploy/testInstance/testBU/dataExtension/testExisting_dataExtension.dataExtension-meta.json +1 -0
- package/test/mockRoot/deploy/testInstance/testBU/transactionalEmail/testExisting_temail.transactionalEmail-meta.json +3 -4
- package/test/mockRoot/deploy/testInstance/testBU/transactionalEmail/testNew_temail.transactionalEmail-meta.json +1 -6
- package/test/mockRoot/deploy/testInstance/testBU/verification/testExisting_39f6a488-20eb-4ba0-b0b9.verification-meta.json +11 -0
- package/test/mockRoot/deploy/testInstance/testBU/verification/testNew_39f6a488-20eb-4ba0-b0b9.verification-meta.json +11 -0
- package/test/resources/1111111/data/v1/customobjectdata/key/testExisting_dataExtensionShared/rowset/get-response.json +13 -0
- package/test/resources/1111111/dataExtension/create-expected.json +23 -0
- package/test/resources/1111111/dataExtension/create-response.xml +59 -0
- package/test/resources/1111111/dataExtension/retrieve-expected.json +55 -0
- package/test/resources/1111111/dataExtension/retrieve-expected.md +18 -0
- package/test/resources/1111111/dataExtension/retrieve-response.xml +27 -1
- package/test/resources/1111111/dataExtension/update-expected.json +55 -0
- package/test/resources/1111111/dataExtension/update-response.xml +57 -0
- package/test/resources/1111111/dataExtensionField/retrieve-CustomerKey=[testExisting_dataExtensionShared].[TriggerUpdate_randomNumber_]-response.xml +45 -0
- package/test/resources/1111111/dataExtensionField/retrieve-DataExtension.CustomerKey=testExisting_dataExtensionShared-response.xml +98 -0
- package/test/resources/1111111/dataExtensionField/retrieve-DataExtension.CustomerKey=testNew_dataExtensionSharedORDataExtension.CustomerKey=testExisting_dataExtensionShared-response.xml +98 -0
- package/test/resources/1111111/dataExtensionField/retrieve-response.xml +98 -0
- package/test/resources/1111111/dataExtensionTemplate/retrieve-response.xml +303 -0
- package/test/resources/1111111/dataFolder/retrieve-ContentType=synchronizeddataextensionORContentType=shared_salesforcedataextensionORContentType=shared_dataextensionORContentType=shared_dataORContentType=salesforcedataextensionORContentType=dataextensionORContentType=hidden-response.xml +387 -0
- package/test/resources/1111111/dataFolder/retrieve-response.xml +353 -9
- package/test/resources/9999999/attributeSet/retrieve-expected.json +89 -694
- package/test/resources/9999999/automation/build-expected.json +4 -0
- package/test/resources/9999999/automation/create-expected.json +4 -0
- package/test/resources/9999999/automation/create-testNew_automation-expected.md +1 -0
- package/test/resources/9999999/automation/retrieve-expected.json +4 -0
- package/test/resources/9999999/automation/retrieve-testExisting_automation-expected.md +1 -0
- package/test/resources/9999999/automation/template-expected.json +4 -0
- package/test/resources/9999999/automation/v1/automations/08afb0e2-b00a-4c88-ad2e-1f7f8788c560/get-response.json +7 -0
- package/test/resources/9999999/automation/v1/automations/post-response.json +7 -0
- package/test/resources/9999999/automation/v1/dataverifications/post-response.json +12 -0
- package/test/resources/9999999/automation/v1/dataverifications/testExisting_39f6a488-20eb-4ba0-b0b9/delete-response.json +0 -0
- package/test/resources/9999999/automation/v1/dataverifications/testExisting_39f6a488-20eb-4ba0-b0b9/get-response.json +12 -0
- package/test/resources/9999999/automation/v1/dataverifications/testExisting_39f6a488-20eb-4ba0-b0b9/patch-response.json +12 -0
- package/test/resources/9999999/dataExtension/build-expected.json +16 -0
- package/test/resources/9999999/dataExtension/delete-response.xml +42 -0
- package/test/resources/9999999/dataExtension/retrieve-expected.json +16 -0
- package/test/resources/9999999/dataExtension/retrieve-expected.md +3 -1
- package/test/resources/9999999/dataExtension/template-expected.json +16 -0
- package/test/resources/9999999/dataExtension/update-expected.json +17 -1
- package/test/resources/9999999/dataExtensionField/retrieve-CustomerKey=[testExisting_dataExtension].[LastName]-response.xml +44 -0
- package/test/resources/9999999/dataExtensionField/retrieve-DataExtension.CustomerKey=testExisting_dataExtension-response.xml +36 -1
- package/test/resources/9999999/dataExtensionField/retrieve-response.xml +36 -1
- package/test/resources/9999999/dataFolder/retrieve-ContentType=synchronizeddataextensionORContentType=shared_salesforcedataextensionORContentType=shared_dataextensionORContentType=shared_dataORContentType=salesforcedataextensionORContentType=dataextensionORContentType=hidden-response.xml +117 -0
- package/test/resources/9999999/hub/v1/contacts/schema/attributeGroups/get-response.json +43 -0
- package/test/resources/9999999/hub/v1/contacts/schema/setDefinitions/get-response.json +387 -0
- package/test/resources/9999999/interaction/v1/interactions/233d4413-922c-4568-85a5-e5cc77efc3be/delete-response.json +1 -0
- package/test/resources/9999999/legacy/v1/beta/bulk/automations/automation/definition/get-response.json +1 -1
- package/test/resources/9999999/messaging/v1/email/definitions/post-response.json +1 -1
- package/test/resources/9999999/messaging/v1/email/definitions/testExisting_temail/delete-response.json +6 -0
- package/test/resources/9999999/transactionalEmail/build-expected.json +3 -7
- package/test/resources/9999999/transactionalEmail/get-expected.json +3 -7
- package/test/resources/9999999/transactionalEmail/patch-expected.json +3 -7
- package/test/resources/9999999/transactionalEmail/post-expected.json +3 -7
- package/test/resources/9999999/transactionalEmail/template-expected.json +3 -7
- package/test/resources/9999999/verification/build-expected.json +11 -0
- package/test/resources/9999999/verification/get-expected.json +11 -0
- package/test/resources/9999999/verification/patch-expected.json +11 -0
- package/test/resources/9999999/verification/post-expected.json +11 -0
- package/test/resources/9999999/verification/template-expected.json +11 -0
- package/test/type.attributeGroup.test.js +4 -4
- package/test/type.attributeSet.test.js +5 -5
- package/test/type.automation.test.js +29 -23
- package/test/type.dataExtension.test.js +205 -45
- package/test/type.dataExtract.test.js +10 -3
- package/test/type.fileTransfer.test.js +10 -3
- package/test/type.importFile.test.js +10 -3
- package/test/type.journey.test.js +38 -11
- package/test/type.mobileKeyword.test.js +6 -4
- package/test/type.mobileMessage.test.js +6 -4
- package/test/type.query.test.js +8 -6
- package/test/type.script.test.js +6 -1
- package/test/type.transactionalEmail.test.js +12 -11
- package/test/type.transactionalPush.test.js +2 -4
- package/test/type.transactionalSMS.test.js +2 -4
- package/test/type.triggeredSend.test.js +6 -4
- package/test/type.verification.test.js +173 -0
- package/test/utils.js +7 -1
- package/types/mcdev.d.js +14 -0
|
@@ -78,6 +78,13 @@
|
|
|
78
78
|
"activityObjectId": "39f6a488-20eb-4ba0-b0b9-023725b574e4",
|
|
79
79
|
"objectTypeId": 423,
|
|
80
80
|
"displayOrder": 6
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"id": "f3774dc2-a271-4a44-8cbe-f630a6d6545e",
|
|
84
|
+
"name": "testExisting_dataExtension",
|
|
85
|
+
"activityObjectId": "testExisting_39f6a488-20eb-4ba0-b0b9",
|
|
86
|
+
"objectTypeId": 1000,
|
|
87
|
+
"displayOrder": 7
|
|
81
88
|
}
|
|
82
89
|
]
|
|
83
90
|
}
|
|
@@ -77,6 +77,13 @@
|
|
|
77
77
|
"activityObjectId": "39f6a488-20eb-4ba0-b0b9-023725b574e4",
|
|
78
78
|
"objectTypeId": 423,
|
|
79
79
|
"displayOrder": 6
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"id": "f3774dc2-a271-4a44-8cbe-f630a6d6545e",
|
|
83
|
+
"name": "testExisting_dataExtension",
|
|
84
|
+
"activityObjectId": "testNew_RANDOM_NEW_GUID",
|
|
85
|
+
"objectTypeId": 1000,
|
|
86
|
+
"displayOrder": 7
|
|
80
87
|
}
|
|
81
88
|
],
|
|
82
89
|
"annotation": "",
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"dataVerificationDefinitionId": "testNew_RANDOM_NEW_GUID",
|
|
3
|
+
"targetObjectId": "21711373-72c1-ec11-b83b-48df37d1deb7",
|
|
4
|
+
"verificationType": "IsEqualTo",
|
|
5
|
+
"value1": 2,
|
|
6
|
+
"value2": 0,
|
|
7
|
+
"shouldStopOnFailure": false,
|
|
8
|
+
"shouldEmailOnFailure": false,
|
|
9
|
+
"notificationEmailAddress": "",
|
|
10
|
+
"notificationEmailMessage": "",
|
|
11
|
+
"createdBy": 700301950
|
|
12
|
+
}
|
|
File without changes
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"dataVerificationDefinitionId": "testExisting_39f6a488-20eb-4ba0-b0b9",
|
|
3
|
+
"targetObjectId": "21711373-72c1-ec11-b83b-48df37d1deb7",
|
|
4
|
+
"verificationType": "IsEqualTo",
|
|
5
|
+
"value1": 1,
|
|
6
|
+
"value2": 0,
|
|
7
|
+
"shouldStopOnFailure": true,
|
|
8
|
+
"shouldEmailOnFailure": false,
|
|
9
|
+
"notificationEmailAddress": "",
|
|
10
|
+
"notificationEmailMessage": "",
|
|
11
|
+
"createdBy": 700301950
|
|
12
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"dataVerificationDefinitionId": "testExisting_39f6a488-20eb-4ba0-b0b9",
|
|
3
|
+
"targetObjectId": "21711373-72c1-ec11-b83b-48df37d1deb7",
|
|
4
|
+
"verificationType": "IsEqualTo",
|
|
5
|
+
"value1": 1,
|
|
6
|
+
"value2": 0,
|
|
7
|
+
"shouldStopOnFailure": true,
|
|
8
|
+
"shouldEmailOnFailure": true,
|
|
9
|
+
"notificationEmailAddress": "test@accenture.com",
|
|
10
|
+
"notificationEmailMessage": "",
|
|
11
|
+
"createdBy": 700301950
|
|
12
|
+
}
|
|
@@ -44,6 +44,22 @@
|
|
|
44
44
|
"IsRequired": true,
|
|
45
45
|
"IsPrimaryKey": true,
|
|
46
46
|
"FieldType": "Text"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"Name": "decimalField",
|
|
50
|
+
"DefaultValue": "",
|
|
51
|
+
"MaxLength": 6,
|
|
52
|
+
"Scale": 3,
|
|
53
|
+
"IsPrimaryKey": false,
|
|
54
|
+
"IsRequired": true,
|
|
55
|
+
"FieldType": "Decimal"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"Name": "numberField",
|
|
59
|
+
"DefaultValue": "",
|
|
60
|
+
"IsPrimaryKey": false,
|
|
61
|
+
"IsRequired": true,
|
|
62
|
+
"FieldType": "Number"
|
|
47
63
|
}
|
|
48
64
|
],
|
|
49
65
|
"r__folder_ContentType": "dataextension",
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
|
|
3
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
4
|
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
|
5
|
+
xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"
|
|
6
|
+
xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"
|
|
7
|
+
xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
|
|
8
|
+
<soap:Header>
|
|
9
|
+
<wsa:Action>DeleteResponse</wsa:Action>
|
|
10
|
+
<wsa:MessageID>urn:uuid:cbcad7ed-d768-4dbd-b2b9-230cc05dca1b</wsa:MessageID>
|
|
11
|
+
<wsa:RelatesTo>urn:uuid:545315fb-1e5b-4b6b-a17a-da1fcac3524f</wsa:RelatesTo>
|
|
12
|
+
<wsa:To>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:To>
|
|
13
|
+
<wsse:Security>
|
|
14
|
+
<wsu:Timestamp wsu:Id="Timestamp-cd8b5c6b-0bc1-45e1-8df0-4c61bf120d0e">
|
|
15
|
+
<wsu:Created>2023-08-11T12:34:31Z</wsu:Created>
|
|
16
|
+
<wsu:Expires>2023-08-11T12:39:31Z</wsu:Expires>
|
|
17
|
+
</wsu:Timestamp>
|
|
18
|
+
</wsse:Security>
|
|
19
|
+
</soap:Header>
|
|
20
|
+
<soap:Body>
|
|
21
|
+
<DeleteResponse xmlns="http://exacttarget.com/wsdl/partnerAPI">
|
|
22
|
+
<Results>
|
|
23
|
+
<StatusCode>OK</StatusCode>
|
|
24
|
+
<StatusMessage>Data Extension deleted. / Data Extension Fields deleted</StatusMessage>
|
|
25
|
+
<OrdinalID>0</OrdinalID>
|
|
26
|
+
<Object xsi:type="DataExtension">
|
|
27
|
+
<PartnerKey xsi:nil="true" />
|
|
28
|
+
<ObjectID>21711373-72c1-ec11-b83b-48df37d1deb7</ObjectID>
|
|
29
|
+
<CustomerKey>testExisting_dataExtension</CustomerKey>
|
|
30
|
+
<!-- <Fields>
|
|
31
|
+
<Field>
|
|
32
|
+
<PartnerKey xsi:nil="true" />
|
|
33
|
+
<ObjectID>d26f1b9c-fb30-4a91-9fe8-e2495cffbd74</ObjectID>
|
|
34
|
+
</Field>
|
|
35
|
+
</Fields> -->
|
|
36
|
+
</Object>
|
|
37
|
+
</Results>
|
|
38
|
+
<RequestID>5c0faaa8-81db-4530-8b47-c56432f68543</RequestID>
|
|
39
|
+
<OverallStatus>OK</OverallStatus>
|
|
40
|
+
</DeleteResponse>
|
|
41
|
+
</soap:Body>
|
|
42
|
+
</soap:Envelope>
|
|
@@ -44,6 +44,22 @@
|
|
|
44
44
|
"IsRequired": true,
|
|
45
45
|
"IsPrimaryKey": true,
|
|
46
46
|
"FieldType": "Text"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"Name": "decimalField",
|
|
50
|
+
"DefaultValue": "",
|
|
51
|
+
"MaxLength": 6,
|
|
52
|
+
"Scale": 3,
|
|
53
|
+
"IsPrimaryKey": false,
|
|
54
|
+
"IsRequired": true,
|
|
55
|
+
"FieldType": "Decimal"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"Name": "numberField",
|
|
59
|
+
"DefaultValue": "",
|
|
60
|
+
"IsPrimaryKey": false,
|
|
61
|
+
"IsRequired": true,
|
|
62
|
+
"FieldType": "Number"
|
|
47
63
|
}
|
|
48
64
|
],
|
|
49
65
|
"r__folder_ContentType": "dataextension",
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
**Folder:** Data Extensions/
|
|
6
6
|
|
|
7
|
-
**Fields in table:**
|
|
7
|
+
**Fields in table:** 6
|
|
8
8
|
|
|
9
9
|
**Sendable:** Yes (`ContactKey` to `Subscriber Key`)
|
|
10
10
|
|
|
@@ -16,3 +16,5 @@
|
|
|
16
16
|
| LastName | Text | 50 | - | + | |
|
|
17
17
|
| EmailAddress | EmailAddress | 254 | - | - | |
|
|
18
18
|
| ContactKey | Text | 50 | + | - | |
|
|
19
|
+
| decimalField | Decimal | 6,3 | - | - | |
|
|
20
|
+
| numberField | Number | | - | - | |
|
|
@@ -44,6 +44,22 @@
|
|
|
44
44
|
"IsRequired": true,
|
|
45
45
|
"IsPrimaryKey": true,
|
|
46
46
|
"FieldType": "Text"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"Name": "decimalField",
|
|
50
|
+
"DefaultValue": "",
|
|
51
|
+
"MaxLength": 6,
|
|
52
|
+
"Scale": 3,
|
|
53
|
+
"IsPrimaryKey": false,
|
|
54
|
+
"IsRequired": true,
|
|
55
|
+
"FieldType": "Decimal"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"Name": "numberField",
|
|
59
|
+
"DefaultValue": "",
|
|
60
|
+
"IsPrimaryKey": false,
|
|
61
|
+
"IsRequired": true,
|
|
62
|
+
"FieldType": "Number"
|
|
47
63
|
}
|
|
48
64
|
],
|
|
49
65
|
"r__folder_ContentType": "dataextension",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"FieldType": "Text"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
|
-
"Name": "
|
|
29
|
+
"Name": "Email",
|
|
30
30
|
"DefaultValue": "",
|
|
31
31
|
"MaxLength": 254,
|
|
32
32
|
"IsRequired": true,
|
|
@@ -41,6 +41,22 @@
|
|
|
41
41
|
"IsPrimaryKey": true,
|
|
42
42
|
"FieldType": "Text"
|
|
43
43
|
},
|
|
44
|
+
{
|
|
45
|
+
"Name": "decimalField",
|
|
46
|
+
"DefaultValue": "",
|
|
47
|
+
"MaxLength": 6,
|
|
48
|
+
"Scale": 3,
|
|
49
|
+
"IsPrimaryKey": false,
|
|
50
|
+
"IsRequired": true,
|
|
51
|
+
"FieldType": "Decimal"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"Name": "numberField",
|
|
55
|
+
"DefaultValue": "",
|
|
56
|
+
"IsPrimaryKey": false,
|
|
57
|
+
"IsRequired": true,
|
|
58
|
+
"FieldType": "Number"
|
|
59
|
+
},
|
|
44
60
|
{
|
|
45
61
|
"Name": "testField",
|
|
46
62
|
"DefaultValue": "",
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
|
|
3
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
4
|
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
|
5
|
+
xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"
|
|
6
|
+
xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"
|
|
7
|
+
xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
|
|
8
|
+
<soap:Header>
|
|
9
|
+
<wsa:Action>RetrieveResponse</wsa:Action>
|
|
10
|
+
<wsa:MessageID>urn:uuid:6d2f81c8-80ab-44d5-8664-206753e7ac8d</wsa:MessageID>
|
|
11
|
+
<wsa:RelatesTo>urn:uuid:a7354389-079e-4844-93b5-af6b7bf1d535</wsa:RelatesTo>
|
|
12
|
+
<wsa:To>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:To>
|
|
13
|
+
<wsse:Security>
|
|
14
|
+
<wsu:Timestamp wsu:Id="Timestamp-468a08b7-c8fd-44bf-a2c8-fd6063127ca6">
|
|
15
|
+
<wsu:Created>2022-04-21T19:21:52Z</wsu:Created>
|
|
16
|
+
<wsu:Expires>2022-04-21T19:26:52Z</wsu:Expires>
|
|
17
|
+
</wsu:Timestamp>
|
|
18
|
+
</wsse:Security>
|
|
19
|
+
</soap:Header>
|
|
20
|
+
<soap:Body>
|
|
21
|
+
<RetrieveResponseMsg xmlns="http://exacttarget.com/wsdl/partnerAPI">
|
|
22
|
+
<OverallStatus>OK</OverallStatus>
|
|
23
|
+
<RequestID>cfe51e71-6a2b-4cb4-aecd-3777076d63bc</RequestID>
|
|
24
|
+
<Results xsi:type="DataExtensionField">
|
|
25
|
+
<PartnerKey xsi:nil="true" />
|
|
26
|
+
<ObjectID>bea0e308-5d45-4181-a673-da9972a7c674</ObjectID>
|
|
27
|
+
<CustomerKey>[testExisting_dataExtension].[LastName]</CustomerKey>
|
|
28
|
+
<Name>LastName</Name>
|
|
29
|
+
<Scale>0</Scale>
|
|
30
|
+
<DefaultValue />
|
|
31
|
+
<MaxLength>50</MaxLength>
|
|
32
|
+
<IsRequired>false</IsRequired>
|
|
33
|
+
<Ordinal>1</Ordinal>
|
|
34
|
+
<IsPrimaryKey>false</IsPrimaryKey>
|
|
35
|
+
<FieldType>Text</FieldType>
|
|
36
|
+
<DataExtension>
|
|
37
|
+
<PartnerKey xsi:nil="true" />
|
|
38
|
+
<ObjectID xsi:nil="true" />
|
|
39
|
+
<CustomerKey>testExisting_dataExtension</CustomerKey>
|
|
40
|
+
</DataExtension>
|
|
41
|
+
</Results>
|
|
42
|
+
</RetrieveResponseMsg>
|
|
43
|
+
</soap:Body>
|
|
44
|
+
</soap:Envelope>
|
|
@@ -93,6 +93,41 @@
|
|
|
93
93
|
<CustomerKey>testExisting_dataExtension</CustomerKey>
|
|
94
94
|
</DataExtension>
|
|
95
95
|
</Results>
|
|
96
|
+
<Results xsi:type="DataExtensionField">
|
|
97
|
+
<PartnerKey xsi:nil="true" />
|
|
98
|
+
<ObjectID>7b7ef009-4b85-455b-9bdf-b7bef93791d7</ObjectID>
|
|
99
|
+
<CustomerKey>[testExisting_dataExtension].[numberField]</CustomerKey>
|
|
100
|
+
<Name>numberField</Name>
|
|
101
|
+
<Scale>0</Scale>
|
|
102
|
+
<DefaultValue />
|
|
103
|
+
<IsRequired>true</IsRequired>
|
|
104
|
+
<Ordinal>5</Ordinal>
|
|
105
|
+
<IsPrimaryKey>false</IsPrimaryKey>
|
|
106
|
+
<FieldType>Number</FieldType>
|
|
107
|
+
<DataExtension>
|
|
108
|
+
<PartnerKey xsi:nil="true" />
|
|
109
|
+
<ObjectID xsi:nil="true" />
|
|
110
|
+
<CustomerKey>testExisting_dataExtension</CustomerKey>
|
|
111
|
+
</DataExtension>
|
|
112
|
+
</Results>
|
|
113
|
+
<Results xsi:type="DataExtensionField">
|
|
114
|
+
<PartnerKey xsi:nil="true" />
|
|
115
|
+
<ObjectID>c5d553cc-2c2a-464d-953d-6901be040f20</ObjectID>
|
|
116
|
+
<CustomerKey>[testExisting_dataExtension].[decimalField]</CustomerKey>
|
|
117
|
+
<Name>decimalField</Name>
|
|
118
|
+
<Scale>3</Scale>
|
|
119
|
+
<DefaultValue />
|
|
120
|
+
<MaxLength>6</MaxLength>
|
|
121
|
+
<IsRequired>true</IsRequired>
|
|
122
|
+
<Ordinal>4</Ordinal>
|
|
123
|
+
<IsPrimaryKey>false</IsPrimaryKey>
|
|
124
|
+
<FieldType>Decimal</FieldType>
|
|
125
|
+
<DataExtension>
|
|
126
|
+
<PartnerKey xsi:nil="true" />
|
|
127
|
+
<ObjectID xsi:nil="true" />
|
|
128
|
+
<CustomerKey>testExisting_dataExtension</CustomerKey>
|
|
129
|
+
</DataExtension>
|
|
130
|
+
</Results>
|
|
96
131
|
</RetrieveResponseMsg>
|
|
97
132
|
</soap:Body>
|
|
98
|
-
</soap:Envelope>
|
|
133
|
+
</soap:Envelope>
|
|
@@ -93,6 +93,41 @@
|
|
|
93
93
|
<CustomerKey>testExisting_dataExtension</CustomerKey>
|
|
94
94
|
</DataExtension>
|
|
95
95
|
</Results>
|
|
96
|
+
<Results xsi:type="DataExtensionField">
|
|
97
|
+
<PartnerKey xsi:nil="true" />
|
|
98
|
+
<ObjectID>7b7ef009-4b85-455b-9bdf-b7bef93791d7</ObjectID>
|
|
99
|
+
<CustomerKey>[testExisting_dataExtension].[numberField]</CustomerKey>
|
|
100
|
+
<Name>numberField</Name>
|
|
101
|
+
<Scale>0</Scale>
|
|
102
|
+
<DefaultValue />
|
|
103
|
+
<IsRequired>true</IsRequired>
|
|
104
|
+
<Ordinal>5</Ordinal>
|
|
105
|
+
<IsPrimaryKey>false</IsPrimaryKey>
|
|
106
|
+
<FieldType>Number</FieldType>
|
|
107
|
+
<DataExtension>
|
|
108
|
+
<PartnerKey xsi:nil="true" />
|
|
109
|
+
<ObjectID xsi:nil="true" />
|
|
110
|
+
<CustomerKey>testExisting_dataExtension</CustomerKey>
|
|
111
|
+
</DataExtension>
|
|
112
|
+
</Results>
|
|
113
|
+
<Results xsi:type="DataExtensionField">
|
|
114
|
+
<PartnerKey xsi:nil="true" />
|
|
115
|
+
<ObjectID>c5d553cc-2c2a-464d-953d-6901be040f20</ObjectID>
|
|
116
|
+
<CustomerKey>[testExisting_dataExtension].[decimalField]</CustomerKey>
|
|
117
|
+
<Name>decimalField</Name>
|
|
118
|
+
<Scale>3</Scale>
|
|
119
|
+
<DefaultValue />
|
|
120
|
+
<MaxLength>6</MaxLength>
|
|
121
|
+
<IsRequired>true</IsRequired>
|
|
122
|
+
<Ordinal>4</Ordinal>
|
|
123
|
+
<IsPrimaryKey>false</IsPrimaryKey>
|
|
124
|
+
<FieldType>Decimal</FieldType>
|
|
125
|
+
<DataExtension>
|
|
126
|
+
<PartnerKey xsi:nil="true" />
|
|
127
|
+
<ObjectID xsi:nil="true" />
|
|
128
|
+
<CustomerKey>testExisting_dataExtension</CustomerKey>
|
|
129
|
+
</DataExtension>
|
|
130
|
+
</Results>
|
|
96
131
|
</RetrieveResponseMsg>
|
|
97
132
|
</soap:Body>
|
|
98
|
-
</soap:Envelope>
|
|
133
|
+
</soap:Envelope>
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
|
|
3
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
4
|
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
|
5
|
+
xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"
|
|
6
|
+
xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"
|
|
7
|
+
xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
|
|
8
|
+
<soap:Header>
|
|
9
|
+
<wsa:Action>RetrieveResponse</wsa:Action>
|
|
10
|
+
<wsa:MessageID>urn:uuid:f36f3303-3b5a-4641-8109-b26447634d91</wsa:MessageID>
|
|
11
|
+
<wsa:RelatesTo>urn:uuid:33983968-28c4-4379-bb5f-f80ae32eb988</wsa:RelatesTo>
|
|
12
|
+
<wsa:To>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:To>
|
|
13
|
+
<wsse:Security>
|
|
14
|
+
<wsu:Timestamp wsu:Id="Timestamp-32ecc81b-6020-473c-9e99-4b5338921220">
|
|
15
|
+
<wsu:Created>2022-04-19T20:03:41Z</wsu:Created>
|
|
16
|
+
<wsu:Expires>2022-04-19T20:08:41Z</wsu:Expires>
|
|
17
|
+
</wsu:Timestamp>
|
|
18
|
+
</wsse:Security>
|
|
19
|
+
</soap:Header>
|
|
20
|
+
<soap:Body>
|
|
21
|
+
<RetrieveResponseMsg xmlns="http://exacttarget.com/wsdl/partnerAPI">
|
|
22
|
+
<OverallStatus>OK</OverallStatus>
|
|
23
|
+
<RequestID>02cd5ccb-8f84-4651-826f-71169eeecf05</RequestID>
|
|
24
|
+
<Results xsi:type="DataFolder">
|
|
25
|
+
<Client>
|
|
26
|
+
<ID>9999999</ID>
|
|
27
|
+
</Client>
|
|
28
|
+
<PartnerKey xsi:nil="true" />
|
|
29
|
+
<CreatedDate>2016-07-22T11:52:19.6</CreatedDate>
|
|
30
|
+
<ModifiedDate>2016-07-22T11:52:19.6</ModifiedDate>
|
|
31
|
+
<ID>2</ID>
|
|
32
|
+
<ObjectID xsi:nil="true" />
|
|
33
|
+
<CustomerKey>dataextension_default</CustomerKey>
|
|
34
|
+
<ParentFolder>
|
|
35
|
+
<PartnerKey xsi:nil="true" />
|
|
36
|
+
<ID>0</ID>
|
|
37
|
+
<ObjectID xsi:nil="true" />
|
|
38
|
+
</ParentFolder>
|
|
39
|
+
<Name>Data Extensions</Name>
|
|
40
|
+
<Description />
|
|
41
|
+
<ContentType>dataextension</ContentType>
|
|
42
|
+
<IsActive>true</IsActive>
|
|
43
|
+
<IsEditable>false</IsEditable>
|
|
44
|
+
<AllowChildren>true</AllowChildren>
|
|
45
|
+
</Results>
|
|
46
|
+
<Results xsi:type="DataFolder">
|
|
47
|
+
<Client>
|
|
48
|
+
<ID>9999999</ID>
|
|
49
|
+
</Client>
|
|
50
|
+
<PartnerKey xsi:nil="true" />
|
|
51
|
+
<CreatedDate>2017-02-08T10:19:37.123</CreatedDate>
|
|
52
|
+
<ModifiedDate>2017-02-08T10:19:37.123</ModifiedDate>
|
|
53
|
+
<ID>386</ID>
|
|
54
|
+
<ObjectID xsi:nil="true" />
|
|
55
|
+
<CustomerKey />
|
|
56
|
+
<ParentFolder>
|
|
57
|
+
<PartnerKey xsi:nil="true" />
|
|
58
|
+
<ID>2</ID>
|
|
59
|
+
<ObjectID xsi:nil="true" />
|
|
60
|
+
<CustomerKey>dataextension_default</CustomerKey>
|
|
61
|
+
</ParentFolder>
|
|
62
|
+
<Name>Einstein</Name>
|
|
63
|
+
<Description />
|
|
64
|
+
<ContentType>dataextension</ContentType>
|
|
65
|
+
<IsActive>true</IsActive>
|
|
66
|
+
<IsEditable>true</IsEditable>
|
|
67
|
+
<AllowChildren>true</AllowChildren>
|
|
68
|
+
</Results>
|
|
69
|
+
<Results xsi:type="DataFolder">
|
|
70
|
+
<Client>
|
|
71
|
+
<ID>1111111</ID>
|
|
72
|
+
</Client>
|
|
73
|
+
<PartnerKey xsi:nil="true" />
|
|
74
|
+
<CreatedDate>2016-07-22T11:52:19.603</CreatedDate>
|
|
75
|
+
<ModifiedDate>2016-07-22T11:52:19.603</ModifiedDate>
|
|
76
|
+
<ID>89356</ID>
|
|
77
|
+
<ObjectID xsi:nil="true" />
|
|
78
|
+
<CustomerKey>shared_dataextension_default</CustomerKey>
|
|
79
|
+
<ParentFolder>
|
|
80
|
+
<PartnerKey xsi:nil="true" />
|
|
81
|
+
<ID>89344</ID>
|
|
82
|
+
<ObjectID xsi:nil="true" />
|
|
83
|
+
<CustomerKey>shared_data_default</CustomerKey>
|
|
84
|
+
</ParentFolder>
|
|
85
|
+
<Name>Shared Data Extensions</Name>
|
|
86
|
+
<Description />
|
|
87
|
+
<ContentType>shared_dataextension</ContentType>
|
|
88
|
+
<IsActive>true</IsActive>
|
|
89
|
+
<IsEditable>false</IsEditable>
|
|
90
|
+
<AllowChildren>true</AllowChildren>
|
|
91
|
+
</Results>
|
|
92
|
+
<Results xsi:type="DataFolder">
|
|
93
|
+
<Client>
|
|
94
|
+
<ID>1111111</ID>
|
|
95
|
+
</Client>
|
|
96
|
+
<PartnerKey xsi:nil="true" />
|
|
97
|
+
<CreatedDate>2016-07-22T11:52:18.73</CreatedDate>
|
|
98
|
+
<ModifiedDate>2016-07-22T11:52:19.603</ModifiedDate>
|
|
99
|
+
<ID>89344</ID>
|
|
100
|
+
<ObjectID xsi:nil="true" />
|
|
101
|
+
<CustomerKey>shared_data_default</CustomerKey>
|
|
102
|
+
<ParentFolder>
|
|
103
|
+
<PartnerKey xsi:nil="true" />
|
|
104
|
+
<ID>0</ID>
|
|
105
|
+
<ObjectID xsi:nil="true" />
|
|
106
|
+
</ParentFolder>
|
|
107
|
+
<Name>Shared Items</Name>
|
|
108
|
+
<Description />
|
|
109
|
+
<ContentType>shared_data</ContentType>
|
|
110
|
+
<IsActive>true</IsActive>
|
|
111
|
+
<IsEditable>false</IsEditable>
|
|
112
|
+
<AllowChildren>false</AllowChildren>
|
|
113
|
+
</Results>
|
|
114
|
+
|
|
115
|
+
</RetrieveResponseMsg>
|
|
116
|
+
</soap:Body>
|
|
117
|
+
</soap:Envelope>
|
|
@@ -571,6 +571,49 @@
|
|
|
571
571
|
"identifierType": "FullyQualifiedName"
|
|
572
572
|
},
|
|
573
573
|
"namespace": ""
|
|
574
|
+
},
|
|
575
|
+
{
|
|
576
|
+
"mID": 7330928,
|
|
577
|
+
"objectState": "Created",
|
|
578
|
+
"attributeSetIdentifiers": [
|
|
579
|
+
{
|
|
580
|
+
"definitionID": "528b787a-5238-ee11-b85a-48df37d1de8a",
|
|
581
|
+
"definitionName": {
|
|
582
|
+
"value": "testExisting_dataExtensionShared"
|
|
583
|
+
},
|
|
584
|
+
"definitionKey": "testExisting_dataExtensionShared",
|
|
585
|
+
"connectingID": {
|
|
586
|
+
"identifierType": "FullyQualifiedName"
|
|
587
|
+
},
|
|
588
|
+
"namespace": ""
|
|
589
|
+
}
|
|
590
|
+
],
|
|
591
|
+
"isOwner": true,
|
|
592
|
+
"isPrimary": false,
|
|
593
|
+
"isSystemDefined": false,
|
|
594
|
+
"isHidden": false,
|
|
595
|
+
"canAddProperties": true,
|
|
596
|
+
"canAddRelationships": true,
|
|
597
|
+
"containsSchemaAttributes": false,
|
|
598
|
+
"canRemove": true,
|
|
599
|
+
"canChangeProperties": true,
|
|
600
|
+
"displayOrder": 8,
|
|
601
|
+
"requiredRelationships": [],
|
|
602
|
+
"canModify": true,
|
|
603
|
+
"attributeGroupIconKey": "et-icon-databas",
|
|
604
|
+
"fullyQualifiedName": "testExisting_attributeGroup",
|
|
605
|
+
"attributeGroupType": "Standard",
|
|
606
|
+
"localizedDescription": {},
|
|
607
|
+
"attributeCount": 6,
|
|
608
|
+
"definitionID": "79846c6e-5238-ee11-b85a-48df37d1de8a",
|
|
609
|
+
"definitionName": {
|
|
610
|
+
"value": "testExisting_attributeGroup"
|
|
611
|
+
},
|
|
612
|
+
"definitionKey": "testExisting_attributeGroup",
|
|
613
|
+
"connectingID": {
|
|
614
|
+
"identifierType": "FullyQualifiedName"
|
|
615
|
+
},
|
|
616
|
+
"namespace": ""
|
|
574
617
|
}
|
|
575
618
|
],
|
|
576
619
|
"responseContext": {
|