POST api/BBS/GetPostDelayTimeList

Request Information

URI Parameters

None.

Body Parameters

GetPostDelayTimeListInput
NameDescriptionTypeAdditional information
post_content_type

integer

None.

apply_user_id

integer

None.

status

integer

None.

start_apply_time

string

None.

end_apply_time

string

None.

emp_name

string

None.

post_title

string

None.

d_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:
{
  "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>
  <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:

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.