GetConnectVersion
Bizerba SOAP API (_connect.BRAIN)
Direct Communication TCP/IP
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