Transfer Out#
Users transfer out domain|Request URL#
|Request Method#
|Request Method#
| 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. |
| domain | ym | String | Yes | domain which managed in Gname |
| transfer out reason | sm | String | Yes | transfer out reason |
|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 | Type | Description |
|---|
| transfer out id | id | Integer | record id of transfer out domain |
|Response Demo#
{
"code": 1,
"msg": "submit transfer out successfully",
"data": {
"id": 5
}
}
Modified at 2026-05-07 06:51:49