Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Method parameters

...

  • string CreateList_st(string accessKey, string name, stringautoId)
    • accessKey: access key obtained using the Login LoginFromId method
    • name: list identifier
    • autoId: identifier which allows MailUp to know if a list was created in an automated context or not. In the Microsoft Dynamics CRM it corresponds to the ORGUNIQUENAME. If this value is null, or an empty string, the list will not be associated to an automatic creation

...


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.

...