_getLandWorkDetail
(API version 2.0)WDS_LandWorkDetailItem[] _getLandWorkDetail ( 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 processed for direct viewing.
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 local time
- string DateTo
- The end date of the period under review in local time
- int IdCar
- Unique vehicle identifier, 0 for everything
Return value
WDS_LandWorkDetailItem[]
- int IdLandWorkItem
- int IdPoint
- string PointName
- float PointArea
- string CropName
- int IdCar
- string CarIdentif
- string Tool1
- int Tool1Id
- string Tool1Identifikace
- string Tool2
- int Tool2Id
- string Tool2Identifikace
- string Tool3
- int Tool3Id
- string Tool3Identifikace
- string Tool4
- int Tool4Id
- string Tool4Identifikace
- string WorkAction1
- string WorkAction2
- string WorkAction3
- string WorkAction4
- string DateFrom
- string DateTo
- string Duration
- string Desc
- string Note
- float Length
- float Width
-
float
TimeStand
Vehicle standing time in seconds.
- float WorkArea
- float WorkAreaKm
- float Cons
- float ConsHa
- float ConsH
- int IdDriver
- string Driver
Examples
API version 2.0
$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl'); $return = $client->_getLandWorkDetail($kodf, $username, $pass, $IdPoint, $DateFrom, $DateTo, $IdCar);
Test
To test the function, enter parameters in form below and press Try it out button.