_getUserPoints
(API version 1.0)This API version is used only for older systems and will not be supported in the future. We recommend using functions from version 2.
array[] _getUserPoints ( string kodf , string username , string pass )
Description
The function returns a list of all your own locations / companies
Categories
Parameters
- string kodf
- Company login code
- string username
- Login username
- string pass
- Login password
Return value
array[]
-
string[]
- string item
The first one is a box with a name of parameter.
Examples
API version 1.0
$client = new SoapClient(NULL, , array( 'location' => 'http://api.webdispecink.cz/code/webdisser.php', 'uri' => 'urn://api.webdispecink.cz/webdisser_01', 'soap_version' => SOAP_1_2, 'trace' => 1, )); $return = $client->__soapCall('_getUserPoints', array($kodf, $username, $pass));
Test
To test the function, enter parameters in form below and press Try it out button.