_WIP_updateUserPoint

(API version 2.0)

int _WIP_updateUserPoint ( string kodf , string username , string pass , WDS_UserPointsItem pointdata )

Description

Creating or editing a user point (user can define some special places/locality in the system)

Categories

Parameters

string kodf
company code
string username
username
string pass
password
WDS_UserPointsItem pointdata
  • int idpoint

    ID user point

  • string Nazev

    Name of user point

  • float Zs

    Latitude (Coordinates of the center of the circle)

  • float Zd

    Longitude (Coordinates of the center of the circle)

  • int Radius

    User point radius in meters

  • string Vrstva

    Layer. It can be used for distribution among users.

  • string Kod

    Code (user can enter their own code)

  • string Uzivatel

    Name of user

  • string Firma

    Company. You can fill in this value if user point is a business company.

  • string Typ

    Type of user point. You can fill in the type of business company.

  • string Klasifikace

    Classification. You can fill in if you need to differentiate your business classification of companies.

  • string ParkPovolenoOd
  • string ParkPovolenoDo
  • string ParkKategorie
  • string Ulice
  • string Obec
  • string PSC
  • string Stat
  • string Pozn

Return value

int

Examples

API version 2.0

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

Test

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

company code
username
password
WDS_UserPointsItem pointdata
ID user point
Name of user point
Latitude (Coordinates of the center of the circle)
Longitude (Coordinates of the center of the circle)
User point radius in meters
Layer. It can be used for distribution among users.
Code (user can enter their own code)
Name of user
Company. You can fill in this value if user point is a business company.
Type of user point. You can fill in the type of business company.
Classification. You can fill in if you need to differentiate your business classification of companies.

* Required field