Dovico.TrackITAPI.CGroup.GetInfo(System.String,Dovico.TrackITAPI.CStateInfo)
Function Overview:
Returns group information as an xml string (includes custom fields, phone numbers etc.).
Parameter List:
sXml - string - string of xml in the format getinfo.xsd that contains the ID of the group to retrieve information for
siState - string - State Information needed to process the transaction
Returns
A string of xml containing all group information.
Example:
// initialize a string of xml containing the ID of the group to retrieve information for
string sXml = "<GetInfo:ID xmlns:GetInfo=\"http://www.dovico.com/schemas/getinfo.xsd\">1129</GetInfo:ID>";
// call the method
string sGroupInfo = wsapi.MethodInvoke("GroupGetInfo", sXml, stToken);