WAPI – command nsset-send-auth-info

  WAPI (API Interface), NSSETs

Method to send the authorization password of NSSET to e-mail of NSSET technical contact. NSSETs are used only for CZ domains.

Parameters

  • tld – TLD
  • name – NSSET name

Return Values

  • 1000 = OK, auth_info sent to the contact e-mail
  • 2201 = unsupported TLD
  • 2209 =  NSSET syntax error
  • 2216 = contact syntax error
  • 2243 = for this NSSET is not allowed to send the authorization code
  • 2247 = unsupportes NSSET format
  • 3214 = error – NSSET read failed
  • 3217 = sending of authorization code failed
  • 3228 = does not support working with contacts
  • 3229 = contact read failed
  • 3242 = NSSET is not available
  • 3257 = sending failed, NSSET is not available
  • 4204 = NSSET is not available – connection failed
  • 4212 = contact is not available – connection failed
  • 4222 = sending failed – connection failed

Return Data

Command does not return any data.

Example of use

XML query:

<request>
 <user>tester</user>
 <auth>fb82be1466331148816bdbac855a6b1bd4e24b81</auth>
 <command>nsset-send-auth-info</command>
 <clTRID>0806</clTRID>
 <data>
  <tld>cz</tld>
  <name>TEST</name>
 </data>
</request>

XML response:

<response>
 <code>1000</code>
 <result>OK</result>
 <timestamp>1288168042</timestamp>
 <clTRID>0806</clTRID>
 <svTRID>1288168042.6574.31374.1</svTRID>
 <command>nsset-send-auth-info</command>
</response>
Děkujeme za zpětnou vazbu!