_getTachoTimeAttendance

(API version 2.0)

WDS_TachoTimeAttendance _getTachoTimeAttendance ( string kodf , string username , string pass , int iddriver , string from , string to )

Description

The function returns the driver's attendance based on their performance.

Categories

Parameters

string kodf
Company code
string username
Login username
string pass
Login password
int iddriver
Driver id
string from
Date from
string to
Date to

Return value

WDS_TachoTimeAttendance
  • int driverid

    Driver id

  • WDS_TachoTimeAttendanceItem[]

    Attendance items.

    • WDS_TachoTimeAttendanceItem
      • string date

        Date

      • string startTime

        The start of the first activity on that day.

      • string endTime

        End of last activity on that day.

Examples

API version 2.0

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

Test

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

Company code
Login username
Login password
Driver id
Date from
Date to

* Required field