$res = NicAPI::get("/domain/handles", [ ]);
Diese Funktion gibt alle zugewiesenen Handles zurück.
Rechte: HANDLES_LIST$res = NicAPI::get("/domain/handles/countries", [ ]);
Diese Funktion gibt alle verfügbaren Länder für Handles zurück.
Rechte: HANDLES_LIST$res = NicAPI::post("/domain/handles/create", [ "type" => "value", "sex" => "value", "firstname" => "value", "lastname" => "value", "organisation" => "value", "street" => "value", "number" => "value", "postcode" => "value", "city" => "value", "region" => "value", "country" => "value", "email" => "value", "countryofbirth" => "value", "user" => "value", "dateofbirth" => "value", ]);
Parameters:
Name | Benötigt | Typ | Beschreibung |
type |
|
string | |
sex |
|
string | |
firstname |
|
string | |
lastname |
|
string | |
organisation |
|
string | |
street |
|
string | |
number |
|
string | |
postcode |
|
string | |
city |
|
string | |
region |
|
string | |
country |
|
string | |
|
string | ||
countryofbirth | string | ||
user | string | ||
dateofbirth | date |
$res = NicAPI::delete("/domain/handles/delete", [ "handle" => "value", ]);
Parameters:
Name | Benötigt | Typ | Beschreibung |
handle |
|
string |
$res = NicAPI::post("/domain/handles/edit", [ "handle" => "value", "organisation" => "value", "street" => "value", "number" => "value", "postcode" => "value", "city" => "value", "region" => "value", "country" => "value", "email" => "value", "countryofbirth" => "value", "user" => "value", ]);
Parameters:
Name | Benötigt | Typ | Beschreibung |
handle |
|
string | |
organisation | string | ||
street |
|
string | |
number |
|
string | |
postcode |
|
string | |
city |
|
string | |
region |
|
string | |
country |
|
string | |
|
string | ||
countryofbirth | string | ||
user | string |
$res = NicAPI::get("/domain/handles/show", [ "handle" => "value", ]);
Gibt Informationen über ein einzelnes Handle zurück.
Parameters:
Name | Benötigt | Typ | Beschreibung |
handle |
|
string |