_getDEKCarLogBookAll

(API version 2.0)

WDS_DEKLogBookItem[] _getDEKCarLogBookAll ( string kodf , string username , string pass , string casod , string casdo )

Description

The function returns the orders of all vehicles for a period.

Categories

Parameters

string kodf
company code
string username
Login username
string pass
Login password
string casod
beginning of the time period
string casdo
end of the time period

Return value

WDS_DEKLogBookItem[]
  • WDS_DEKLogBookItem
    • long Id_jizda

      route ID

    • int carid

      Vehicle ID in the system

    • string Casod

      beginning of the time period

    • string Casdo

      end of the time period

    • float Vzdalenost

      route distance in kilometers

    • float Tach_end

      Odometer status - end

    • long Doba_stani

      duration time of the stop

    • string Mistood

      Specific place where route has started.

    • string Mistodo

      Specific place where route ended.

    • string Zakazky

      Orders

Examples

API version 2.0

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

Test

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

company code
Login username
Login password
beginning of the time period
end of the time period

* Required field