_getCarsListAlarm
(API version 2.0)WDS_CarAlarmItem[] _getCarsListAlarm ( string kodf , string username , string pass , int IdCar )
Description
The function returns information about the vehicle alarm setting.
Categories
Parameters
- string kodf
- Company code
- string username
- Login username
- string pass
- Login password
- int IdCar
- Unique vehicle identifier, -1 for all
Return value
WDS_CarAlarmItem[]
-
WDS_CarAlarmItem
- int carid
- string mobil
- string email
- string text
- int is_speed
- int speed
- int is_lost_conn
- int lost_min
Examples
API version 2.0
$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl'); $return = $client->_getCarsListAlarm($kodf, $username, $pass, $IdCar);
Test
To test the function, enter parameters in form below and press Try it out button.