Copy

 

Dovico.TrackITAPI.CCurrency.Copy(System.String,Dovico.TrackITAPI.CStateInfo)

 

 

Function Overview:

This function will make copies of items.

 

 

Parameter List:

sXml - string - The list of IDs to be copied in the format of id.xsd

siState - CStateInfo - State information needed to process the transaction

 

Returns

A string of xml containing the IDs of inserted items

 

Example:

// Initialize a string containing list of IDs we want to copy.

string sXml = "<id:IDS xmlns:id=\"http://www.dovico.com/schemas/id.xsd\"><ID>108</ID><ID>109</ID></id:IDS>";

string sItemsCopied = wsapi.MethodInvoke("CurrencyCopy", sXml, stToken);