_getLandToolSett
(API version 2.0)WDS_LandToolSett[] _getLandToolSett ( string kodf , string username , string pass , int IdTool )
Description
The function returns a list of preset tools.
Categories
Parameters
- string kodf
- Company login code
- string username
- Login username
- string pass
- Login password
- int IdTool
- Unique tool identifier, -1 for all
Return value
WDS_LandToolSett[]
-
WDS_LandToolSett
-
int
IdTool
Tool identifier generater by Webdispecink
-
int
IdCargroup
Car group identifier
-
int
IdWork
Work activity identifier
-
string
LP
LP
-
string
Identify
Tool identifier defined by hardware chip
-
string
Name
Name
-
string
Division
Division
-
string
Workplace
Business premises
-
string
Section
Section
-
string
RegNumber
Registration number
-
string
Category
Category
-
string
SubCategory
Sub category
-
string
Manufacturer
Manufacturer
-
string
SerialNumber
Serial number
-
string
Year
Year of manufacture
-
float
Width
Tool width
-
int
Axle
Tool axle
-
int
Disable
Is tool disabled
-
string
DisableDate
Disabled date
-
string
CarCategory
Car category
-
int
Overlay
Overlay
-
int
IdTool
Examples
API version 2.0
$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl'); $return = $client->_getLandToolSett($kodf, $username, $pass, $IdTool);
Test
To test the function, enter parameters in form below and press Try it out button.