_getLandCropInfo

(API version 2.0)

WDS_LandCropItem[] _getLandCropInfo ( string kodf , string username , string pass , string from , string to , int IdPoint )

Description

This function returns all crops that are registered in the selected agricultural area at the selected time interval.

Parameters

string kodf
Company code
string username
Login username
string pass
Login password
string from
string to
int IdPoint

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->_getLandCropInfo($kodf, $username, $pass, $from, $to, $IdPoint);

Test

To test the function, enter parameters in form below and press Try it out button.

Company code
Login username
Login password

* Required field