POST api/BBS/GetPostDelayTimeList

查询帖子延期待审核列表

Request Information

URI Parameters

None.

Body Parameters

GetPostDelayTimeListInput
NameDescriptionTypeAdditional information
id

integer

None.

post_content_type

帖子类型(帖子内容类型:4-货期 5-价格 6-技术 7-选型 8-其他)

integer

None.

apply_user_id

申请人

integer

None.

status

状态(-1已拒绝 0待审核 1已通过)

integer

None.

start_apply_time

开始时间

string

None.

end_apply_time

结束时间

string

None.

emp_name

string

None.

post_title

产品名称

string

None.

d_id

部门id

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:
{
  "id": 1,
  "post_content_type": 1,
  "apply_user_id": 1,
  "status": 1,
  "start_apply_time": "sample string 1",
  "end_apply_time": "sample string 2",
  "emp_name": "sample string 3",
  "post_title": "sample string 4",
  "d_id": 1,
  "page": 5,
  "page_size": 6,
  "user_id": "sample string 7",
  "token": "sample string 8"
}

application/xml, text/xml

Sample:
<GetPostDelayTimeListInput 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 8</token>
  <user_id xmlns="http://schemas.datacontract.org/2004/07/BBS.Model">sample string 7</user_id>
  <page xmlns="http://schemas.datacontract.org/2004/07/BBS.Model">5</page>
  <page_size xmlns="http://schemas.datacontract.org/2004/07/BBS.Model">6</page_size>
  <apply_user_id>1</apply_user_id>
  <d_id>1</d_id>
  <emp_name>sample string 3</emp_name>
  <end_apply_time>sample string 2</end_apply_time>
  <id>1</id>
  <post_content_type>1</post_content_type>
  <post_title>sample string 4</post_title>
  <start_apply_time>sample string 1</start_apply_time>
  <status>1</status>
</GetPostDelayTimeListInput>

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

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.