_getBookPurposesInfo

(API version 2.0)

WDS_BookPurposesInfoItem _getBookPurposesInfo ( string kodf , string username , string pass )

Description

The function returns purposes list of the company.

Parameters

string kodf
Company code
string username
Username
string pass
Password

Return value

WDS_BookPurposesInfoItem
  • int SelectOnly
  • 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

Examples

API version 2.0

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

Test

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

Company code
Username
Password

* Required field