Domains-domainName-autoRenew:OPTIONS
From Hostway API Documentation
				
								
				(Difference between revisions)
				
																
				
				
								
				 (→Request Body)  | 
		Mike.robski  (Talk | contribs)  m (1 revision: Release 87)  | 
		
Latest revision as of 15:22, 15 November 2013
[edit] OPTIONS /domains/{domainName}/autoRenew
Check whether the autoRenew status of a domain can be set.
Contents | 
[edit] Request
OPTIONS /domains/{domainName}/autoRenew
[edit] Parameters
None.
[edit] URI 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] Request Headers
None.
[edit] Request Body
None
[edit] Response
[edit] Status Code
- 204 No content
 - Returned on success
 
- 400 Bad Request
 - Payment type is not credit card, domain is within 24 hours of expiration or has expired.
 
[edit] Response Body
None.
[edit] Example of setting the domain autoRenew status.
Request
OPTIONS /domains/example.com/autoRenew
Response
204 No content
[edit] See also