_getBorderCrossing

(API version 2.0)

WDS_BorderCrossItem[] _getBorderCrossing ( string kodf , string username , string pass , string od , string do , int idcar )

Description

The function returns border crossing statistics.

Categories

Parameters

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

Return value

WDS_BorderCrossItem[]
  • WDS_BorderCrossItem
    • string MPZ
    • string Country
    • string Date_from
    • string Date_to
    • string Duration

Examples

API version 2.0

$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl');
$return = $client->_getBorderCrossing($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
End of the time window
Vehicle Identifier

* Required field