_getVoltage

(API version 2.0)

WDS_VoltageItem[] _getVoltage ( string kodf , string username , string pass , int IdCar , string DateFrom , string DateTo )

Description

The function returns the battery voltage.

Categories

Parameters

string kodf
Company login code
string username
Login username
string pass
Login password
int IdCar
Vehicle Identifier
string DateFrom
Date from (local time)
string DateTo
Date to (local time)

Return value

WDS_VoltageItem[]
  • WDS_VoltageItem
    • int IdCar
    • string DateT
    • float U1
    • float U2

Examples

API version 2.0

$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl');
$return = $client->_getVoltage($kodf, $username, $pass, $IdCar, $DateFrom, $DateTo);

Test

To test the function, enter parameters in form below and press Try it out button.

Company login code
Login username
Login password
Vehicle Identifier
Date from (local time)
Date to (local time)

* Required field