_getReachLeaveMess
(API version 2.0)WDS_ReachLeaveMessItem[] _getReachLeaveMess ( string kodf , string username , string pass , int IdCar , string DateFrom , string DateTo )
Description
The function returns incoming messages about the points of achievement.
Categories
Parameters
- string kodf
- Company login code
- string username
- Login username
- string pass
- Login password
- int IdCar
- A unique vehicle identifier
- string DateFrom
- Beginning of the monitored period in local time
- string DateTo
- The end of the observed period in local time
Return value
WDS_ReachLeaveMessItem[]
-
WDS_ReachLeaveMessItem
- int IdCar
- string Date
- int SwHw
- int TypM
- int TypS
- float Place_ew
- float Place_el
- int Place_Radius
- string Place
- float Car_ew
- float Car_el
- string Text
Examples
API version 2.0
$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl'); $return = $client->_getReachLeaveMess($kodf, $username, $pass, $IdCar, $DateFrom, $DateTo);
Test
To test the function, enter parameters in form below and press Try it out button.