_WIP_updateUserPoint3
(API version 2.0)int _WIP_updateUserPoint3 ( string kodf , string username , string pass , WDS_UserPointsAItem pointdata )
Description
Create and update user point, identified by idpoint
Categories
Parameters
- string kodf
- company code
- string username
- username
- string pass
- password
-
WDS_UserPointsAItem pointdata
-
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)
-
string
Ulice
Street
-
string
Obec
City
-
string
Psc
ZIP code
-
string
MStat
State
-
string
IC
Company ID (identification number)
-
string
Kont_osoba
Contact person
-
string
Kont_mobil
Contact phone
-
string
Zdrzeni
Delay
-
string
Casod
Beginning of the time period
-
string
Casdo
End of the time period
-
string
Pozn
Note
-
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
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
Popis
Description
-
int
PlanNavstev
Schedule of visits
-
string
Nazev
Return value
Examples
API version 2.0
$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl'); $return = $client->_WIP_updateUserPoint3($kodf, $username, $pass, $pointdata);
Test
To test the function, enter parameters in form below and press Try it out button.