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