_getMessFile

(API version 2.0)

string _getMessFile ( string kodf , string username , string pass , int idfile )

Description

function returns the contents of the file (The file is from communication with the driver)

Parameters

string kodf
Company code
string username
Login username
string pass
Login password
int idfile

Return value

string

Fcontent string file contents encoded base64

soap fault:
FileNotExist - the file does not exist or you do not have rights

Examples

API version 2.0

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

Test

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

Company code
Login username
Login password

* Required field