Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Crea un gruppo associato ad una lista.
string CreateGroup(string accessKey, int listID, string groupName, string groupNotes)
accessKey: chiave di accesso ottenuta chiamando il metodo Login
listID: ID della lista
groupName: nome del gruppo da creare
groupNotes: note relative al gruppo
Esempio di messaggio CreateGroupsResult
<CreateGroupsResult>
<errorCode>0</errorCode>
<errorDescription></errorDescription>
<list>
<listID>1</listID>
<listName>Demo</listName>
<groups>
<group>
<groupID>1</groupID>
<groupName>Demo</groupName>
<groupdNotes>Note Gruppo</groupNotes>
</group>
</groups>
</list>
</CreateGroupsResult>

  • No labels