_getLBParamList
(API version 2.0)WDS_LBParamListItem[] _getLBParamList ( string kodf , string username , string pass , int IdLbParamList )
Description
Function returns Settings - Vehicles - Enhanced Enhancement Book
Categories
Parameters
- string kodf
- Company code
- string username
- Login username
- string pass
- Login password
- int IdLbParamList
- Id count, -1 for all
Return value
WDS_LBParamListItem[]
-
WDS_LBParamListItem
-
int
IdLbParamList
Id enumeration
-
string
Name
Enumeration name
-
WDS_LBListItem[]
list of items
-
WDS_LBListItem
-
int
IdListItem
Id enumeration items
-
string
Name
item name
-
string
Code
Code - so far only for the API - is not displayed on WD
-
string
Note
Note - so far only for the API - does not appear on WD
-
int
IdListItem
-
WDS_LBListItem
-
int
IdLbParamList
Examples
API version 2.0
$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl'); $return = $client->_getLBParamList($kodf, $username, $pass, $IdLbParamList);
Test
To test the function, enter parameters in form below and press Try it out button.