_setLandToolSett
(API version 2.0)int _setLandToolSett ( string kodf , string username , string pass , WDS_LandToolSett ToolItem )
Description
The function updates or inserts an item in the list of preset tools.
Categories
Parameters
- string kodf
- Company code
- string username
- Username
- string pass
- Password
-
WDS_LandToolSett ToolItem
- Important note:
If input parameter idTool = 0 then the function create a new item.
If input parameter idTool > 0 then the function update the item.
Return value
int
Examples
API version 2.0
$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl'); $return = $client->_setLandToolSett($kodf, $username, $pass, $ToolItem);
Test
To test the function, enter parameters in form below and press Try it out button.