POST api/PostDingDing/SystemCreatePost
Request Information
URI Parameters
None.
Body Parameters
SystemCreatePostInputName | Description | Type | Additional information |
---|---|---|---|
post_id |
客户帖子id |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "post_id": 1 }
application/xml, text/xml
Sample:
<SystemCreatePostInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BBS.Model.Dtos.PostDingDing"> <post_id>1</post_id> </SystemCreatePostInput>
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. |