_getLandCropSett

(API version 2.0)

WDS_LandCropSett[] _getLandCropSett ( string kodf , string username , string pass , int IdCrop )

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 IdCrop
A unique crop identifier, -1 for all

Return value

WDS_LandCropSett[]
  • WDS_LandCropSett
    • int IdCrop
    • string Name
    • string Color

Examples

API version 2.0

$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl');
$return = $client->_getLandCropSett($kodf, $username, $pass, $IdCrop);

Test

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

Company login code
Login username
Login password
A unique crop identifier, -1 for all

* Required field