_getCarMobileMess

(API version 2.0)

WDS_CarMobileMessItem[] _getCarMobileMess ( string kodf , string username , string pass , int idcar , int type )

Description

The function returns the predefined message settings and driver status for WD Fleet.

Categories

Parameters

string kodf
Company code
string username
Login username
string pass
Login password
int idcar
A unique vehicle identifier
int type
Filter to type: 0 - predefined messages, 1 - driver states, 2 - activity, -1 all

Return value

WDS_CarMobileMessItem[]
  • WDS_CarMobileMessItem
    • int IdCar
    • int Type
    • int Order
    • string Name
    • string Code
    • string Note
    • array[]

      If activity in WD Fleet is changing, is required complementary text. 1 Yes. 0 No.

      • string[]
        • string item

List of activities - code for AETR - Identical to the current driver status

BP rest periods safety break

START START beginning of stazka

STOP STOP end of stazka

JIZ driving trip

N activity loading

V activity unloading

PHM activity refueling

HP activity border crossing

CLO activity duty

TRA activity ferry (ROLO)

EURO activity Eurotunel

TZ activity technical problem

PRE activity exchange

CIN activity other activity

AETR rest periods rest periods

NEC rest periods no activities

AETR rest periods a break for food and relaxationPJO

CEK waiting waiting

Examples

API version 2.0

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

Test

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

Company code
Login username
Login password
A unique vehicle identifier
Filter to type: 0 - predefined messages, 1 - driver states, 2 - activity, -1 all

* Required field