POST api/GoodsStandard/GetGoodsStandardItemList

获取标准分类项目列表

Request Information

URI Parameters

None.

Body Parameters

请求数据

GoodsStandardItemRequest
NameDescriptionTypeAdditional information
standard_type_id

标准分类

integer

None.

standard_name

标准名称

string

None.

start_update_time

更新时间

string

None.

end_update_time

更新时间

string

None.

page

页码

integer

None.

page_size

每页显示条数

integer

None.

user_id

当前登录者Id

string

None.

token

token

string

None.

Request Formats

application/json, text/json

Sample:
{
  "standard_type_id": 1,
  "standard_name": "sample string 1",
  "start_update_time": "sample string 2",
  "end_update_time": "sample string 3",
  "page": 4,
  "page_size": 5,
  "user_id": "sample string 6",
  "token": "sample string 7"
}

application/xml, text/xml

Sample:
<GoodsStandardItemRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BBS.Model">
  <token>sample string 7</token>
  <user_id>sample string 6</user_id>
  <page>4</page>
  <page_size>5</page_size>
  <end_update_time>sample string 3</end_update_time>
  <standard_name>sample string 1</standard_name>
  <standard_type_id>1</standard_type_id>
  <start_update_time>sample string 2</start_update_time>
</GoodsStandardItemRequest>

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

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.