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

« Previous Version 5 Next »

Method parameters

Updates a group associated to a list

  • string UpdateGroup(string accessKey, int groupID, Option[] options)
    • accessKey: access key obtained using the Login method
    • groupID: ID of the group to be updated
    • options: array of values for options setting
      • groupname: name of the group
      • groupnotes: notes associated to the group

Sample UpdateGroup response

<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