Single backorder
/api/backorder/add
POST
| 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 | e.g: gname.com |
| channel | td | Integer | Yes | e.g: 1 represents channel 1 |
| remark | bz | String | No | e.g: your remark |
| budget amount | qian | Float | No | e.g:10.00 |
{
"appid": "100xxxxxxxxxx6f7",
"gntime": 1627912301,
"td": "2",
"ym": "cengzheng.com",
"gntoken": "EA0AA19CC92ACAF81BA194819DCF19DC"
}
| 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 | String | when 'code=1', frozen amount of backorder will be returned |
//failure
{
"code": -1,
"msg": "sorry, the domain isn't found",
"data": ""
}
//success
{
"code": 1,
"msg": "backorder success",
"data": "3.00"
}
Current system time:2025-10-27 14:30:25(UTC+8) Privacy PolicyRegistrants' Benefits And Responsibilities SpecificationsRegistrant Educational Information
Copyright© 2025 GNAME.COM. All rights reserved.