plesk/api-php-lib

How to set/update/change customer|webspace... values?

nyok1912 opened this issue · 3 comments

Hello people, it's great your project!
I have a question, sorry if possible stupid question but i cant change any created value... for example update|change customer email's etc...

I'm trying to set|update values of customer/webspace....

I know method of create, get and delete, but i can't change any existent value... ¿what is set/update/change method?
$this_client = $client->customer()->get('id', {ID_HERE} );

$this_client->set('email', 'test@test.com'); ??

Thanks and regards!

I also need these features to update my customers (status for example).
Can I create my methods and send you to add? Thanks.

+1 for this request

Need it to change a password we show on screen only once, but we need to update the customer on the server for this to work.

Hello,

is there any plans to extend this library to have update features on existing objects ?
I dont see options to update existing customer / subscription / site etc..

Thanks.