_delLandCropSett
(API version 2.0)int _delLandCropSett ( string kodf , string username , string pass , int IdCrop )
Description
The function deletes the item from the list of preset crops.
Categories
Parameters
- string kodf
- Company login code
- string username
- Login username
- string pass
- Login password
- int IdCrop
- A unique crop identifier
Return value
int
Examples
API version 2.0
$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl'); $return = $client->_delLandCropSett($kodf, $username, $pass, $IdCrop);
Test
To test the function, enter parameters in form below and press Try it out button.