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 |
{ "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" }
Privacy PolicyRegistrants' Benefits And Responsibilities SpecificationRegistrant Educational Information Copyright© 2024 GNAME.COM. All rights reserved.