Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

 

CreateList_st method allows to create a new list in MailUp, using default values for lists. For new integrations with MailUp it has to be preferred to similar method MailUpSend.CreateList.

...


The XML string will have the following features:

  • One root node <CreateLists_st>.
  • One <errorCodenode, that contains the error ID (zero when successful)  
  • One <errorDescriptionnode, that contains the error details (empty when successful)  
  • One node <Lists>, contained in the root node.
  • One node <List> with the attributes Guid, Id and Name. These contain respectively the GUID of the list, the ID of the list and the name of the list provided at entrance.

...