From HEXONET Wiki
(→Completing the A/V data) |
(→Completing the A/V data) |
||
Line 188: | Line 188: | ||
Besides the possibility that you may request the URL that allows your customer to complete the A/V data at the registry website we can also configure your account to automatically request this URL. Alternatively, you can submit the A/V data using the API specifying '''all''' of the following parameters with the [[API:AddDomainAvRecord|AddDomainAvRecord]] command: | Besides the possibility that you may request the URL that allows your customer to complete the A/V data at the registry website we can also configure your account to automatically request this URL. Alternatively, you can submit the A/V data using the API specifying '''all''' of the following parameters with the [[API:AddDomainAvRecord|AddDomainAvRecord]] command: | ||
− | < | + | <pre> |
PROFESSIONTYPE = <TEXT>: identifier for the profession of the license | PROFESSIONTYPE = <TEXT>: identifier for the profession of the license | ||
JURISDICTIONCOUNTRY = <COUNTRY>: the ISO country code within which the license has been issued | JURISDICTIONCOUNTRY = <COUNTRY>: the ISO country code within which the license has been issued | ||
Line 198: | Line 198: | ||
BIRTHDATE = <TEXT>: the date of birth of the professional | BIRTHDATE = <TEXT>: the date of birth of the professional | ||
WEBSITE = <TEXT>: the URL of the licensing authority that issued the license | WEBSITE = <TEXT>: the URL of the licensing authority that issued the license | ||
− | </ | + | </pre> |
'''In this case, it is not necessary to do the confirmation using the URL provided in the response.''' | '''In this case, it is not necessary to do the confirmation using the URL provided in the response.''' | ||
Revision as of 11:36, 7 August 2012
Registry |
- |
Dispute Policy |
- |
Limitations |
|
Allowed number of NS |
to |
Domain Registration
Domains can be registered with the API AddDomain command.
command = AddDomain domain = (DOMAIN)
REQUIRED
ownercontact0 = (CONTACT) admincontact0 = (CONTACT) techcontact0 = (CONTACT) billingcontact0 = (CONTACT) nameserver0 = (NAMESERVER) nameserver1 = (NAMESERVER)
OPTIONAL
secdns-ds# = <LONGTEXT> | <NULL> secdns-key# = <LONGTEXT> | <NULL> secdns-maxsiglife = <INT> auth = <TEXT> | <NULL> host# = <TEXT> | <NULL> transferlock = 0 | 1 | <NULL> subuser = <TEXT> | <NULL> nameserverset = <TEXT> | <NULL>
Domain Transfer
There is a special procedure to handle a domain transfer. Please contact our Support-Team if you should need further information.
command = TransferDomain domain = (DOMAIN)
REQUIRED
auth = <TEXT> | <NULL> action = REQUEST | APPROVE | DENY | CANCEL | USERTRANSFER domainauth = <TEXT>
OPTIONAL
order = CREATE | REPLACE | UPDATE orderid = <INT> emaillanguage = <TEXT> emailurl = <TEXT> emaillanguage = <TEXT> emailtac = <TEXT> requestentity = <TEXT> emailsender = <TEXT> | <NULL> emailsubject = <TEXT> | <NULL> preconfirmed = <TEXT> transferconfirmationemailoverride = <EMAIL> | <NULL> nameserver# = <TEXT> | <NULL> host# = <TEXT> | <NULL> subuser = <TEXT> | <NULL> period = <PERIOD> x-idn-language = <TEXT> | <NULL> ownercontact0 = <CONTACT> | <NULL> admincontact0 = <CONTACT> | <NULL> techcontact0 = <CONTACT> | <NULL> billingcontact0 = <CONTACT> | <NULL> transferlock = 0 | 1 | <NULL> repository = <NULL> | <TEXT>
Delete Domain
Domains can be deleted with the API DeleteDomain command.
There is no Deletion Restorable Period.
command = DeleteDomain domain = (DOMAIN)
REQUIRED
n/a
OPTIONAL
domainalerttriggercode = <TEXT> | <NULL> repository = <TEXT> | <NULL>
Restore Domain
command = RestoreDomain domain = (DOMAIN)
REQUIRED
n/a
OPTIONAL
force = 0 | 1 | <NULL> renewalmode = <NULL> | <TEXT> subuser = <TEXT>
Ownerchange
Domain Limitations and Requirements
No special procedures.
RegistrarOC specific parameters
As the owner of a .PRO repository you do not have to provide the following extension:
Completing the A/V data
Besides the possibility that you may request the URL that allows your customer to complete the A/V data at the registry website we can also configure your account to automatically request this URL. Alternatively, you can submit the A/V data using the API specifying all of the following parameters with the AddDomainAvRecord command:
PROFESSIONTYPE = <TEXT>: identifier for the profession of the license JURISDICTIONCOUNTRY = <COUNTRY>: the ISO country code within which the license has been issued LICENSEAUTHORITY = <TEXT>: the licensing authority that issued the license (this can be a state or province, or it can be the full name of the licensing authority) LICENSENUMBER = <TEXT>: the license number LICENSEDATE = <TEXT>: the date the license was issued FIRSTNAME = <TEXT>: the first name of the person to which the license was issued LASTNAME = <TEXT>: the family name of the person to which the license was issued BIRTHDATE = <TEXT>: the date of birth of the professional WEBSITE = <TEXT>: the URL of the licensing authority that issued the license
In this case, it is not necessary to do the confirmation using the URL provided in the response.
For the AddDomainAvRecord command you can submit additional extensions:
possible values:
registryTK-registryUI - Default value. The registrar will create an A/V object indicating a host type of RegistryTK-RegistryUI and indicating the ContactId of the registrant contact object. (The registrant contact is the link between a domain and an A/V object.) RegistryPro responds with a URL (containing the identifier of the A/V object) of the RegistryPro hosted A/V site, and the registrar refers the registrant to this site. RegistryPro collects and verifies the A/V data, then activates the domain.
registryTK-registrarUI - In the second option, RegistryPro also performs all the checks, but the registrar may provide the user interface for collecting the A/V data. The registrar, first, collects the A/V data directly from the registrant. The registrar, then, creates an A/V object indicating RegistryTK-RegistrarUI and includes the A/V data in the <create> request. Again, when creating the A/V object, the registrar should associate the object with the registrant contact of the domain being registered. There are no retries on professional data; if it doesn’t verify the A/V object is marked final and failed. If the professional verification succeeds, RegistryPro will automatically activate the domain name.