Transfer Out Details
Get transfer out domain name information
Request URL
Request Method
Request Parameter
Field |
Parameter |
Type |
Required |
Description |
APPID |
appid |
String |
Yes |
Application Client Id |
Timestamp |
gntime |
String |
Yes |
The current UNIX timestamp |
Signature |
gntoken |
String |
Yes |
Signature string. For details, please refer to the Signature Method page. |
task ID |
id |
Integer |
Yes |
Transfer Out Task ID |
Response Data
Field |
Parameter |
Type |
Description |
Response Code |
code |
Integer |
1:success -1:fail |
Response note |
msg |
String |
Response note |
Response data |
data |
Object |
Response data |
Return Data
Field |
Parameter |
Description |
task ID |
id |
transfer out task id |
domain |
ym |
transfer out domain name |
apply time |
sj |
apply transfer out time |
Registrar |
zcs |
registrar of domain name |
UID |
uid |
user id |
task status |
zt |
task status: 0=Wait for auth code,1=Success,2=Auth code sent successfully,3=Failure,4=Cancelled,5=Expired,99=Unknown |
task status note |
ztstr |
task status note |
Response Demo
{
"code": 1,
"msg": "OK",
"data": {
"id": "1234",
"ym": "gname.com",
"sj": "2020-10-17 10:13:53",
"zcs": "Onlinenic",
"uid": "1xxx",
"zt": 1,
"ztstr": "Success"
}
}