WAPI – command nsset-transfer

  NSSETs, WAPI (API Interface)

Method to change the NSSET registrar to us. NSSETs are used for CZ domains only.

Parameters:

  • tld – TLD
  • name – NSSET name
  • auth_info – NSSET authorization password

Return Values:

  • 1000 = OK
  • 2100 = required parameter is missing
  • 2101 = invalid input parameters
  • 2201 = unsupported TLD
  • 2209 = syntax error
  • 2215 = missing auth_info
  • 2247 = invalid NSSET name 
  • 2249 = NSSET transfer is  not allowed for this TLD
  • 3214 = error – NSSET not loaded
  • 3242 = NSSET not supported
  • 3251 = NSSET is already registered with this registrar 
  • 3255 = authorization error
  • 3256 = NSSET transfer failed
  • 4204 = NSSET not loaded – connection error
  • 4221 = NSSET transfer failed – connection error

Return data

Command does not return any data.

Examples od use

XML query:

<request>
 <user>tester</user>
 <auth>fb82be1466331148816bdbac855a6b1bd4e24b81</auth>
 <command>nsset-transfer</command>
 <clTRID>5346</clTRID>
 <data>
  <tld>cz</tld>
  <name>TEST</name>
  <auth_info>Xbhpn8ga</auth_info>
 </data>
</request>

XML response:

<response>
 <code>3251</code>
 <result>NSSET is already registered by target registrar</result>
 <timestamp>1288166851</timestamp>
 <clTRID>5346</clTRID>
 <svTRID>1288166851.4416.23467.1</svTRID>
 <command>nsset-transfer</command>
</response>
Zpětná vazba je dočasně nedostupná, máte-li k návodu dotaz nebo připomínku, napište nám přes kontaktní formulář.