Site:Home >  API Interface Description
Domain Name Parameters Details:
1.Below commands should include:
Username:Your cnobin account name     Password:Your cnobin account password (better by MD5)
2.Below parameters should be sent by post

Check domain transfer status:

Input Parameters:

Enter the commands ahead of the following parameters to name suggestion:

https://www.cnobin.com/webrrpdomain?module=checktransstatus

Param NameDefinitionMax Size
domainneed to transfer domain80
timeidthe time id is uniqueness(transfer commands response)32

Response codes and messages:

For successful transactions:
200 Command completed successfully

e.g.
timeid:4d6efde4a35c37d3866f33da6bbbda6e
transfer_status:1004 #successfully
expiration_date:2008-01-12 #domain expiration date
dns_host1:dns.bizcn.com #domain dns_host1
dns_ip1: #domain dns_ip1
dns_host2:dns.cnmsn.net #domain dns_host2
dns_ip2: #domain dns_ip2
dom_org:xl #domain registrant
dom_fn:xl #domain registrant first name
dom_ln:zhang #domain registrant last name
dom_adr1:xiamen #domain registrant address
dom_ct:xiamen #domain registrant city
dom_st:fujian #domain registrant state
dom_co:cn #domain registrant country
dom_ph:0592-2577888 #phone
dom_fax:0592-2577111 #fax
dom_em:zhangxl@bizcn.com #domain registrant contact email
dom_pc:361005 #domain registrant post code


a. When the domain is in processing:
200 Command completed successfully
timeid:4d6efde4a35c37d3866f33da6bbbda6e
transfer_status:1000 #In Processing
.

b. The domain admin contactor or registrar denied the transfer:
200 Command completed successfully
timeid:4d6efde4a35c37d3866f33da6bbbda6e
transfer_status:1002 #deny transfer
.

c. When the domain is in pending transfer:
200 Command completed successfully
timeid:4d6efde4a35c37d3866f33da6bbbda6e
transfer_status:1001 #Authorize Transfer(pending)
.

d. When the domain is pending Request:
200 Command completed successfully
timeid:4d6efde4a35c37d3866f33da6bbbda6e
transfer_status:1008 #Pending Request
.

For failed transactions:

a. when the transfer is failed:
200 Command completed successfully
timeid:4d6efde4a35c37d3866f33da6bbbda6e
transfer_status:1003 #failed
.

b. when the value of attribute is worng(e.g. domain wrong or time id wrong):
505 Invalid attribute value syntax
.

c. when the system is busy:
521 System is busy, try again later
.