Delete

 

Dovico.TrackITAPI.CAssignment.Delete(System.String,Dovico.TrackITAPI.CStateInfo)

 

 

Function Overview:

Deletes all assignments designated by sXml which is in the format http://www.dovico.com/schemas/id.xsd

 

 

Parameter List:

sXml - string - xml containing a list of ids in the format id.xsd

siState - CStateInfo - State Information needed to process the transaction

 

Returns

An empty string.

 

Example:

// initialize a string of xml containing assignment IDs to delete

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

sXml += "<ID>2280</ID></ID:IDS>";

// call the method

wsapi.MethodInvoke("AssignmentDelete", sXml, stToken);