_getUser2LPIS

(API version 2.0)

WDS_User2LPISItem[] _getUser2LPIS ( string kodf , string username , string pass , int IdUser )

Description

The function returns the User - LPIS property, according to which my / foreign soil entities are detected. Company setting is default for all users, if the user has set their own user numbers, they override the company.

Categories

Parameters

string kodf
Company login code
string username
Login username
string pass
Login password
int IdUser
Filter to user ID. -1 for the global setting of the entire business, can only see admin, -2 for all

Return value

WDS_User2LPISItem[]
  • WDS_User2LPISItem
    • int IdRec
    • int IdUser
    • string Number

Examples

API version 2.0

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

Test

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

Company login code
Login username
Login password
Filter to user ID. -1 for the global setting of the entire business, can only see admin, -2 for all

* Required field