_getMobileApp

(API version 2.0)

int _getMobileApp ( string kodf , string username , string pass , int AppCode , int AppVersion , string IMEI , string Code [ , string AppVersionName ] )

Description

The feature returns the license code for mobile applications.

Categories

Parameters

string kodf
Company login code
string username
Login username
string pass
Login password
int AppCode
Application code:
0 = see text description (for non-mobile apps)
1 = Webdispečink (what is for Android)
2 = WD Fleet
3 = WD Locator
4 = Škoda Control Me
5 = Škoda Connected Car
int AppVersion
Application version
string IMEI
IMEI mobile device
string Code
License number
string AppVersionName
Version of application in X.X.X format

Return value

int

Examples

API version 2.0

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

Test

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

Company login code
Login username
Login password
Application code:
0 = see text description (for non-mobile apps)
1 = Webdispečink (what is for Android)
2 = WD Fleet
3 = WD Locator
4 = Škoda Control Me
5 = Škoda Connected Car
Application version
IMEI mobile device
License number
Version of application in X.X.X format

* Required field