Case Study - Global Reach, Local Touch: The Role of GeoDNS in eCommerce Expansion

Renew domain

Description

Submit domain renewal order.

Note: This function is not available for sub users.


 Parameters

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.

Return: Array with status and status description.


Errors

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.


Example

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


Last modified: 2020-01-13
Cookies help us deliver our services. By using our services, you agree to our use of cookies. Learn more