_delUserPointRight
(API version 2.0)int _delUserPointRight ( string kodf , string username , string pass , string idpoint )
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
Return value
int
Examples
API version 2.0
$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl'); $return = $client->_delUserPointRight($kodf, $username, $pass, $idpoint);
Test
To test the function, enter parameters in form below and press Try it out button.