_getLandCrop
(API version 2.0)WDS_LandCropItem[] _getLandCrop ( string kodf , string username , string pass , int IdPoint , string Dat )
Description
The function returns a list of crops on soil units.
Categories
Parameters
- string kodf
- Company login code
- string username
- Login username
- string pass
- Login password
- int IdPoint
- string Dat
Return value
WDS_LandCropItem[]
-
WDS_LandCropItem
- int IdLandCrop
- int IdPoint
- string CropName
- int IdCrop
- int IdCropStatus
- string DateFrom
- string DateTo
- string Color
- string Note
- string CodeLand
- int isMy
- string LandUser
- int Area
Examples
API version 2.0
$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl'); $return = $client->_getLandCrop($kodf, $username, $pass, $IdPoint, $Dat);
Test
To test the function, enter parameters in form below and press Try it out button.