_getCarSettings

(API version 2.0)

WDS_CarSettingsItem[] _getCarSettings ( string kodf , string username , string pass , int IdCar , int ForUser )

Description

The function returns custom vehicle settings - optional parameters

Categories

Parameters

string kodf
Company code
string username
Login username
string pass
Login password
int IdCar
A unique vehicle identifier
int ForUser
User-bound settings:

1 - only settings linked to the logged-in user
-1 - Only setting unbound for user but only for vehicle
0 - all

Return value

WDS_CarSettingsItem[]
  • WDS_CarSettingsItem
    • int IdCar
    • string Key
    • string Value1
    • string Value2
    • int Flag1
    • int Flag2
    • int IdUser

Examples

API version 2.0

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

Test

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

Company code
Login username
Login password
A unique vehicle identifier
User-bound settings:

1 - only settings linked to the logged-in user
-1 - Only setting unbound for user but only for vehicle
0 - all

* Required field