Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Upgrade an existing service to a higher product package
POST {{API_URL}}/order/upgrade
POST https://client.hostrox.net/api/reseller/order/upgrade
key
id
upgrade_product_type
upgrade_product_id
upgrade_product_period_type
year
month
week
day
hour
upgrade_product_period_duration
curl --location 'https://client.hostrox.net/api/reseller/order/upgrade' \ --header 'Content-Type: application/json' \ --data '{ "key": "UzZBSlBWeWk0UEcrVWxlU0RjS1B1dz09", "id": 3, "upgrade_product_type": "hosting", "upgrade_product_id": 34, "upgrade_product_period_type": "month", "upgrade_product_period_duration": 1 }'
{ "status": "successful", "invoice_id": 4, "fee": "10.0000", "fee_formatted": "$10" }