POST api/BBS/GetChangeGoodsStep

查询换货进度

Request Information

URI Parameters

None.

Body Parameters

GetChangeGoodsStepInput
NameDescriptionTypeAdditional information
goods_id

商品id

integer

None.

post_id

帖子id

integer

None.

user_id

当前登录者Id

string

None.

token

token

string

None.

Request Formats

application/json, text/json

Sample:
{
  "goods_id": 1,
  "post_id": 1,
  "user_id": "sample string 1",
  "token": "sample string 2"
}

application/xml, text/xml

Sample:
<GetChangeGoodsStepInput 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 2</token>
  <user_id xmlns="http://schemas.datacontract.org/2004/07/BBS.Model">sample string 1</user_id>
  <goods_id>1</goods_id>
  <post_id>1</post_id>
</GetChangeGoodsStepInput>

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

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.