_getMessOBDService

(API version 2.0)

WDS_MessOBDServisItem[] _getMessOBDService ( string kodf , string username , string pass , int carid )

Description

The function returns service interval 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_MessOBDServisItem[]
  • WDS_MessOBDServisItem
    • int IdCar
    • string log_date
    • int KmFromService

      Kilometers from the last service
      Valid value less then 100000

    • int KmToService

      Kilometers from the last service
      Valid value less then 100000

    • int DaysFromService

      Days from last service
      Valid value less then 1825

    • int DaysToService

      Days to the next service
      Valid value less then 1825

    • string DateService

Examples

API version 2.0

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

Test

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

Company login code
Login username
Login password
Vehicle Identifier

* Required field