_getLBParamTemplate

(API version 2.0)

WDS_LBParamTemplateItem[] _getLBParamTemplate ( string kodf , string username , string pass , int IdTemplate )

Description

The function returns Settings - Vehicles - Extending Drive Book

Categories

Parameters

string kodf
Company code
string username
Login username
string pass
Login password
int IdTemplate
Id templates, -1 for all

Return value

WDS_LBParamTemplateItem[]
  • WDS_LBParamTemplateItem
    • int IdTemplate

      Id templates

    • string Name

      Parameter name

    • int NumCars

      The number of vehicles that have this template turned on

    • WDS_LBParamItem[]

      Parameter field

      • WDS_LBParamItem
        • int IdP

          Id parameter

        • string Name

          Parameter name

        • string Type

          Parameter data type - values: string ',' long_text ',' float ',' int ',' bool ',' date ','enumeration', 'enumerationplus'

        • string Details

          Details / used for type:
          Clear - List of comma separated items
          Countdown - contains the IdLbSubList enumerated id

        • int Order

          order

Examples

API version 2.0

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

Test

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

Company code
Login username
Login password
Id templates, -1 for all

* Required field