Update Order
POST: /order/update
Content-Type: application/json
Parameters
Parameter | Type | mandatory | Default | Description | Ranges |
---|---|---|---|---|---|
orderId | int | true | Order Id | ||
orderAmount | string | false | Order Amount | ||
price | string | false | Order Price |
- Request
- Response
{
"orderAmount": "string",
"orderId": 0,
"price": "string"
}
{
"code": 0,
"data": null,
"msg": "string",
"time": 0
}