_setLandWork
(API version 2.0)int _setLandWork ( string kodf , string username , string pass , WDS_LandWorkItem LandWorkItem )
Description
The function is edited in IdToolX, IdWorkActionX, Length, Width, WorkArea, WorkAreaKm
Categories
Parameters
- string kodf
- Company login code
- string username
- Login username
- string pass
- Login password
-
WDS_LandWorkItem LandWorkItem
- int IdLandWorkItem
- int IdPoint
- int IdCar
- int IdTool1
- int IdTool2
- int IdTool3
- int IdTool4
- int IdWorkAction1
- int IdWorkAction2
- int IdWorkAction3
- int IdWorkAction4
- string DateFrom
- string DateTo
- string Desc
- string Note
- float Length
- float Width
- float TimeStand
- float WorkArea
- float WorkAreaKm
- float Cons
- int IdDriver
- string Driver
- An object that returns _get,
Return value
int
Examples
API version 2.0
$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl'); $return = $client->_setLandWork($kodf, $username, $pass, $LandWorkItem);
Test
To test the function, enter parameters in form below and press Try it out button.