_getCar4way

(API version 2.0)

WDS_Car4wayItem[] _getCar4way ( string kodf , string username , string pass , string DateFrom , string DateTo , int IdCar )

Description

The function returns data for car4way.

Categories

Parameters

string kodf
Company login code
string username
Login username
string pass
Login password
string DateFrom
date from GMT eg. 20.12.2014 00:00:00
string DateTo
date to GMT eg. 31.12.2014 00:00:00
int IdCar
unique vehicle identifier

Return value

WDS_Car4wayItem[]
  • WDS_Car4wayItem
    • int IdCar
    • int Type
    • string PosTime
    • string Data
    • float TotalKm
    • float Fuel
    • float Voltage
    • int IsKey
    • int IsDoc
    • int IsTank
    • int CardOrder
    • int IdRez
    • int IdCard
    • float Ew
    • float El
    • int Speed
    • int SatCount
    • int SigStatus
    • int Seq

      sequential record number

Examples

API version 2.0

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

Test

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

Company login code
Login username
Login password
date from GMT eg. 20.12.2014 00:00:00
date to GMT eg. 31.12.2014 00:00:00
unique vehicle identifier

* Required field