_getUserPoints

(API version 2.0)

WDS_UserPointsItem[] _getUserPoints ( string kodf , string username , string pass )

Description

The function returns a list of all your own locations / companies

Categories

Parameters

string kodf
Company login code
string username
Login username
string pass
Login password

Return value

WDS_UserPointsItem[]
  • WDS_UserPointsItem
    • 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

Examples

API version 2.0

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

Test

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

Company login code
Login username
Login password

* Required field