POST api/bbs/ExportPostStatisticsListExcel

Request Information

URI Parameters

None.

Body Parameters

GetPostStatisticsListInput
NameDescriptionTypeAdditional information
create_area_id

integer

None.

create_dept_id

integer

None.

add_emp_name

string

None.

content_type

integer

None.

start_add_time

string

None.

end_add_time

string

None.

brand_name

string

None.

post_title

string

None.

reply_user

string

None.

start_reply_time

string

None.

end_reply_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:
{
  "create_area_id": 1,
  "create_dept_id": 1,
  "add_emp_name": "sample string 1",
  "content_type": 1,
  "start_add_time": "sample string 2",
  "end_add_time": "sample string 3",
  "brand_name": "sample string 4",
  "post_title": "sample string 5",
  "reply_user": "sample string 6",
  "start_reply_time": "sample string 7",
  "end_reply_time": "sample string 8",
  "page": 9,
  "page_size": 10,
  "user_id": "sample string 11",
  "token": "sample string 12"
}

application/xml, text/xml

Sample:
<GetPostStatisticsListInput 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 12</token>
  <user_id xmlns="http://schemas.datacontract.org/2004/07/BBS.Model">sample string 11</user_id>
  <page xmlns="http://schemas.datacontract.org/2004/07/BBS.Model">9</page>
  <page_size xmlns="http://schemas.datacontract.org/2004/07/BBS.Model">10</page_size>
  <add_emp_name>sample string 1</add_emp_name>
  <brand_name>sample string 4</brand_name>
  <content_type>1</content_type>
  <create_area_id>1</create_area_id>
  <create_dept_id>1</create_dept_id>
  <end_add_time>sample string 3</end_add_time>
  <end_reply_time>sample string 8</end_reply_time>
  <post_title>sample string 5</post_title>
  <reply_user>sample string 6</reply_user>
  <start_add_time>sample string 2</start_add_time>
  <start_reply_time>sample string 7</start_reply_time>
</GetPostStatisticsListInput>

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.