_showUserPointOnMap

(API version 2.0)

int _showUserPointOnMap ( string kodf , string username , string pass , int foriduser , float ew , float el , string text )

Description

Function create a new text message (SMS) and send it to the user along with coordinates the location on the map.

Categories

Parameters

string kodf
company code
string username
user name
string pass
password
int foriduser
user ID to whom the text message (SMS) addressed
float ew
latitude
float el
longitude
string text
text message (SMS)

Return value

int

Examples

API version 2.0

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

Test

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

company code
user name
password
user ID to whom the text message (SMS) addressed
latitude
longitude
text message (SMS)

* Required field