_setFileType
(API version 2.0)int _setFileType ( string kodf , string username , string pass , int IdType , string Name )
Description
The function changes and inserts entries into the File Types tab
Categories
Parameters
- string kodf
- Company code
- string username
- Login username
- string pass
- Login password
- int IdType
- Type ID,> 0 update, = 0 insert
- string Name
- Name
Return value
int
Examples
API version 2.0
$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl'); $return = $client->_setFileType($kodf, $username, $pass, $IdType, $Name);
Test
To test the function, enter parameters in form below and press Try it out button.