Dovico.TrackITAPI.CEstimatedExpense.GetInfo(System.String,Dovico.TrackITAPI.CStateInfo)
Function Overview:
Returns information related to the estimated expense specified by getinfo.xsd in an xml format.
Parameter List:
sXml - string - xml containing ID of item to retrieve data for in the format getinfo.xsd
siState - CStateInfo - State information needed to process the transaction
Returns
Information related to the estimated expense in an xml format.
Example:
// initialize a string of xml containing the ID of the Estimated Expense to retrieve information for
string sXml = "<GetInfo:ID xmlns:GetInfo=\"http://www.dovico.com/schemas/getinfo.xsd\">1129</GetInfo:ID>";
// call the method
string sEstimatedExpenseInfo = wsapi.MethodInvoke("EstimatedExpenseGetInfo", sXml, stToken);