_getDEKCarLogBook

(API version 2.0)

WDS_DEKLogBookItem[] _getDEKCarLogBook ( string kodf , string username , string pass , int carid , string casod , string casdo )

Description

The function returns the vehicle orders for a period.

Categories

Parameters

string kodf
company code
string username
username
string pass
password
int carid
Vehicle ID in the system
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->_getDEKCarLogBook($kodf, $username, $pass, $carid, $casod, $casdo);

Test

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

company code
username
password
Vehicle ID in the system
beginning of the time period
end of the time period

* Required field