_setUser2LPIS
(API version 2.0)int _setUser2LPIS ( string kodf , string username , string pass , int IdUser , string Number )
Description
The function inserts a new record of the User - LPIS property
Categories
Parameters
- string kodf
- Company login code
- string username
- Login username
- string pass
- Login password
- int IdUser
- Filter to user ID. -1 for company setting, can only be seen by admin; -2 for everything
- string Number
- Land user number in LPIS
Return value
int
Examples
API version 2.0
$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl'); $return = $client->_setUser2LPIS($kodf, $username, $pass, $IdUser, $Number);
Test
To test the function, enter parameters in form below and press Try it out button.