_addUserPointRight
(API version 2.0)int _addUserPointRight ( string kodf , string username , string pass , string idpoint , string u_name , int atrib , float visits )
Description
The function inserts rights to the point of achievement
Categories
Parameters
- string kodf
- Company code
- string username
- Login username
- string pass
- Login password
- string idpoint
- Id of own place
- string u_name
- int atrib
- float visits
Return value
int
Examples
API version 2.0
$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl'); $return = $client->_addUserPointRight($kodf, $username, $pass, $idpoint, $u_name, $atrib, $visits);
Test
To test the function, enter parameters in form below and press Try it out button.