GetConnectVersion
Bizerba SOAP API (_connect.BRAIN)
Direct Communication TCP/IP
✓
x
GetConnectVersion can be used to query the version of the _connect.BRAIN. It is also well suited to check the accessibility of the Bizerba API.
Example Request
let result = await app.businessFunction({
//Common Parameters for all functions
functionName: "BizerbaSoap",
methodName: "GetConnectVersion",
silentMode: false, //false is default. If set to true, the Gebra Suite will not show an error message box. it is up to you to inform the user.
url: "192.168.0.54", //The URL of Bizerba WebAPI
});
Example Response
{
"getConnectVersionResult": "BCS 4.86.0.1"
}
Last updated
Was this helpful?