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.
Change the registered domain on a software order
POST {{API_URL}}/order/transaction
POST https://client.hostrox.net/api/reseller/order/transaction
key
id
action
change-domain
domain
example.com
curl --location 'https://client.hostrox.net/api/reseller/order/transaction' \ --header 'Content-Type: application/json' \ --data '{ "key": "UzZBSlBWeWk0UEcrVWxlU0RjS1B1dz09", "id": 2, "action": "change-domain", "domain": "newexample.com" }'
{ "status": "successful" }