_getFuelProbe
(API version 2.0)WDS_FuelProbeItem[] _getFuelProbe ( string kodf , string username , string pass , string DateFrom , string DateTo , int IdCar , int Type )
Description
The function returns control tanking and fuel drops
Categories
Parameters
- string kodf
- Company login code
- string username
- Login username
- string pass
- Login password
- string DateFrom
- Start of the time window (GMT)
- string DateTo
- End of the time window (GMT)
- int IdCar
- Vehicle Identifier
- int Type
- 0 - refueling detected using probes
1 - Underutilized loss of fuel
Return value
WDS_FuelProbeItem[]
-
WDS_FuelProbeItem
- int IdCar
- int Type
- string Date
- float Val
- float OldVal
- float NewVal
- string Place
- float Ew
- float El
- string Country
- string City
- string Street
Examples
API version 2.0
$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl'); $return = $client->_getFuelProbe($kodf, $username, $pass, $DateFrom, $DateTo, $IdCar, $Type);
Test
To test the function, enter parameters in form below and press Try it out button.