Versions Compared

Key

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

 

GetNlLists()


Restituisce un oggetto che elenca tutte le liste ed i gruppi disponibili (ad esempio restituisce 3 liste It returns a message containing all the available lists and groups (e.g. three lists: "Technical Support Subscribers", "Company News Subscribers", "Product News Subscribers" e ciascuna di queste può contenere uno o più gruppi; each list might contain one or more groups).

 

Code Block
languagehtml/xml
linenumberstrue
<mailupMessage>
<mailupBody>
<ReturnCode>0</ReturnCode>
<Lists>
<List idList="1" listGUID="F9168C5E-CEB2-4FAA-B6BF-329BF39FA1E4">
<Groups>
<Group idGroup="1" groupName="First Group" />
<Group idGroup="2" groupName="Second Group" />
</Groups>
</List>
</Lists>
</mailupBody>
</mailupMessage>

...

Specific error codes for this method:

  • 0 = request execution succeeded
  • -200 = unrecognized error

...