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.
Extend the period of an existing order via the Reseller API
POST {{API_URL}}/order/renewal
POST https://client.hostrox.net/api/reseller/order/renewal
key
id
period_type
year
month
week
day
hour
period_duration
curl --location 'https://client.hostrox.net/api/reseller/order/renewal' \ --header 'Content-Type: application/json' \ --data '{ "key": "UzZBSlBWeWk0UEcrVWxlU0RjS1B1dz09", "id": 3, "period_type": "month", "period_duration": 1 }'
{ "status": "successful", "invoice_id": 5, "new_duedate": "2024-03-27 07:37:28", "fee": "24.0000", "fee_formatted": "$24" }