getclientsdetails
Purpose
This command is used to retrieve all the data held about your profile.
Attributes
Optional Attributes
- stats - TRUE/FALSE - If the responsetype of your API call is not XML, stats are not returned unless this variable is passed
Example Command
$postfields = array(); $postfields["responsetype"] = "xml"; $postfields["action"] = "getclientsdetails"; $postfields["stats"] = true; $result = mikrovps_SendCommand( $postfields );
Successful Response
result = success id = 1 firstname = Firstname lastname = Lastname companyname = email = demo@demo.com address1 = Address address2 = city = Szombathely state = Vas postcode = 9700 country = HU phonecc = 36 phonenumber = 94111111 phonenumberformatted = +36.94111111 language = hungarian customfields1 = EU VAT customfields2 = HU VAT currency_code = HUF
Array with costumer details