Transfer nadnárodní domény - transfer generic domain

Zahájí transfer nadnárodní doménu s koncovkou .com, .net, .org, .info, .biz, .name nebo .cloud.

<?php
$result = $client->sendCommand("transfer generic domain",array(
    "transfer" =>   "j-sindele.com",
    "auth-info" =>  "%gBqZ!55g7!E.LK2l/p9",
    "contact-registrant" => "ID:PAVEL-JANOTA",
    "contact-admin" => "ID:PAVEL-JANOTA",
    "contact-tech" => "ID:WEBHOSTER",
    "idacc" => "PA:PLATCE",
    "iddealer" => "",
    "period" => "1",
    "nserver" => array(
        "ns1.hosting.cz",
        "ns2.hosting.cz",
        "ns.j-sindele.com",
    ),
    "glue" => array(
        "ns.j-sindele.com" => array("81.22.33.22","81.22.44.11")
    )
));
?>