Personal tools

From HEXONET Wiki

Jump to: navigation, search
(Created page with "{{Sidebar}} __NOTOC__ COMMAND <pre> command = QueryForeignTransferList (optional) domain = (DOMAIN) userdepth = ALL | SUBUSER first = (INT) limit = (INT) target = ALL | S...")
 
 
Line 1: Line 1:
 
{{Sidebar}}
 
{{Sidebar}}
 
__NOTOC__
 
__NOTOC__
 +
 +
<p>The command '''QueryForeignTransferList''' will return a list of currently running outgoing domain transfers. As soon as an outgoing transfer is requested for a domain name located on your account, the respective transaction will be part of this list. You can use several parameters to filter the set of result depending on your needs.</p>
  
  

Latest revision as of 12:39, 25 January 2016


The command QueryForeignTransferList will return a list of currently running outgoing domain transfers. As soon as an outgoing transfer is requested for a domain name located on your account, the respective transaction will be part of this list. You can use several parameters to filter the set of result depending on your needs.


COMMAND

 command = QueryForeignTransferList

(optional)
domain = (DOMAIN)
userdepth = ALL | SUBUSER
first = (INT)
limit = (INT)
target = ALL | SELF | TRADE | SUBUSER 
maxcreateddate = (DATE)
mincreateddate = (DATE)
orderby = DOMAIN | DOMAINDESC | USER | USERDESC | CREATEDDATE | CREATEDDATEDESC 

RESPONSE

 code        = (CODE)
 description = (DESCRIPTION)

(optional)
 property[total][0] = (INT)
 property[first][0] = (INT)
 property[last][0] = (INT)
 property[limit][0] = (INT)
 property[count][0] = (INT)
 property[domain][n] = (DOMAIN)
 property[user][n] = (USER)
 property[parentuser][n] = (USER)
 property[peeruser][n] = (USER)
 property[createddate][n] = (DATE)
 property[oldregistrar][n] = (REGISTRAR)
 property[newregistrar][n] = (REGISTRAR)
 ...