POST api/buy/cancel
作废订单
Request Information
URI Parameters
None.
Body Parameters
订单编号
InputId| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderId |
订单编号 |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"OrderId": 1
}
application/xml, text/xml
Sample:
<BuyController.InputId xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ecloud.WebUI.Api.Client"> <OrderId>1</OrderId> </BuyController.InputId>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.