Update via WSProxy

To update a single item or several items of the same type in a single call, use the updateItem and updateBatch functions.

  • Specify the first two parameters of the update functions like you do for the create functions.
  • The optional third parameter includes any properties to be set using the SOAP UpdateOptions object.

This example renames a data extension using its ObjectID.

The returned object has the same properties as the Create functions, except the results contain properties from the SOAP UpdateResult items.

Create via WSProxy