_setLandCropStatusSett
(API version 2.0)int _setLandCropStatusSett ( string kodf , string username , string pass , int IdStatus , string Name , int View )
Description
The function changes or inserts a record into the crop status bar.
Categories
Parameters
- string kodf
- Company login code
- string username
- Login username
- string pass
- Login password
- int IdStatus
- State id
- string Name
- text
- int View
- Show percentage
Return value
int
Examples
API version 2.0
$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl'); $return = $client->_setLandCropStatusSett($kodf, $username, $pass, $IdStatus, $Name, $View);
Test
To test the function, enter parameters in form below and press Try it out button.