POST api/BBS/SummaryList

BBS统计

Request Information

URI Parameters

None.

Body Parameters

请求数据

SumRequest
NameDescriptionTypeAdditional information
start_time

开始时间

string

None.

end_time

结束时间

string

None.

dep_id

部门Id

integer

None.

emp_name

员工姓名或工号

string

None.

one_time

第一个时间

integer

None.

two_time

第二个时间

integer

None.

three_time

第三个时间

integer

None.

page

页码

integer

None.

page_size

每页显示条数

integer

None.

user_id

当前登录者Id

string

None.

token

token

string

None.

Request Formats

application/json, text/json

Sample:
{
  "start_time": "sample string 1",
  "end_time": "sample string 2",
  "dep_id": 3,
  "emp_name": "sample string 4",
  "one_time": 1,
  "two_time": 1,
  "three_time": 1,
  "page": 5,
  "page_size": 6,
  "user_id": "sample string 7",
  "token": "sample string 8"
}

application/xml, text/xml

Sample:
<SumRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BBS.Model">
  <token>sample string 8</token>
  <user_id>sample string 7</user_id>
  <page>5</page>
  <page_size>6</page_size>
  <dep_id>3</dep_id>
  <emp_name>sample string 4</emp_name>
  <end_time>sample string 2</end_time>
  <one_time>1</one_time>
  <start_time>sample string 1</start_time>
  <three_time>1</three_time>
  <two_time>1</two_time>
</SumRequest>

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

Response Information

Resource Description

BBS统计

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.