_getInputLogBook

(API version 2.0)

WDS_InputLogBookItem[] _getInputLogBook ( string kodf , string username , string pass , string od , string do , int idcar , int vstup )

Description

The function returns data from the statistics log book inputs

Categories

Parameters

string kodf
Company login code
string username
Login username
string pass
Login password
string od
Date from (local time), format:"d.m.Y H:m:s", Maximum length of 30 days
string do
Date to (local time), format:"d.m.Y H:m:s", Maximum length of 30 days
int idcar
Vehicle Identifier
int vstup
Input number 1-4

Return value

WDS_InputLogBookItem[]
  • WDS_InputLogBookItem
    • string Input

      input value

    • string Date_from

      start time

    • string Date_to

      end time

    • string Duration

      duration

    • string Status

      status

    • float Distance

      total distance (km)

    • float Village_road

      distance traveled on a village road (km)

    • float Road_Class1

      distance traveled on a first-class road (km)

    • float Road_Class2

      distance traveled on a second-class road (km)

    • float Road_Class3

      distance traveled on a third-class road (km)

Examples

API version 2.0

$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl');
$return = $client->_getInputLogBook($kodf, $username, $pass, $od, $do, $idcar, $vstup);

Test

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

Company login code
Login username
Login password
Date from (local time), format:"d.m.Y H:m:s", Maximum length of 30 days
Date to (local time), format:"d.m.Y H:m:s", Maximum length of 30 days
Vehicle Identifier
Input number 1-4

* Required field