_getCarInfo

(API version 2.0)

WDS_CarInfo[] _getCarInfo ( string kodf , string username , string pass , string Value , string Type )

Description

The function searches for vehicles according to several criteria, such as SIM card or unit ID.

Categories

Parameters

string kodf
Company code
string username
Username
string pass
Password
string Value
Search value
string Type
Type of search value - from the list:
"Carid" - Vehicle ID in system
"Identifikator" - Vehicle registration number
"Mobil" - Phone number - SIM card in GPS unit
"Principid" - special number of GPS unit from producer
"Any" - all vehicles (parameter Value is ignored)

Return value

WDS_CarInfo[]
  • WDS_CarInfo
    • string IdCar

      Vehicle ID in system

    • string Identifikator

      Vehicle registration number

    • string Dealer

      Dealer of services

    • string Firma

      Name of company

    • string Mobil

      Phone number (SIM card in GPS unit)

    • int Principid

      special number of GPS unit from producer

    • string Sn

      Serial number of GPS unit from producer (it is printed on unit)

    • string TovZn

      Vehicle brand

    • string Model

      Vehicle model

    • string VerifiedVIN

      Verified VIN

Examples

API version 2.0

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

Test

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

Company code
Username
Password
Search value
Type of search value - from the list:
"Carid" - Vehicle ID in system
"Identifikator" - Vehicle registration number
"Mobil" - Phone number - SIM card in GPS unit
"Principid" - special number of GPS unit from producer
"Any" - all vehicles (parameter Value is ignored)

* Required field