POST api/buy/pay

支付订单

Request Information

URI Parameters

None.

Body Parameters

订单编号

InputId
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'InputId'.

Response Information

Resource Description

None.