_setLandCrop
(API version 2.0)int _setLandCrop ( string kodf , string username , string pass , WDS_LandCropItem LandCropItem )
Description
The function changes the crop to the soil. IdLandCrop == 0 insert,> 0 update.
Categories
Parameters
- string kodf
- Company login code
- string username
- Login username
- string pass
- Login password
-
WDS_LandCropItem LandCropItem
Return value
int
Examples
API version 2.0
$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl'); $return = $client->_setLandCrop($kodf, $username, $pass, $LandCropItem);
Test
To test the function, enter parameters in form below and press Try it out button.