_getBookPurposeSett
(API version 2.0)WDS_BookPurposeSettItem[] _getBookPurposeSett ( string kodf , string username , string pass )
Description
The function returns the number of driving purposes set on the portal.
Categories
Parameters
- string kodf
- Company code
- string username
- Login username
- string pass
- Login password
Return value
WDS_BookPurposeSettItem[]
-
WDS_BookPurposeSettItem
-
int
IdP
Unique purpose identification
-
string
TextCZ
Text of purpose in Czech language
-
string
TextEN
Text of purpose in English language
-
int
IdUser
Unique user identification
-
string
TextSK
Text of purpose in Slovak language
-
string
TextDE
Text of purpose in German language
-
string
TextPL
Text of purpose in Polish language
-
string
TextHU
Text of purpose in Hungarian language
-
string
TextRO
Text of purpose in Romanian language
-
int
IdP
Examples
API version 2.0
$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl'); $return = $client->_getBookPurposeSett($kodf, $username, $pass);
Test
To test the function, enter parameters in form below and press Try it out button.