_getCarValues

(API version 2.0)

WDS_CarValueItem[] _getCarValues ( string kodf , string username , string pass , int IdCar , string FromGMT , string ToGMT , string Type )

Description

The function returns day summary

Categories

Parameters

string kodf
Company login code
string username
Login username
string pass
Login password
int IdCar
Vehicle Identifier
string FromGMT
Start of the time window (GMT)
string ToGMT
End of the time window (GMT) - The maximum interval is 24 hours
string Type
Reserve

Return value

WDS_CarValueItem[]
  • WDS_CarValueItem
    • int IdCar
    • string DateGMT
    • int Route
    • int Speed
    • float Fuel
    • int Altitude
    • int RPM
    • int RPM_FMS

Examples

API version 2.0

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

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
Start of the time window (GMT)
End of the time window (GMT) - The maximum interval is 24 hours
Reserve

* Required field