_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
  • int IdLandCrop
  • int IdPoint
  • string CropName
  • int IdCrop
  • int IdCropStatus
  • string DateFrom
  • string DateTo
  • string Color
  • string Note
  • string CodeLand
  • int isMy
  • string LandUser
  • int Area

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.

Company login code
Login username
Login password
WDS_LandCropItem LandCropItem

* Required field