_getLandWorkSett
(API version 2.0)WDS_LandWorkSett[] _getLandWorkSett ( string kodf , string username , string pass , int IdWork )
Description
The function returns a list of preset activities.
Categories
Parameters
- string kodf
- Company login code
- string username
- Login username
- string pass
- Login password
- int IdWork
- Unique activity identifier, -1 for all,
Return value
WDS_LandWorkSett[]
-
WDS_LandWorkSett
- int IdWork
- string Name
- float Width
- string Note
Examples
API version 2.0
$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl'); $return = $client->_getLandWorkSett($kodf, $username, $pass, $IdWork);
Test
To test the function, enter parameters in form below and press Try it out button.