_getWDFleetRouteFile
(API version 2.0)string _getWDFleetRouteFile ( string kodf , string username , string pass , int IdFile , int IdRoute )
Description
The function returns the contents of file for Spedition
Categories
Parameters
- string kodf
- Company login code
- string username
- Login username
- string pass
- Login password
- int IdFile
- file id
- int IdRoute
- route id
Return value
string
Fcontent string contant of file encoded base64
Examples
API version 2.0
$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl'); $return = $client->_getWDFleetRouteFile($kodf, $username, $pass, $IdFile, $IdRoute);
Test
To test the function, enter parameters in form below and press Try it out button.