_getFileDDD
(API version 2.0)string _getFileDDD ( string kodf , string username , string pass , int IdFile )
Description
function returns the contents of the tachograph file
Categories
Parameters
- string kodf
- Company login code
- string username
- Login username
- string pass
- Login password
- int IdFile
Return value
string
Fcontent string file contents encoded base64
error values:
-1 - user not logged in
-2 - user does not have admin rights
-3 - file not found in db
-4 - file not found on disk
Examples
API version 2.0
$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl'); $return = $client->_getFileDDD($kodf, $username, $pass, $IdFile);
Test
To test the function, enter parameters in form below and press Try it out button.