_WIP_deleteAllUserPoint2
(API version 2.0)int _WIP_deleteAllUserPoint2 ( string kodf , string username , string pass , int firma )
Description
Delete all of user points
Categories
Parameters
- string kodf
- Company code
- string username
- Username
- string pass
- Password
- int firma
- Company
Return value
int
Examples
API version 2.0
$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl'); $return = $client->_WIP_deleteAllUserPoint2($kodf, $username, $pass, $firma);
Test
To test the function, enter parameters in form below and press Try it out button.