Cancel offline bidding settings#
Cancel your offline bidding settings|Request URL#
/api/auction/offline/cancel
|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. |
| Bid Id | bid_id | Integer | Yes | Bid Id |
|Response Data#
| Field | Parameter | Type | Description |
|---|
| Return Code | code | Integer | 1:Successful, -1:Failed |
| Return Message | msg | String | Return the operation result |
|Response Demo#
{
"code": 1,
"msg": "Successful",
"data": "",
"requestid": "20250610-203311-3856-7100"
}