_getStaFMS

(API version 2.0)

WDS_StaFMSItem[] _getStaFMS ( string kodf , string username , string pass , string DateFrom , string DateTo , int IdCar )

Description

The function returns FMS statistics

Categories

Parameters

string kodf
Company login code
string username
Login username
string pass
Login password
string DateFrom
Start of the time window (local time)
string DateTo
End of the time window (local time)
The maximum length of the time window is 1 month.
int IdCar
Vehicle Identifier

Return value

WDS_StaFMSItem[]
  • WDS_StaFMSItem
    • int IdCar
    • string Date
    • int T1
    • int T2
    • int TS
    • int BR
    • int CL
    • int Acc
    • int TP
    • int Spd
    • float FR
    • float IFE
    • float AFE
    • int ESpd
    • int Temp
    • int AW

Examples

API version 2.0

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

Test

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

Company login code
Login username
Login password
Start of the time window (local time)
End of the time window (local time)
The maximum length of the time window is 1 month.
Vehicle Identifier

* Required field