_getBorderCrossingDetail

(API version 2.0)

WDS_BorderCrossDetailItem[] _getBorderCrossingDetail ( string kodf , string username , string pass , string od , string do , int idcar )

Description

The function returns border crossing statistics with details. The maximum length of the interval is 2 months

Categories

Parameters

string kodf
Company login code
string username
Login username
string pass
Login password
string od
Start of the time window (local time)
string do
End of the time window (local time)
int idcar
Vehicle Identifier

Return value

WDS_BorderCrossDetailItem[]
  • WDS_BorderCrossDetailItem
    • string MPZ
    • string Country
    • string Date_from

      date from

    • string Date_to

      date to

    • string Duration
    • string Place_from
    • string Place_to
    • float Dist
    • float Odom

Examples

API version 2.0

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

Test

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

Company login code
Login username
Login password
Start of the time window (local time)
End of the time window (local time)
Vehicle Identifier

* Required field