Versions Compared

Key

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

Method parameters

...

  • string GetListIdentity(string accessKey, stringautoId)
    • accessKey: access key obtained using the Login method
    • 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.
Note

The response of GetListIdentity method is different from many other MailUpSend methods because it includes "errorCode" only when call is not successful. If this inconsistency is critical for your client application you can use GetListIdentity_st method instead. GetListIdentity_st is the recommended choice if you are starting a new integration with MailUp.

Sample GetListIdentity response

...


The XML string will have the following features:

  • A root node <GetListIdentity>
  • A node <Lists>, contained in the root node.
  • A node <List> with the attributes GuidId e Name. These contain respectively the GUID of the list, the ID of the list and the name of the list provided at entrance, 

...


The XML string will have the following features:

  • A root node <GetListIdentity>.
  • A node <Error>, contained in the root node, returning the error message.

...