_getShellCmdUnitResult
(API version 2.0)WDS_ShellCmdUnitResultItem[] _getShellCmdUnitResult ( string kodf , string username , string pass , string listIdentificator )
Description
The function returns the execution status of the command
Categories
Parameters
- string kodf
- Company code
- string username
- Login username
- string pass
- Login password
- string listIdentificator
- One or more comma-separated IDs returned by sendShellCmdToUnit
Return value
WDS_ShellCmdUnitResultItem[]
-
WDS_ShellCmdUnitResultItem
-
int
identifier
identifier
-
string
processingTime
time of processing
-
string
resultDeliveryTime
delivery time to the device
-
int
carid
car id
-
string
cmd
command
-
string
result
result of the command
-
int
identifier
Examples
API version 2.0
$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl'); $return = $client->_getShellCmdUnitResult($kodf, $username, $pass, $listIdentificator);
Test
To test the function, enter parameters in form below and press Try it out button.