_getFile

(API version 2.0)

string _getFile ( string kodf , string username , string pass , int IdFile )

Description

function returns the contents of the 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

Examples

API version 2.0

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

Test

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

Company login code
Login username
Login password

* Required field