From HEXONET Wiki
(→Ownerchange) |
|||
Line 85: | Line 85: | ||
transferlock = 0 | 1 | <NULL> | transferlock = 0 | 1 | <NULL> | ||
subuser = <TEXT> | <NULL> | subuser = <TEXT> | <NULL> | ||
+ | |||
+ | X-IDN-LANGUAGE = <TEXT> | ||
</pre> | </pre> | ||
Line 147: | Line 149: | ||
= TLD specific = | = TLD specific = | ||
− | {{ | + | === Registration === |
+ | You always have to provide the vat identifier of registrant, admin, and technical contact, if the respective contact is used for a .PT domain for the first time. If the registrant contact is identical to the admin contact and technical contact, you only have to provide the vat identifer for the registrant. In case that the respective contact is for a private | ||
+ | person the tax number has to be specified. | ||
+ | |||
+ | <pre> | ||
+ | X-PT-REGISTRANT-VATID = <TEXT> (max. 255 chars) Required if the contact is used for the first time for a .PT domain | ||
+ | X-PT-ADMIN-VATID = <TEXT> (max. 255 chars) Required if the contact is used for the first time for a .PT domain | ||
+ | X-PT-TECH-VATID = <TEXT> (max. 255 chars) Required if the contact is used for the first time for a .PT domain | ||
+ | </pre> | ||
+ | <br> | ||
+ | '''Example command:''' | ||
+ | |||
+ | <pre> | ||
+ | command=AddDomain | ||
+ | domain= <DOMAIN> | ||
+ | ... | ||
+ | ... | ||
+ | X-PT-REGISTRANT-VATID = <VATNUMBER> | ||
+ | X-PT-ADMIN-VATID = <VATNUMBER> | ||
+ | X-PT-TECH-VATID = <VATNUMBER> | ||
+ | </pre> | ||
+ | |||
+ | === Transfer === | ||
+ | {{Warnbox| The Authorization Code can only be used once and is valid for just 30 days.}} | ||
+ | To transfer a domain you first have to request the so-called authorization code and also the process number of the domain online in the registries web-interface. The registries website is accessible on http://www.dns.pt, with your login and password. After the login, please be so kind and enter the process file, and use the link “transfer code”. | ||
+ | |||
+ | Please note that you also need to provide a so called "ROID" to transfer a domain name. API users should provide this value with the parameter | ||
+ | <pre>X-PT-ROID = <TEXT></pre> | ||
+ | |||
+ | === Deletion === | ||
+ | Domains can be deleted with the [[API:DeleteDomain|DeleteDomain]] command. If you delete a .PT domain it will not be renewed but it will expire at the end of its term. | ||
+ | |||
+ | === Ownerchange === | ||
+ | You also have to state the VAT identifier of the new registrant: | ||
+ | |||
+ | <pre>X-PT-REGISTRANT-VATID = <TEXT> (max. 255 chars) Required</pre> | ||
= Addons = | = Addons = | ||
Line 156: | Line 193: | ||
{{#var:REGISTRAROCSENTENCE}} | {{#var:REGISTRAROCSENTENCE}} | ||
+ | === Domain Import === | ||
+ | <pre>X-PT-ROID = <TEXT> (max. 255 chars) Required - The ROID of the domain</pre> | ||
+ | |||
+ | '''Example command:''' | ||
+ | |||
+ | <pre> | ||
+ | command = ImportDomain | ||
+ | domain = <DOMAIN> | ||
+ | x-pt-roid = 12345 | ||
+ | </pre> | ||
+ | |||
+ | |||
+ | '''the following zones can be managed:''' | ||
+ | * '''PT''': no restrictions on domain name | ||
+ | * '''COM.PT''': no restrictions on domain name | ||
+ | * '''EDU.PT''': educational purposes | ||
+ | * '''INT.PT''': international organizations | ||
+ | * '''NET.PT''': telecommunication providers | ||
+ | * '''NOME.PT''': individuals | ||
+ | * '''ORG.PT''': non-profit organizations | ||
+ | * '''PUBL.PT''': publications | ||
+ | |||
{{#var:CATEGORY}} | {{#var:CATEGORY}} |
Revision as of 07:55, 21 August 2012
.PT is the so-called country code Top-Level-Domain (ccTLD) of Portugal. A .PT domain can be registered by anyone. |