_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.

Company code
Username
Password
WDS_LandToolSett ToolItem
Tool identifier generater by Webdispecink
Car group identifier
Work activity identifier
LP
Tool identifier defined by hardware chip
Name
Division
Business premises
Section
Registration number
Category
Sub category
Manufacturer
Serial number
Year of manufacture
Tool width
Tool axle
Is tool disabled
Disabled date
Car category
Overlay
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.

* Required field