# after_domainsave
Domain details have been changed
# Hook parameter
An array
is passed to hook containing following keys/values
Key | Type | Description |
---|---|---|
id | int | Related domain ID in HostBill |
name | string | Domain name |
period | int | Domain registration period (in years) |
expires | string | Domain expiration date |
date_created | string | Domain registration date |
reg_module | int | Domain registrar module ID |
firstpayment | float | Domain registration price |
status | string | Current domain status |
recurring_amount | float | Current domain renewal price |
nameservers | array | Array containing name servers (for example $details['nameservers']['ns1'] contains NS1 domain name) |
epp_code | string | Domain Epp Code |
autorenew | int | Is aytorenew enabled |
notes | string | Domain notes |