Get .HU Domain declaration

gethuregdeclaration

Purpose

Get the .HU declaration form

Attributes

  • domainid - Domain ID OR
  • domain - The domain name
send domain id *or* domain

Example Command

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

$postfields["action"] = "gethuregdeclaration";
$postfields["domain"] = "domain.hu";

$result = mikrovps_SendCommand( $postfields );

Successful Response

result = error
declaration = Array()
declaration['declare_text'] = Declare text declaration['declare_captcha'] = Declare captcha declaration['declare_hash'] = Declare hash declaration['datetime'] = Declare time declaration['message'] = "A 0000000001 nyilatkozat sikeresen létrejött"

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

Send .HU Domain declaration

sendhuregdeclaration Purpose Accept .HU declaration Attributes domainid - Domain ID OR...