Domains-domainName-prices/transfer:GET

From Hostway API Documentation
(Difference between revisions)
Jump to: navigation, search
m (1 revision)
 

Latest revision as of 14:35, 30 May 2016

[edit] GET /domains/{domainName}/prices/transfer

Get renewal prices.

Contents

[edit] Request

GET /domains/{domainName}/prices/transfer

[edit] Parameters

domainName - string
The domain name. IE: example.com is a valid domain name, whereas http://www.example.com or www.example.com are not. If the domain name is invalid, or is otherwise not registerable such as for a non-existent or non-supported TLD, an error will be returned. Domain names are case insensitive. The domain name must be an open or suspended product under the authenticated franchise.

[edit] URI Parameters

filterCurrency- string
(OPTIONAL)
Currency for which prices are displayed. If not provided will default to USD

[edit] Request Headers

None.

[edit] Request Body

None.

[edit] Response

[edit] Status Code

200 OK
Returns domain transfer prices.
404 Not Found
No domain transfer prices found.

[edit] Response Body

List of the available transfer prices.

[edit] Example of getting transfer prices.

Request

GET /domains/example.com/prices/transfer

Response

200 OK
Content-Type: application/json; charset=UTF-8

[
{"currency": "USD", "amount": 10.5, "type": "domain_transfer_fee", "monthlyCycle": 12, "deferred": 1}
]

Note: Deferred flag is showing whether there is delayed billing configured.

[edit] See also


blog comments powered by Disqus

Personal tools
Namespaces
Variants
Actions
APIs
Navigation
Toolbox