_setLandArea

(API version 2.0)

int _setLandArea ( string kodf , string username , string pass , WDS_LandAreaItem pointdata )

Description

The function updates and inserts soil units. To update the polygon, you need to call _setUserPointPoly

Categories

Parameters

string kodf
Company login code
string username
Login username
string pass
Login password
WDS_LandAreaItem pointdata
Idpoint> 0 for update, == 0 insert

Return value

int

Examples

API version 2.0

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

Test

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

Company login code
Login username
Login password
WDS_LandAreaItem pointdata
Idpoint> 0 for update, == 0 insert

* Required field