_setBookPurposeSett
(API version 2.0)int _setBookPurposeSett ( string kodf , string username , string pass , WDS_BookPurposeSettItem BookPurposeSettItem )
Description
The function modifies the records in the driving purpose dial
Categories
Parameters
- string kodf
- Company code
- string username
- Login username
- string pass
- Login password
-
WDS_BookPurposeSettItem 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
- IdP > 0 - update, IdP = 0 insert
Return value
int
Examples
API version 2.0
$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl'); $return = $client->_setBookPurposeSett($kodf, $username, $pass, $BookPurposeSettItem);
Test
To test the function, enter parameters in form below and press Try it out button.