SaveAction

Defines how upsert acts on nested objects for create and update methods.

You can apply SaveAction to Subscriber, List, DataExtension, and Send objects.

NameData TypeDescription
AddOnlySaveActionIndicates that data is only added and not updated during a save action.
DefaultSaveActionUse the default action when saving an object.
DeleteSaveActionReserved for future use.
NothingSaveActionIndicates that nothing is saved.
UpdateAddSaveActionIndicates an UpdateAdd type for a save action.
UpdateOnlySaveActionIndicates an UpdateOnly type for a save action.