_getMessOBDError
(API version 2.0)WDS_MessOBDErrorItem[] _getMessOBDError ( string kodf , string username , string pass , int carid )
Description
The function returns error message information from the car's OBD connector.
Categories
Parameters
- string kodf
- Company login code
- string username
- Login username
- string pass
- Login password
- int carid
- Vehicle Identifier
Return value
WDS_MessOBDErrorItem[]
-
WDS_MessOBDErrorItem
- int IdCar
- string log_date
- int CounterErr
- int ErrType
- string ErrCode
- string ErrDesc
- string ErrUrl
Examples
API version 2.0
$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl'); $return = $client->_getMessOBDError($kodf, $username, $pass, $carid);
Test
To test the function, enter parameters in form below and press Try it out button.