_getCarCosts

(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[] _getCarCosts ( string kodf , string username , string pass , int carid , string casod , string casdo )

Description

Function returns list of costs of specific time period for the vehicle.

Categories

Parameters

string kodf
company code
string username
user name
string pass
password
int carid
vehicle ID
string casod
beginning of the time period dd.mm.YYYY hh:mm (local time)
string casdo
end of the time period dd.mm.YYYY hh:mm (local time)

Return value

array[]
  • string[]
    • string item

The first one is a box with a name of parameter.

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('_getCarCosts', 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
beginning of the time period dd.mm.YYYY hh:mm (local time)
end of the time period dd.mm.YYYY hh:mm (local time)

* Required field