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:

Sample not available.

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.