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