_getLandCropStatusSett
(API version 2.0)WDS_CropStatusItem[] _getLandCropStatusSett ( string kodf , string username , string pass )
Description
The function returns records from the crop state code.
Categories
Parameters
- string kodf
- Company login code
- string username
- Login username
- string pass
- Login password
Return value
WDS_CropStatusItem[]
-
WDS_CropStatusItem
- int IdStatus
- string Name
- int View
Examples
API version 2.0
$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl'); $return = $client->_getLandCropStatusSett($kodf, $username, $pass);
Test
To test the function, enter parameters in form below and press Try it out button.