_getFileType

(API version 2.0)

WDS_FileTypeItem[] _getFileType ( string kodf , string username , string pass )

Description

The function lists the records from the File Types

Categories

Parameters

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

Return value

WDS_FileTypeItem[]
  • WDS_FileTypeItem
    • int IdType
    • string Name

Examples

API version 2.0

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

Test

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

Company code
Login username
Login password

* Required field