_getSWAlarms

(API version 2.0)

int _getSWAlarms ( string kodf , string username , string pass , int carid )

Description

The function returns the software alarm settings - all bitwise conjunction.

Categories

Parameters

string kodf
company code
string username
username
string pass
password
int carid
Vehicle ID in the system

Return value

int

>= 0 bitwise conjunction

-1 - user not logged in
-2 - user does not have admin rights
-3 - user has no rights to the vehicle
-4 - carid is not specified

Examples

API version 2.0

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

Test

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

company code
username
password
Vehicle ID in the system

* Required field