• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Forwarded to devs RCP API Customer 'set-billing-info'

Kaspar

API expert
Plesk Guru
Username: Rasp

TITLE

RCP API Customer 'set-billing-info'

PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE

Plesk 18.0.33, CentOS 7.9.2009, API 1.6.9.1

PROBLEM DESCRIPTION

I came across the 'set-billing-info' operation in the RCP API documentation, which piqued my interest. However it doesn't seems to be part of the API (anymore).

When calling the set-billing-info operation I get: This element is not expected. Expected is one of ( add, get, del, set, convert-to-reseller, change-owner, get-domain-list )

I suspect this is probably a legacy function, but is still referenced in the RCP API documentation. Or can it still be used?

STEPS TO REPRODUCE

Call API with payload:
Code:
<packet>
<customer>
<set-billing-info>
<filter>
<id>2</id>
</filter>
<values>
<income>
<currency>EUR</currency>
<sum>10</sum><
/income>
</values>
</set-billing-info>
</customer>
</packet>

ACTUAL RESULT

This element is not expected. Expected is one of ( add, get, del, set, convert-to-reseller, change-owner, get-domain-list )

EXPECTED RESULT

...

ANY ADDITIONAL INFORMATION



YOUR EXPECTATIONS FROM PLESK SERVICE TEAM


Answer the question
 
Last edited:
Hello,

The mentioned operation is related to EOLed Plesk Billing which we do not support and ship anymore.
So it is not possible to use it.
I have created an internal request to update our documentation, we will fix it in the nearest future.

Thank you for the report.
 
Back
Top