Send .HU Domain declaration

sendhuregdeclaration

Purpose

Accept .HU declaration

Attributes

  • domainid - Domain ID OR
  • domain - The domain name
  • captcha - .HU Declaration's captcha
send domain id *or* domain

Optional Attributes

Example Command

$postfields = array();
$postfields["responsetype"] = "json";

$postfields["action"] = "sendhuregdeclaration";

$result = mikrovps_SendCommand( $postfields );

Successful Response

result = success
message = XXX

Success message from registar

Error Response

result = error
message = Domain Not Found

Domain ID not found

result = error
message = xxx

HUREG messages

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Get .HU Domain declaration

gethuregdeclaration Purpose Get the .HU declaration form Attributes domainid - Domain ID OR...