_delLandCrop

(API version 2.0)

int _delLandCrop ( string kodf , string username , string pass , int IdLandCrop )

Description

The function deletes the crop record on the soil unit

Categories

Parameters

string kodf
Company login code
string username
Login username
string pass
Login password
int IdLandCrop
The crop record ID in the time window

Return value

int

Examples

API version 2.0

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

Test

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

Company login code
Login username
Login password
The crop record ID in the time window

* Required field