_getCompany

(API version 2.0)

WDS_CompanyItem _getCompany ( string kodf , string username , string pass )

Description

The function returns basic business data

Categories

Tags

Parameters

string kodf
Company code
string username
Login username
string pass
Login password

Return value

WDS_CompanyItem
  • string kodf

    Company code - unique

  • string Name

    the name of the company

  • string Curr

    Company currency

  • string Lg

    The company's default language

Examples

API version 2.0

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

Test

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

Company code
Login username
Login password

* Required field