Bulk backorder
/api/backorder/bulk
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 list | ym | String | Yes | domain list, domains separated by【\n】,maximum of 100 domain names per submission | 
| backorder channel | td | Integer | Yes | e.g: 1 represents channel 1 | 
{
        "appid": "100xxxxxxxf7",
        "gntime": 1627912775,
        "td": "2",
        "ym": "cdsccd88.com\njiemeier.com\nzsfb.com\nqtyp.com",
        "gntoken": "A2277F3FD66591D559319D14BC4ED1E2"
}
                | Field | Parameter | Type | Description | 
|---|---|---|---|
| return code | code | Integer | 1:return successfully -1:return failed | 
| return description | msg | String | return the description of request operation | 
| return data | data | Object | return the result data of request operation | 
| Field | Parameter | Type | Description | 
|---|---|---|---|
| quantity of successfully backorder | oksl | ||
| quantity of failed backorder | errsl | ||
| successfully backorder domain | ok | ||
| failed backorder domain | err | 
//failure
{
	"code": -1,
	"msg": "Sorry, request verification error",
	"data": ""
}
//success
{
    "code": 1,
    "msg": "OK",
    "data": {
        "oksl": 1,
        "errsl": 1,
        "ok": [
            {
                "code": 1,
                "msg": "successfully backorder",
                "data": "3.00",
                "ym": "qtyp.com"
            }
        ],
        "err": [
            {
                "code": -2,
                "msg": "Sorry, you have already backordered this domain",
                "data": "",
                "ym": "shangpinyan.com"
            }
        ]
    }
}
                Current system time:2025-11-04 20:06:15(UTC+8) Privacy PolicyRegistrants' Benefits And Responsibilities SpecificationsRegistrant Educational Information
Copyright© 2025 GNAME.COM. All rights reserved.