_setLandWorkSett
(API version 2.0)int _setLandWorkSett ( string kodf , string username , string pass , WDS_LandWorkSett WorkItem )
Description
The function updates or inserts an item in the list of preset activities.
Categories
Parameters
- string kodf
- Company login code
- string username
- Login username
- string pass
- Login password
-
WDS_LandWorkSett WorkItem
- int IdWork
- string Name
- float Width
- string Note
- WorkItem.IdWork = 0 for insert, > 0 - update
Return value
int
Examples
API version 2.0
$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl'); $return = $client->_setLandWorkSett($kodf, $username, $pass, $WorkItem);
Test
To test the function, enter parameters in form below and press Try it out button.