_getCarLogBook

(API version 1.0)

This API version is used only for older systems and will not be supported in the future. We recommend using functions from version 2.

array[] _getCarLogBook ( string kodf , string username , string pass , int carid , string casod , string casdo )

Description

Funciton returns route list of specific time frame.

Categories

Parameters

string kodf
company code
string username
user name
string pass
password
int carid
vehicle ID
string casod
fime from (dd.mm.YYYY)
string casdo
fime to (dd.mm.YYYY)

Return value

array[]
  • string[]
    • string item

Examples

API version 1.0

$client = new SoapClient(NULL, , array(
	'location' => 'http://api.webdispecink.cz/code/webdisser.php',
	'uri' => 'urn://api.webdispecink.cz/webdisser_01',
	'soap_version' => SOAP_1_2,
	'trace' => 1,
));
$return = $client->__soapCall('_getCarLogBook', array($kodf, $username, $pass, $carid, $casod, $casdo));

Test

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

company code
user name
password
vehicle ID
fime from (dd.mm.YYYY)
fime to (dd.mm.YYYY)

* Required field