AddObjectArrayItem
Appends an object to an array on an API object
AddObjectArrayItem(1, 2, 3)
Ordinal | Type | Description | |
---|---|---|---|
1 | API object | Required | API object containing the array |
2 | string | Required | Array property to receive new item |
3 | string | Required | Item to add to array |
Given the example below:
The Attributes array on the mySubscriberObject would receive the attribute myNewAttribute.