• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Sitebuilder API

M

mina Fahmy

Guest
First of all sorry if I'm posting in the wrong place and if yes and if you don't mind, redirect to the right place .
I have an inquiry regarding the sitebuilder API, i really don't know if it's my fault or it's cause of something wrong with the API. I used to decalre a new stdclass in the following way but the accountID can't be retrieved, any comment ?

$theplan = new stdClass();
$theplan = $accountService->GetAccountByName(new SoapVar($struct, SOAP_ENC_OBJECT));

But var_dump($theplan); throws object(stdClass)#11 (1) { ["UserAccount"]=> NULL }

Also
$theplan->UserAccount->AccountId returns nothing.

I'm asking what could be wrong in my declaration or using the stdClass().
 
Back
Top