AddObjectArrayItem

Appends an object to an array on an API object

AddObjectArrayItem(1, 2, 3)

OrdinalTypeDescription
1API objectRequiredAPI object containing the array
2stringRequiredArray property to receive new item
3stringRequiredItem to add to array

Given the example below:

The Attributes array on the mySubscriberObject would receive the attribute myNewAttribute.