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