_setMobileApp

(API version 2.0)

int _setMobileApp ( string kodf , string username , string pass , int AppCode , int AppVersion , string IMEI , string Code )

Description

The function returns the license code validiation for mobile apps and registers the valid code at the same device

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 (to what is for Android)
2 = WD Fleet
3 = WD Locator
4 = Škoda Control Me
5 = Škoda Connected Car
6 = Reading the driver card
int AppVersion
Application version
string IMEI
IMEI mobile device
string Code
ID code

Return value

int

Examples

API version 2.0

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

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 (to what is for Android)
2 = WD Fleet
3 = WD Locator
4 = Škoda Control Me
5 = Škoda Connected Car
6 = Reading the driver card
Application version
IMEI mobile device
ID code

* Required field