_getActionMessCar

(API version 2.0)

WDS_StopMessItem[] _getActionMessCar ( string kodf , string username , string pass , string DateFrom , string DateTo , int IdCar )

Description

The function returns a list of delivery reports for the vehicle by truck.

Categories

Parameters

string kodf
Company login code
string username
Login username
string pass
Login password
string DateFrom
Date and time from GMT
string DateTo
Date and time to GMT
int IdCar
vehicle id, -1 for everything

Return value

WDS_StopMessItem[]
  • WDS_StopMessItem
    • int IdCar
    • string CarIdentif
    • string TransportNo
    • string Driver
    • int IdAction
    • int IdStop
    • int IdRoute
    • int IdDelivery
    • string TimeAction

      time in GMT

    • float MessEw
    • float MessEl
    • string MessText
    • string ActionText
    • string ActionNote
    • string PointNo
    • string PointName
    • string Received
    • int TypeAction
    • int SeqNumber

Examples

API version 2.0

$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl');
$return = $client->_getActionMessCar($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 and time from GMT
Date and time to GMT
vehicle id, -1 for everything

* Required field