POST api/BBS/GetGoodsPriceList

价格

Request Information

URI Parameters

None.

Body Parameters

请求数据

GetGoodsTimeListInput
NameDescriptionTypeAdditional information
goodsIds

商品id

string

None.

is_end_btn

是否显示完结按钮:0-不显示 1-显示(只有部门负责人禚新芸和当前问题处理人才有权限。)

integer

None.

user_id

当前登录者Id

string

None.

token

token

string

None.

Request Formats

application/json, text/json

Sample:
{
  "goodsIds": "sample string 1",
  "is_end_btn": 1,
  "user_id": "sample string 2",
  "token": "sample string 3"
}

application/xml, text/xml

Sample:
<GetGoodsTimeListInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BBS.Model.Dtos.Post">
  <token xmlns="http://schemas.datacontract.org/2004/07/BBS.Model">sample string 3</token>
  <user_id xmlns="http://schemas.datacontract.org/2004/07/BBS.Model">sample string 2</user_id>
  <goodsIds>sample string 1</goodsIds>
  <is_end_btn>1</is_end_btn>
</GetGoodsTimeListInput>

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 'GetGoodsTimeListInput'.

Response Information

Resource Description

价格

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.