Submit domain renewal order.
Note: This function is not available for sub users.
Name | Data Type | Status | Description |
auth-id | Integer | Required | Authentication parameter |
auth-password | String | Required | Authentication parameter |
domain-name | String | Required | Name of the domain |
period | Integer | Required | Renewal period in years. The available periods can be viewed with the List domain's information method. |
When the authentication of API user is not correct, any API request will fail with the following status and statusDescription:
{"status":"Failed","statusDescription":"Invalid authentication, incorrect auth-id or auth-password."}
In case you do not have enough money in your balance, the following status will be returned:
{"status":"Failed","statusDescription":"You don't have enough money in your balance"}
If there is not added a domain name, the following status will be returned:
{"status":"Failed","statusDescription":"Missing domain name parameter"}
If the requested domain does not exist in your account, the following status will be returned:
{"status":"Failed","statusDescription":"Missing domain-name"}
Note: These are example errors in JSON format.
URL JSON: https://api.cloudns.net/domains/order-renew-domain.json
POST/GET: auth-id=0&auth-password=password&domain-name=domain.com&period=1
URL XML: https://api.cloudns.net/domains/order-renew-domain.xml
POST/GET: auth-id=0&auth-password=password&domain-name=domain.com&period=1