Personal tools

From HEXONET Wiki

Jump to: navigation, search
(Created page with "{{Sidebar}} __NOTOC__ == API PayDomainRenewal == The PayDomainRenewal command is used to pay the renewal of a single domain. It sets the PAIDUNTILDATE of a domain according ...")
 
 
Line 16: Line 16:
 
  domain = (DOMAIN)
 
  domain = (DOMAIN)
  
 
 
  (optional)
 
  (optional)
 
  period        = (INT)
 
  period        = (INT)

Latest revision as of 15:50, 7 February 2013


[edit] API PayDomainRenewal

The PayDomainRenewal command is used to pay the renewal of a single domain. It sets the PAIDUNTILDATE of a domain according to the given renewal period. If a domain has been paid (as given by PAIDUNTILDATE) it will be renewed automatically when registry's EXPIREDATE is reached.

IMPORTANT: Please have a look at the Domain API-Manual for a current list of allowed parameters.


COMMAND

 (required)
 command = PayDomainRenewal
 domain = (DOMAIN)

 (optional)
 period        = (INT)


RESPONSE

 (required)
 code        = (CODE)
 description = (DESCRIPTION)


Please have a look at HEXONET Renewal System to understand how the system internal renewal works.