• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

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