POST api/Tencent/cancelOrder
取消订单
请求的信息
URI参数
None.
Body参数
cancelOrderCondition名称 | 描述 | 类型 | 其它信息 |
---|---|---|---|
orderId | string |
None. |
请求格式
application/json, text/json
Sample:
{ "orderId": "sample string 1" }
application/x-www-form-urlencoded
Sample:
Sample not available.
响应信息
资源描述
CustomJsonResultOfcancelOrderResult名称 | 描述 | 类型 | 其它信息 |
---|---|---|---|
Content | cancelOrderResult |
None. |
响应格式
application/json, text/json
Sample:
{ "content": { "$id": "2", "code": 1, "message": "sample string 2" } }