POST api/YoungReporterV770/BuyUpgrade

提交购买小记者升级

Request Information

URI Parameters

None.

Body Parameters

ZaiMieApp.WebApi.ViewModel.SubmitMallOrder
NameDescriptionTypeAdditional information
goodsIds

购买的商品,id之间用逗号隔开

string

None.

goodsCounts

购买的商品数量,数量之间用逗号隔开

string

None.

useScoreAmount

使用的积分量

integer

None.

receiveinfoId

收货地址id

integer

None.

demand

要求

string

None.

bargainId

砍价活动Id

integer

None.

sign

string

None.

stamp

string

None.

Request Formats

application/json, text/json

Sample:
{
  "goodsIds": "sample string 1",
  "goodsCounts": "sample string 2",
  "useScoreAmount": 3,
  "receiveinfoId": 4,
  "demand": "sample string 5",
  "bargainId": 6,
  "sign": "sample string 7",
  "stamp": "sample string 8"
}

application/xml, text/xml

Sample:
<SubmitMallOrder xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZaiMieApp.WebApi.ViewModel">
  <sign>sample string 7</sign>
  <stamp>sample string 8</stamp>
  <bargainId>6</bargainId>
  <demand>sample string 5</demand>
  <goodsCounts>sample string 2</goodsCounts>
  <goodsIds>sample string 1</goodsIds>
  <receiveinfoId>4</receiveinfoId>
  <useScoreAmount>3</useScoreAmount>
</SubmitMallOrder>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ZaiMieApp.WebApi.ViewModel.ResultDataMsgOfZaiMieApp.WebApi.ViewModel.MallOrder
NameDescriptionTypeAdditional information
success

boolean

None.

code

integer

None.

data

ZaiMieApp.WebApi.ViewModel.MallOrder

None.

addcoin

integer

None.

message

string

None.

page

integer

None.

allPage

integer

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.