_delUserPointAction
(API version 2.0)int _delUserPointAction ( string kodf , string username , string pass , int IdPointAction )
Description
The function deletes events in own places.
Categories
Parameters
- string kodf
- Company login code
- string username
- Login username
- string pass
- Login password
- int IdPointAction
- Event ID at custom location (-1 for all)
Return value
int
Examples
API version 2.0
$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl'); $return = $client->_delUserPointAction($kodf, $username, $pass, $IdPointAction);
Test
To test the function, enter parameters in form below and press Try it out button.