Used to renew domain.
Inputs | Description | Type | Regular expression | Mandatory |
name | Domain name to renew | String | A-Za-z0-9-\.]{5,68} | Yes |
period | renew period (years) | Int (1 à 9) | Yes | |
curExpDate | Domain expiration date | Date | Yes |
Outputs | Description | Possible values |
name | Domain name | |
status | Domain name status | |
expDate | The new expiration date |
Command
<api> […] <command> <domain_renew> <name>…</name> <period>…</period> <curExpDate>…</curExpDate> </domain_renew> </command> </api> |
Response
<?xml version="1.0" encoding="utf-8"?> <api> <response> <trID>…</trID> <result code="…"> <msg>…</msg> </result> </response> <resData> <domain_renData> <name>…</name> <period>…</period> <expDate>…</expDate> </domain_renData> </resData> </api> |