Developer Center

Service Package Upgrade

With this API command, "Service Package Upgrade" process is provided.
METHOD POST
URL < API URL >order/upgrade
Content-Type application/json

Parameters
Name Mandatory Description
id Yes ID number for the service.
upgrade_product_type Yes Type of product to upgrade.
upgrade_product_id Yes ID number of the product to be upgraded.

Sample Request

{
	"key":"< API KEY >",
	"id":1001,
	"upgrade_product_type":"hosting",
	"upgrade_product_id":102
}

Sample Output

{
	"status":"successful",
	"invoice_id":1234,
	"fee":9.99,
	"fee_formatted":"$9.99"
}
 
Create Order

Do you have any questions?

Feel free to contact us
Contact Us
Copyright © 2024. All Rights Reserved.
Join Our Discord Channel
Top