_setCarAlarm
(API version 2.0)int _setCarAlarm ( string kodf , string username , string pass , WDS_CarAlarmItem CarAlarmItem )
Description
This function can not set the oss tracking. Please contact your sales representative for their settings.
Categories
Parameters
- string kodf
- Company code
- string username
- Login username
- string pass
- Login password
-
WDS_CarAlarmItem CarAlarmItem
- int carid
- string mobil
- string email
- string text
- int is_speed
- int speed
- int is_lost_conn
- int lost_min
Return value
int
Examples
API version 2.0
$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl'); $return = $client->_setCarAlarm($kodf, $username, $pass, $CarAlarmItem);
Test
To test the function, enter parameters in form below and press Try it out button.