DESCRIPTION:
GetAsset By Code returns the existing asset satisfying a code filter according to the user rights.
Parameters:
_user: Login name of the executor.
_pwd: Passw ord of the executor.
_code: the asset code to search
Result data example:
<string xmlns="http://www.etere.eu/EtereWSApi">
<?xml version="1.0" encoding="utf-8"?>
<WSApiResponse>
<Function Name="GetAssetByCode">
<asset idAsset="544" Code="544" Description="SPOT IL MONZINO" TCIN="0" TCOUT="89912" Length="89912"/> </Function>
</WSApiResponse>
</string>