POST api/PostDingDing/GetDelayApplyLogList
延期申请日志
Request Information
URI Parameters
None.
Body Parameters
GetDelayApplyLogListInputName | Description | Type | Additional 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:
Response Information
Resource Description
延期申请日志
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |