SaveAction
Defines how upsert acts on nested objects for create and update methods.
You can apply SaveAction to Subscriber, List, DataExtension, and Send objects.
Name | Data Type | Description |
---|---|---|
AddOnly | SaveAction | Indicates that data is only added and not updated during a save action. |
Default | SaveAction | Use the default action when saving an object. |
Delete | SaveAction | Reserved for future use. |
Nothing | SaveAction | Indicates that nothing is saved. |
UpdateAdd | SaveAction | Indicates an UpdateAdd type for a save action. |
UpdateOnly | SaveAction | Indicates an UpdateOnly type for a save action. |