_setLandToolSett2

(API version 2.0)

int _setLandToolSett2 ( string kodf , string username , string pass , WDS_LandToolSett ToolItem )

Description

The function updates or inserts an item in the list of preset tools - paired according to the Identify item

Categories

Parameters

string kodf
Company code
string username
Username
string pass
Password
WDS_LandToolSett ToolItem
Important note:
Function searches item by the input parameter Identify
If item exists then the function update it.
If item doesn't exist then the function create a new one.

Return value

int

Examples

API version 2.0

$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl');
$return = $client->_setLandToolSett2($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:
Function searches item by the input parameter Identify
If item exists then the function update it.
If item doesn't exist then the function create a new one.

* Required field