GetInfo

 

Dovico.TrackITAPI.CTempActualExpense.GetInfo(System.String,Dovico.TrackITAPI.CStateInfo)

 

 

Function Overview:

Returns information related to the item 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 item in an xml format.

 

Example:

// initialize a string of xml containing the guid of the Temp Actual Expense to retrieve information for

string sXml = "<GetInfo:ID xmlns:GetInfo=\"http://www.dovico.com/schemas/getinfo.xsd\">AAAAAAAA-BBBB-CCCC-DDDD-EEEEEEEEEEEE</GetInfo:ID>";

// call the method

string sTempActualExpenseInfo = wsapi.MethodInvoke("TempActualExpenseGetInfo", sXml, stToken);