Transfer In Details
Obtain data details of transferred in domain
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. |
record ID of transfer in domain |
id |
Integer |
Yes |
record ID of transfer in domain |
Response Data
Field |
Parameter |
Type |
Description |
return code |
code |
Integer |
1:return successfully -1:return failed |
return description |
msg |
String |
description of the return request operation |
return data |
data |
Object |
return the requested operation result data |
Return Data
Field |
Parameter |
Description |
transfer in id |
id |
639 |
transfer in status |
zt |
0=Pending,1=Success,2=Error,3=Failure,9=Pending |
transfer in domain |
ym |
yiwanmy.com |
transfer in amount |
qian |
9.52 |
submission time |
sj |
2020-08-14 11:49:24 |
user id |
uid |
1004 |
status description |
ztstr |
pending |
Response Demo
{
"code": 1,
"msg": "OK",
"data": {
"id": "639",
"zt": "0",
"ym": "yiwanmy.com",
"qian": "9.52",
"sj": "2020-08-14 11:49:24",
"uid": "1004",
"ztstr": "pending"
}
}