_getStaCars
(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[] _getStaCars ( string kodf , string username , string pass , int carid , string casod , string casdo )
Description
The function returns vehicle statistics for a given period.
Categories
Parameters
- string kodf
- Company login code
- string username
- Login username
- string pass
- Login password
- int carid
- unique vehicle identifier
- string casod
- in format d.m.Y
- string casdo
- in format d.m.Y
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('_getStaCars', array($kodf, $username, $pass, $carid, $casod, $casdo));
Test
To test the function, enter parameters in form below and press Try it out button.