/
instance_version ()

instance_version ()

instance_version ()

Returns the instance version number

Input

parameters:


Output

parameters:

result: Version number

ErrorMsg: any fault in the call, either in the validation of input parameters, errors in the connection to the database or any other error, this parameter returns the error message produced

Request

sample:

instance_version ();

Response

sample:

<?xml version="1.0" encoding="utf-8" standalone="yes"?>

<result>2.6.5</result>

<ErrorMsg></ErrorMsg>

Notes:


Related content