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