POST api/PostDingDing/GetDelayApplyLogList

延期申请日志

Request Information

URI Parameters

None.

Body Parameters

GetDelayApplyLogListInput
NameDescriptionTypeAdditional information
post_id

帖子id

integer

None.

is_new_post

是否是新品帖子(0内部帖子 1新品帖子 2外部客户帖子)

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "post_id": 1,
  "is_new_post": 1
}

application/xml, text/xml

Sample:
<GetDelayApplyLogListInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BBS.Model.Dtos.PostDingDing">
  <is_new_post>1</is_new_post>
  <post_id>1</post_id>
</GetDelayApplyLogListInput>

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

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.