_getLandWork
(API version 2.0)WDS_LandWorkItem[] _getLandWork ( string kodf , string username , string pass , int IdPoint , string DateFrom , string DateTo , int IdCar )
Description
The function returns a list of actions on the soil unit.
Categories
Parameters
- string kodf
- Company login code
- string username
- Login username
- string pass
- Login password
- int IdPoint
- Unique identifier of Soil Entity, 0 for Everything, -1 Only Own, -2 Alien
- string DateFrom
- The start date of the observed period in GMT
- string DateTo
- The end date of the observed period in GMT
- int IdCar
- Unique vehicle identifier, 0 for everything
Return value
WDS_LandWorkItem[]
-
WDS_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
Examples
API version 2.0
$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl'); $return = $client->_getLandWork($kodf, $username, $pass, $IdPoint, $DateFrom, $DateTo, $IdCar);
Test
To test the function, enter parameters in form below and press Try it out button.