Sets XML data for the business object.
Syntax
Process_SetData(string sessionId,string processId,string dataType, string data,out string xmlResult)
Parameter | Description |
---|---|
sessionId | Valid session identifier (SessionId) |
processId | ID of the process, for which data is to be set. |
dataType | Name to be assigned to the data. Currently refers to the name of the data reference. |
data | The XML data to be set. |
xmlResult | Empty when okay |
Return Value
Value | Description |
---|---|
0 | OK |
<>0 |
Error See Error Codes. |