v1
latestOpenAPI 3.0.02026-07-2248161142.3 KBUpgrade a KVM Service
Upgrades a KVM service to a new product within the same location.
post/kvm/v2/add/upgrade
Request body
Example request
{
"email": "user@example.com",
"pw": "securepassword",
"kvmid": "kvm_123456_789012",
"newpid": 1642,
"newbillingcycle": "monthly",
"newpaymentmethod": "paypal"
}Response
Upgrade successful
Example response
{
"status": "success",
"orderid": "228300",
"serviceid": "209052",
"invoiceid": "1617670",
"oldproductname": "KVM BASIC",
"newproductname": "KVM PREMIUM PLUS",
"oldproductid": "1632",
"newproductid": "1642"
}